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 performance improvement about 12 hours ago
about 12 hours ago
💄 Enhance media sorting and UI elements
Implement sorting options for media display and update UI components
for better visual consistency and user experience.
💄 Update QR modal styling and content
Refine layout, enhance visuals, and improve user instructions for better engagement.
🚨 Fix Ruby 3.4 frozen string literal warnings
Prevent spurious warnings in Marcel::Magic#magic_match by closing
write access on StringIO before processing.
⚡️ Optimize zip file generation with unscope
Unscope default ordering on media association to improve memory usage
and performance during zip file creation.
Support
Support 
deployed a feature 1 day ago
Peter Theill
Peter Theill 
deployed a performance improvement 1 day ago
1 day ago
⚡️ Improve zip job performance and memory management
Refactor the GenerateEventZipJob to optimize memory usage during zip
creation and implement streaming uploads for large files to S3. Add
tests to ensure correct behavior when handling email notifications and
zip file attachments.
Peter Theill
Peter Theill 
deployed a feature 2 days ago
2 days ago
🔀 Merge branch 'master' of github.com:theill/knipsmig
✨ Introduce retry logic for S3 downloads
Add a method to download media files to a temporary file with retry
capabilities for transient network errors, improving reliability during
zip generation.
Peter Theill
Peter Theill 
deployed a dependency update 2 days ago
2 days ago
⬆️ Upgrade GitHub Actions dependencies
Update actions/checkout, ruby/setup-ruby, and docker/login-action
to their latest versions for improved performance and security.
⬆️ Upgrade Ruby setup and dependencies
Update Ruby setup actions and upgrade various gem dependencies to their latest versions for improved performance and security.
Peter Theill
Peter Theill 
deployed a styling change 3 days ago
3 days ago
💄 Update supporter upsell message for clarity
Refine the language in the daily email footer to enhance user engagement.
Peter Theill
Peter Theill 
deployed a feature 3 days ago
3 days ago
✨ Introduce onboarding email sequence
Add onboarding emails for new authors, including nudges and tips to encourage journaling. Implement unsubscribe functionality and update tests for new features.
💄 Add admin layout and dashboard tests
Introduce a new layout for the admin interface and implement tests to ensure
proper authentication and display of the dashboard title.
Peter Theill
Peter Theill 
deployed a documentation update 3 days ago
3 days ago
Merge pull request #94 from theill/cursor/agents-markdown-file-ce1a
Agents markdown file
📝 Add AGENTS quick start checklist
Add a concise checklist near the top of AGENTS.md to make\ncritical project conventions easier to apply quickly.
Co-authored-by: Peter Theill <peter@theill.com>
Peter Theill
Peter Theill 
deployed a dependency update 4 days ago
4 days ago
⬆️ Upgrade Ruby and CI dependencies
Update Ruby version to 3.4.2 and upgrade CI actions for improved
performance and compatibility.
Peter Theill
Peter Theill 
deployed a styling change 4 days ago
4 days ago
🎨 Refactor sitemap routes and XML response handling
Simplify sitemap routes and remove unnecessary format specifications
from XML responses for cleaner code.