Don't let your deploys go unnoticed.

Every deployment is a win. Dplyd gives developers a simple public log of what shipped, when it shipped, and why it mattered. Share your wins, build a streak, and celebrate with the community.

Free forever No credit card API access included
Team of developers celebrating a successful deployment

Here's how it works.

Step 1

Deploy your code

Push to production using your favorite tools. Add one curl to your CI/CD — that's it.

Step 2

Share the moment

Your deployment appears in the live feed for the world to see. Add context about what you shipped.

Step 3

Celebrate together

Get reactions from fellow developers. Build your streak and show off with embeddable badges.

Polaroid photos of deployment moments scattered on a desk

Every deployment tells a story.

A midnight bug fix. A major feature launch. A complete rewrite that was totally worth it. Your deployments are more than git commits — they're milestones worth remembering.

Public deploy log

A permanent record of everything you've shipped, visible on your profile.

Embeddable badges

Add a live deploy badge to your GitHub README or portfolio. Updates automatically.

Shipping streaks

Track your consistency. How many days in a row can you ship?

deploy.sh
# After your deploy succeeds...
curl -X POST https://dplyd.com/api \
  -H "Authorization: Bearer $DPLYD_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"message": "Shipped v2.0!"}'

View full API docs →

One line in your CI/CD.

Add a single curl command to your deployment script. That's it. Works with GitHub Actions, GitLab CI, Vercel, Netlify, or any pipeline.

  • No SDK required — just HTTP
  • Supports any language or platform
  • Real-time broadcast to followers

Your deploys deserve an audience.

Join developers who celebrate their deployments and build in public. Free forever. No credit card required.

Create your free account

Live Feed

Real-time deployments from the community

Live
Peter Theill
Peter Theill 
deployed a styling change about 5 hours ago
about 5 hours ago
💄 Update UI for sharing steps
Refine layout and text for the photo sharing steps to enhance clarity and user engagement.
Peter Theill
Peter Theill 
deployed a styling change about 10 hours ago
about 10 hours ago
📦️ Update data dump file
Refresh the data dump to ensure it contains the latest information.
💄 Improve UI for empty media state
Enhance the styling and text for the no uploads message to improve user experience.
💄 Update feedback form and button text
Remove label from feedback message field and change feedback panel title for improved clarity.
💄 Add sound effects for expand and collapse actions
Implement distinct audio cues for expanding and collapsing the panel to enhance user interaction.
♻️ Introduce media index page and update routes
Remove manage_media route and replace it with an index route for media.
Update related tests and views to reflect this change.
Peter Theill
Peter Theill 
deployed a feature about 21 hours ago
about 21 hours ago
✨ Enhance media filtering and view preservation
Implement tag-based filtering for media and restore active view from URL parameters. Update UI to reflect selected tags and improve user experience.
✨ Add review tracking and notification features
Implement metrics tracking for review updates and quick ratings.
Enhance notification system for received reviews.
Peter Theill
Peter Theill 
deployed a feature 1 day ago
1 day ago
✨ Add AI analysis stats and list view for media
Introduce AI analysis statistics and a new list view for AI-analyzed media
to enhance insights and user experience on the media index page.
Peter Theill
Peter Theill 
deployed a feature 1 day ago
1 day ago
📈 Track preserve CTA views for dashboard
Add tracking for single preserve CTA impressions when conditions are met.
💄 Update dashboard stats display
Simplify event stats display by removing chip-in information and
temporarily hiding related sections.
🔨 Add bucket sync option to development script
Introduce a flag to control the syncing of assets from production to
development, allowing for more flexible database management.
🍱 Update image assets for various illustrations
Replace multiple illustration images to enhance visual content across the application.
🔥 Remove guest download option from birthday page
Eliminate redundancy in the birthday photo sharing description for clarity.
Peter Theill
Peter Theill 
deployed a styling change 1 day ago
1 day ago
💄 Enhance pricing section UI and add guarantees
Update styles for buttons and text, and include money-back guarantee
and secure payment features for improved user confidence.
💄 Update pricing section styles for better visibility
Enhance text and layout for lifetime and single event pricing to improve
user experience and readability.
🐛 Fix direction for purchase
💄 Add pricing comparison section for GuestCam and Knipsmig
Introduce a new section highlighting pricing differences to enhance user
understanding and promote Knipsmig's advantages.
Peter Theill
Peter Theill 
deployed a feature 2 days ago
2 days ago
✨ Add AI analysis features for media
Introduce AI captioning and tagging for media uploads using OpenAI API.
Includes new job for analyzing media and updates to the media model.
Support
Support 
deployed a feature 2 days ago
2 days ago
🐛 Update click handlers to prevent event propagation ✨ Add localized fields to Place components ✨ Add meta fields to Place model and queries ✨ Introduce localized input components ✨ Introduce magic field input for AI suggestions
Peter Theill
Peter Theill 
deployed a styling change 2 days ago
2 days ago
✨ Introduce character count and tab functionality
Add a character count controller for input fields and a tab controller
to manage tabbed navigation with unsaved changes warning. Also, add a
Rake task to analyze image blobs missing width/height metadata.
♻️ Refactor code structure for better readability
Improve the organization of the codebase to enhance maintainability and clarity.
🔥 Remove My Products and replace with My Projects
Refactor the application to replace the My Products feature with My Projects,
updating routes, views, and controllers accordingly.
💄 Update button text for project submission
Change "Launch Project" to "Add project" for clarity in the submission process.
🎨 Refactor URL validation logic
Simplify URL validation by removing uniqueness condition and
adding custom validation for claimed URLs.
💄 Update UI for directories and my products pages
Enhance layout and styling for better user experience and consistency.
🔨 Add script to wipe and recreate development database
Introduce a new script that facilitates the process of dumping the
production database and restoring it to the local development
environment, with an option to skip the download of the production
data.
Peter Theill
Peter Theill 
deployed a styling change 3 days ago
3 days ago
💄 Update directories layout to grid format
Transform the directories display from a list to a grid for improved
visual organization and user experience.
💄 Update homepage content and layout
Revamp the hero section and add new features to enhance user engagement
and clarify project submission process.
🎨 Refactor home controller and footer layout
Update project retrieval logic and clean up unused footer buttons for improved code clarity and maintainability.
💄 Update link attributes for improved SEO
Change rel attributes from "noopener noreferrer" to "noopener nofollow"
for external links across various views to enhance SEO practices.
✨ Add bulk delete functionality for projects
Implement bulk deletion of projects with a confirmation prompt and
toolbar for selected items in the admin panel.