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
Support
Support 
deployed a feature about 2 hours ago
about 2 hours ago
🐛 Add photographer, copyright, and license fields ✨ Add EventStatusMenu to EventForm header ✨ Add SEO fields to Event and Supplier forms ✨ Add copyright acknowledgment feature ✨ Add custom empty component to Gallery ✨ Add description field to PartnerReport type ✨ Add event deletion and status display features ✨ Add event slots feature to events ✨ Add event status feature ✨ Add event status menu to public header ✨ Add events route and related components ✨ Add localization support for event fields ✨ Add localized site URL to supplier event overview ✨ Add new fields to photo types and update UI ✨ Add partner name to copyright acknowledgment ✨ Add past events section to Supplier Events Grid ✨ Add photo count fields to relevant tables ✨ Add place location to event overview ✨ Add place photos feature to event page ✨ Add price groups and periods routes for events ✨ Add price_groups to RowSelectionEntityTypes ✨ Add readOnly prop to StyledInput and InputTitle ✨ Add supplier details copying feature ✨ Add supplier public routes and update components ✨ Add supplierId and partnerId to event handling ✨ Add validation agent and messages to event ✨ Enhance Gallery and PeriodsEditor UI ✨ Enhance event localization and supplier details ✨ Enhance event management features ✨ Enhance useDelayedUpdate with full mode option ✨ Initial version of supplier events ✨ Introduce Event Status Menu component ✨ Introduce Supplier Event Edit Form and View ✨ Introduce event periods and price groups features ✨ Introduce supplier event photos feature ✨ Introduce waveEventMagicWand mutation
Peter Theill
Peter Theill 
deployed a performance improvement about 4 hours ago
about 4 hours ago
🔍️ Enhance SEO pages and UI elements
Update various SEO-related pages with improved text, styling, and
functionality. Introduce a development-only SEO pages index for easier
navigation and testing.
Peter Theill
Peter Theill 
deployed a feature about 13 hours ago
about 13 hours ago
✨ Introduce photo booth feature
Add a new photo booth route and controller for capturing and uploading photos.
Update dashboard and layout to support the new feature.
💄 Update user lifetime display styling
Enhance the UI for lifetime users by adding a timestamp and improving the layout.
Peter Theill
Peter Theill 
deployed a feature 1 day ago
1 day ago
✨ Introduce sort order cycling in slideshow
Add functionality to cycle through media sort orders using the 'S' key.
Co-authored-by: Copilot <copilot@github.com>
✨ Introduce media sorting options in slideshow
Add sorting functionality for media items based on various criteria
such as added date and capture date, enhancing user experience in
the slideshow feature.
💄 Update archived events UI and count display
Enhance the header styling and update the displayed count of archived
events to reflect the total count instead of the current list size.
Co-authored-by: Copilot <copilot@github.com>
Peter Theill
Peter Theill 
deployed a feature 3 days ago
3 days ago
✨ Introduce guest access control feature
Update event permissions to allow hosts to control guest actions:
view and upload, view only, or upload only. This enhances user
experience and privacy management for event sharing.
Co-authored-by: Copilot <copilot@github.com>
💄 Add dismiss button to preservation nudge
Enhance the UI by adding a dismiss button to the preservation nudge bar.
Co-authored-by: Copilot <copilot@github.com>
Peter Theill
Peter Theill 
deployed a feature 3 days ago
3 days ago
🗃️ Add covering index to metrics table
Introduce a new index on the metrics table to improve query performance
by including the count column.
Peter Theill
Peter Theill 
deployed a styling change 4 days ago
4 days ago
🎨 Improve code formatting and style consistency
Refactor Gemfile and middleware for better readability and maintainability.
Peter Theill
Peter Theill 
deployed a styling change 4 days ago
4 days ago
💄 Update media sorting options
Enhance the dropdown for media sorting by adding options for oldest
and newest dates for both added and captured media.
Co-authored-by: Copilot <copilot@github.com>
Peter Theill
Peter Theill 
deployed a feature 4 days ago
4 days ago
✨ Add guest downloads to archived events
Introduce associations for guest downloads to archived events and
update related logic for transferring downloads during event archival.
Peter Theill
Peter Theill 
deployed a security update 4 days ago
4 days ago
🔥 Remove caching from medium partial
Eliminate unnecessary cache block to simplify rendering logic.
Co-authored-by: Copilot <copilot@github.com>
🚸 Scroll to uploading placeholders
Ensure the user can see the uploading placeholders during file uploads.