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 feature about 1 hour ago
about 1 hour ago
✨ Update event URL handling in event preservation controller
Refactor return URL generation in the event preservations controller to use `event_path` instead of `event_url` for consistency. Update test assertions to reflect this change, ensuring proper redirection to the event path after preservation actions.
Peter Theill
Peter Theill 
deployed a feature about 1 hour ago
about 1 hour ago
✨ Simplify event preservation conditions and enhance UI elements
Refactor event preservation checks in the dashboard and index views to remove unnecessary conditions. Update the styling of the preservation indicators for better visual appeal and consistency. Adjust header dropdown shadow for improved aesthetics.
✨ Enhance event preservation flow and UI
Add return URL handling for event preservation to improve user experience during payment processes. Update event preservation descriptions and button labels for clarity. Refactor the event preservation view to enhance layout and responsiveness, including dynamic content updates via Turbo Streams. Introduce a refund policy section in the pricing page to boost user confidence. Adjust various UI elements for better visual consistency across event-related views.
Support
Support 
deployed a feature about 2 hours ago
about 2 hours ago
✨ Enhance deployment workflow Discord notifications ✨ Update LLM configuration and enhance summarization features
Peter Theill
Peter Theill 
deployed a feature about 20 hours ago
about 20 hours ago
♻️ Refactor owner uploads and slideshow controllers
Remove unused section management logic from the owner uploads controller to streamline functionality. Enhance the slideshow controller by adding queue size management, improving media transition animations, and implementing keyboard shortcuts for better user experience. Update the slideshow view to reflect these changes, including a centered queue display and QR code toggle functionality.
✨ Enhance event type handling in event updates
Add event type label to JSON response in events controller for better clarity. Implement a helper method to generate event type labels for questions, and update the date question label dynamically in the frontend based on the event type. Adjust the dashboard view to display the personalized question text.
Peter Theill
Peter Theill 
deployed a styling change about 21 hours ago
about 21 hours ago
💄 Refine layout and grid structure in event upload view
Adjust the layout of the event upload page by removing unnecessary max-width constraints and modifying the media grid column count for improved responsiveness and visual consistency.
Peter Theill
Peter Theill 
deployed a styling change about 22 hours ago
about 22 hours ago
🎨 Update card styles in user views for consistency
Refactor the card components in the user show and webhooks index views to use a uniform border style, enhancing visual consistency across the application. All card elements now utilize a gray border instead of colored borders.
Peter Theill
Peter Theill 
deployed a feature about 24 hours ago
about 24 hours ago
🔧 Pin minitest to version 5.x and update test stubs for webhook tests
Pin minitest to version 5.27.0 in the Gemfile to retain mock functionality. Update test files to include webmock for stubbing external API requests in webhook tests, ensuring consistent test behavior.
✨ Add QR code generation feature
Implement QR code generation endpoints and integrate with the existing API. Update routes, OpenAPI documentation, and add necessary gems for QR code functionality. Enhance service request handling and response formatting for better user experience.
Peter Theill
Peter Theill 
deployed a dependency update 2 days ago
2 days ago
⬆️ Upgrade dependencies in Gemfile.lock
Update various gems to their latest versions for improved performance and security.
Peter Theill
Peter Theill 
deployed a refactoring 2 days ago
2 days ago
✨ Add IP address tracking to media uploads
Include the uploader's IP address in the media records for better
tracking and analytics.
♻️ Refactor thumbnail creation logic
Simplify thumbnail generation by using pre-generated representations
and remove redundant video thumbnail handling code.
Peter Theill
Peter Theill 
deployed a feature 2 days ago
2 days ago
✨ Add uploader display feature
Implement functionality to show uploader names or count in event views.