Now in public beta

Celebrate every deployment

Share your wins, get recognized by fellow developers, and build a streak of successful ships.

Free for developers
API Access
Real-time feed

How It Works

Three steps to shipping glory

1

Deploy

Push your code to production using your favorite tools. One API call is all it takes.

2

Share

Your deployment appears in the live feed. Add context and let the world know what you shipped.

3

Celebrate

Get reactions from the community. Build your streak and show off with embeddable badges.

What People Ship

Every deployment tells a story

SJ

Sarah J.

2 hours ago

🚀 Shipped dark mode! Finally. My eyes thank me at 2am debugging sessions.

🎉 12
MK

Mike K.

5 hours ago

v2.0 is LIVE! 🎉 Complete rewrite with 50% faster load times. Worth every late night.

🎉 28
AL

Alex L.

Yesterday

Fixed that auth bug that's been haunting me for 3 weeks. Sometimes the simplest fix is a missing semicolon 🤦

🎉 45

Dead Simple API

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 CI/CD pipeline.

  • No SDK required – just HTTP
  • Supports any language or platform
  • Real-time broadcast to followers
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 →

README.md

Wide Style

dplyd dplyd fresh 2m ago fresh 2m ago

Square & Dot Styles

dplyd 2m ago ← Perfect for status indicators

![dplyd](https://dplyd.com/badge/yourname.svg)

Embeddable Badges

Show off your shipping streak

Add a live badge to your GitHub README, portfolio, or anywhere that supports images. It updates automatically with each deployment.

  • Multiple styles: wide, square, or minimal dot
  • Color-coded freshness indicator
  • Filter by domain for per-project badges

Ready to start shipping?

Join developers who celebrate their deployments and build in public. It's free.

Create Your Account

Live Feed

Real-time deployments from the community

Live updates
Peter Theill
Peter Theill 
deployed a dependency update about 5 hours ago
about 5 hours ago
⬆️ Upgrade dependencies in Gemfile.lock
Update various gems to their latest versions for improved performance and security.
Peter Theill
Peter Theill 
deployed a bug fix about 5 hours ago
about 5 hours ago
🐛 Fix issue with user authentication flow
Resolve a bug that caused intermittent failures in the user login process.
Peter Theill
Peter Theill 
deployed a feature about 7 hours ago
about 7 hours ago
✨ Add wedding photo sharing pages in German and French
Introduce new localized pages for wedding photo sharing, enhancing
user experience for German and French speaking couples.
🔥 Remove designer skill documentation
Eliminate the SKILL.md file for the designer skill to streamline the project.
Peter Theill
Peter Theill 
deployed a feature about 8 hours ago
about 8 hours ago
✨ Add providers section to service details
Introduce a new section in the service details view to display
provider information, including request counts and last used dates.
Peter Theill
Peter Theill 
deployed a feature about 9 hours ago
about 9 hours ago
✨ Add credits update feature for users
Implement a form to update user credits on the profile page and add
the corresponding route in the admin namespace.
Peter Theill
Peter Theill 
deployed a security update about 12 hours ago
about 12 hours ago
🔒️ Disable email sign up and update registration page
Redirect users to OAuth options and inform them that email sign up is disabled.
Peter Theill
Peter Theill 
deployed a dependency update 1 day ago
1 day ago
⬆️ Upgrade dependencies and improve tests
Update various dependencies in Gemfile and Gemfile.lock.
Enhance tests for better accuracy and consistency.
🎨 Update project listing and improve descriptions
Refactor project retrieval and enhance project descriptions
for better clarity on the index page.
Peter Theill
Peter Theill 
deployed a feature 1 day ago
1 day ago
✨ Update user credits to use constant value
Refactor user credits initialization to utilize the NEW_USER_STARTING_CREDITS
constant for consistency across the application.
⬆️ Upgrade Rails and omniauth-google-oauth2 versions
Update Rails to version 8.1.2 and omniauth-google-oauth2 to 1.2.2 for
improved performance and security.
Peter Theill
Peter Theill 
deployed a bug fix 2 days ago
2 days ago
🐛 Fix deletion warning logic for preserved events
Update the `due_for_deletion_warning?` and `due_for_final_deletion_warning?` methods to ensure preserved events do not trigger deletion warnings. Adjust related scopes to exclude preserved events from deletion warnings.
🔧 Add error handling for ActiveStorage representations
Implement error handling for S3 service errors in ActiveStorage
representations to improve reliability and user experience.
🔥 Remove upgrade option from pricing details
Eliminate the upgrade option from Event to Unlimited in the FAQ section.
Peter Theill
Peter Theill 
deployed a styling change 3 days ago
3 days ago
💄 Update pricing page to handle unpreserved events
Add logic to display a button for preserving unpreserved events
or a form for starting new events based on user context.
💄 Update comparison text and styling
Revise descriptions and headings for clarity and improved user experience.