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 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 about 12 hours ago
about 12 hours 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 1 day ago
1 day 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 1 day ago
1 day 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.
Peter Theill
Peter Theill 
deployed a styling change 3 days ago
3 days ago
🔥 Remove outdated storage event details
Eliminate unnecessary table rows for clarity in the pricing section.
💄 Update pricing section headings and text
Enhance the UI by refining headings and descriptions for clarity
and consistency across the pricing page.
💄 Update upload menu styles for better responsiveness
Adjust width settings for upload menus to enhance layout on various devices.
💄 Update loading indicators and animations
Enhance the loading and end-reached sections with improved spacing and animation delays for better user experience.
🐛 Add video support enhancements in lightbox
Implement video pause functionality when switching slides and
retain mute state across video content. Cleanup all videos
when the lightbox is closed.
♻️ Refactor unique uploader count logic
Simplify the method to count unique uploaders by combining distinct
counts for logged-in users and anonymous uploaders based on IP.
💄 Add video duration display in media section
Enhance the media display by showing the duration for video files, improving
user experience and information accessibility.
Peter Theill
Peter Theill 
deployed a styling change 3 days ago
3 days ago
💄 Improve qr tutorial
🔍️ Add information about wedding QR photo sharing
Improve organization and clarity of the codebase without changing functionality.
💄 Update UI text and styling for event features
Enhance clarity of chip-in feature description and improve button focus styles.
💄 Enhance event card layout and styling
Refactor event display for single and multiple events with improved UI elements.
💄 Introduce revenue funnel metrics aggregation
Add methods to aggregate daily revenue metrics by date for preserve and chip-in funnels, enhancing dashboard data presentation.
Support
Support 
deployed a feature 3 days ago
3 days ago
🐛 Introduce role-specific JWT cookie handling ✨ Add new translation keys for destinations ✨ Add page style customization options ✨ Add partnerSlug to pageBySlug query ✨ Add status field to ListPagesTable ✨ Add support for 'page' entity in labels ✨ Introduce Page Photos feature
Peter Theill
Peter Theill 
deployed a styling change 3 days ago
3 days ago
💄 Update flash messages for download actions
Refine user feedback messages for clarity and consistency in the download process.
Peter Theill
Peter Theill 
deployed a styling change 4 days ago
4 days ago
💄 Update button styles and theme toggle functionality
Enhance button styles with cursor pointer for better UX and introduce a
theme toggle controller for improved theme management.
Peter Theill
Peter Theill 
deployed a feature 4 days ago
4 days ago
✨ Introduce seasonal hero image collage feature
Add functionality to return contextually appropriate hero collage images
based on the current date, including seasonal and holiday-specific images.
Implement tests to ensure correct image selection and coverage.
✨ Add comparison pages for EmailToFuture and FutureMe
Introduce new HTML pages comparing OhDiary with EmailToFuture and FutureMe, highlighting features, benefits, and use cases for each journaling tool.