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
💄 Update progress UI and remove unused elements
Refine the progress display by simplifying the structure and enhancing
styling for better user experience during generation status updates.
💄 Enhance UI for image display and interactions
Update styles and structure for original and generated images to improve
visual appeal and user engagement.
Peter Theill
Peter Theill 
deployed a feature about 4 hours ago
about 4 hours ago
✨ Introduce photo analysis job and subject context
Add AnalyzePhotoJob to analyze uploaded photos and store subject type
and description in the Generation model. Update related services and
tests to ensure proper functionality and error handling.
Peter Theill
Peter Theill 
deployed a feature about 6 hours ago
about 6 hours ago
✨ Introduce seasonal styles and image generation tasks
Add a comprehensive styles configuration, rename theme identifiers, and
implement tasks for generating styled images. Include tests for large
styled image generation to ensure functionality.
✨ Introduce photo upload and generation features
Add new views for photo upload and generation previews, along with
integration tests to ensure functionality. Implement BYOK (Bring Your
Own Key) support for credit-free previews and enhance the generation
process with improved UI and animations.
✨ Update pricing page test for accuracy
Correct expected text in the pricing page test to reflect current
offering of "Free forever" instead of "Free with your own key".
✨ Update pricing plans and UI elements
Revise pricing structure to introduce a new credit pack option.
Update UI text and layout for clarity and improved user experience.
Peter Theill
Peter Theill 
deployed a feature about 10 hours ago
about 10 hours ago
✨ Add structured data for SEO across multiple pages
Introduce FAQ structured data to enhance SEO and improve user experience
for various event pages, including baby showers, birthdays, and conferences.
Peter Theill
Peter Theill 
deployed a feature about 11 hours ago
about 11 hours ago
✨ Add robots.txt to allow AI crawlers
Introduce a new robots.txt file to explicitly allow various AI crawlers
to access the site, enhancing visibility and indexing by search engines.
Peter Theill
Peter Theill 
deployed a feature about 11 hours ago
about 11 hours ago
✨ Redirect existing users with generations to previews
Update sign-in flow to redirect users with existing generations to the
previews index instead of the new preview path.
💄 Update navigation links with active states
Enhance the header navigation by adding active states for
Creations, Features, Pricing, and About links based on the
current controller and action.
✨ Add sitemap feature with XML response
Implement sitemap route and controller to serve XML for SEO.
Include static and dynamic theme pages in the sitemap.
♻️ Refactor code structure for better maintainability
Organize and streamline code components to enhance readability and
ease of future modifications.
Peter Theill
Peter Theill 
deployed a refactoring about 12 hours ago
about 12 hours ago
♻️ Update image URLs with cache-busting query strings
Modify image rendering in the About page to include cache-busting
query strings for better asset management and loading performance.
Peter Theill
Peter Theill 
deployed a refactoring about 12 hours ago
about 12 hours ago
✨ Add database password to deploy workflow
Include STEMNING_DATABASE_PASSWORD in the deployment environment
variables for secure access during deployment.
♻️ Refactor Omniauth initializer for clarity
Improve the structure of the Omniauth initializer by organizing the
credential checks and enhancing readability.
Peter Theill
Peter Theill 
deployed a dependency update about 13 hours ago
about 13 hours ago
♻️ Refactor review request scope to exclude nil dates
Update the needing_review_request scope to ensure events with nil
happens_on are excluded, improving the accuracy of review requests.
⬆️ Upgrade addressable gem to version 2.8.9
Update the addressable dependency to the latest version for improved
functionality and security.
Peter Theill
Peter Theill 
deployed a bug fix about 14 hours ago
about 14 hours ago
🐛 Fix nil error in event review rating display
Ensure the event review rating is safely accessed to prevent
nil errors when rendering the star icons.
♻️ Refactor deletion queue scope for consistency
Update the deletion queue scope to use '30 days' instead of '1 month'
for consistent behavior across calendar months.