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 styling change about 2 hours ago
about 2 hours ago
💄 Implement upload progress indicator with conic gradient

  • Introduced a new CSS property for progress tracking and created a conic gradient background for the upload progress indicator.

  • Updated the file upload controller to utilize the new progress indicator, replacing the previous progress bar with a circular design.

  • Enhanced the media element's blur effect during uploads to improve user experience.

🔧 Update dependencies and improve media metadata extraction

  • Upgrade bcrypt version in Gemfile to ~> 3.1.21.

  • Update GitHub Actions checkout action to v6.0.2 in CI and deploy workflows.

  • Refactor media metadata extraction to run EXIF extraction in a subprocess, enhancing stability against native library crashes.

  • Clean up unused code in the ExtractMediaMetadataJob and its tests.

Peter Theill
Peter Theill 
deployed a feature about 3 hours ago
about 3 hours ago
✨ Add structured data for SEO and enhance feature descriptions on the About page
Incorporate Schema.org structured data to improve search engine and LLM comprehension of OhDiary's features. Update feature headings and descriptions for clarity, and include hidden summaries to enhance accessibility and SEO performance.
Support
Support 
deployed a feature 2 days ago
2 days ago
✨ Add link to full terms in copyright banner ✨ Add photographer, license, and copyright fields ✨ Add placesCount field to supplier data ✨ Introduce advanced editing capabilities ✨ Introduce reports feature
Peter Theill
Peter Theill 
deployed a feature 3 days ago
3 days ago
👔 Allow token reuse within expiry period
Update token-based login to permit multiple uses of tokens before expiration.
Peter Theill
Peter Theill 
deployed a feature 3 days ago
3 days ago
✨ Add preservation options for non-lifetime users in event mail
Introduce a preservation URL and pricing in event_ready_email for users
without lifetime access, enhancing user experience and encouraging
event preservation.
🔊 Enhance Stripe integration for contributions
Add error handling for Stripe sessions in contributions, event
preservations, and lifetime subscriptions to improve user experience
during payment processing.
Peter Theill
Peter Theill 
deployed a dependency update 3 days ago
Peter Theill
Peter Theill 
deployed a styling change 3 days ago
3 days ago
💄 Update UI styles for event and subscription pages
Refine layout and typography for better readability and user experience.
💄 Simplify dropdown interaction in header
Remove unnecessary event actions for improved clarity and maintainability.
✨ Add subscriptions section to user profile
Introduce a new section displaying the user's subscribed events with
links and relevant details, enhancing user engagement and information
accessibility.
🎨 Enhance user authentication handling for Apple
Improve the `from_omniauth` method to correctly process first and last
names from Apple sign-in, and add tests to validate this functionality.
Peter Theill
Peter Theill 
deployed a styling change 3 days ago
3 days ago
💄 Update anniversary icon in event types
Change the icon for the anniversary event type to better represent the theme.
Peter Theill
Peter Theill 
deployed a feature 3 days ago
Peter Theill
Peter Theill 
deployed a styling change 4 days ago
4 days ago
💄 Dynamically update service age with helpers and refine marketing copy across about pages