Don't let your deploys go unnoticed.

Every deployment is a win. Dplyd gives developers a simple public log of what shipped, when it shipped, and why it mattered. Share your wins, build a streak, and celebrate with the community.

Free forever No credit card API access included
Team of developers celebrating a successful deployment

Here's how it works.

Step 1

Deploy your code

Push to production using your favorite tools. Add one curl to your CI/CD — that's it.

Step 2

Share the moment

Your deployment appears in the live feed for the world to see. Add context about what you shipped.

Step 3

Celebrate together

Get reactions from fellow developers. Build your streak and show off with embeddable badges.

Polaroid photos of deployment moments scattered on a desk

Every deployment tells a story.

A midnight bug fix. A major feature launch. A complete rewrite that was totally worth it. Your deployments are more than git commits — they're milestones worth remembering.

Public deploy log

A permanent record of everything you've shipped, visible on your profile.

Embeddable badges

Add a live deploy badge to your GitHub README or portfolio. Updates automatically.

Shipping streaks

Track your consistency. How many days in a row can you ship?

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 →

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 pipeline.

  • No SDK required — just HTTP
  • Supports any language or platform
  • Real-time broadcast to followers

Your deploys deserve an audience.

Join developers who celebrate their deployments and build in public. Free forever. No credit card required.

Create your free account

Live Feed

Real-time deployments from the community

Live
Peter Theill
Peter Theill 
deployed a feature about 9 hours ago
about 9 hours ago
✨ Introduce pet portrait generation script
Add a new script to generate pet portrait images using the Gemini API,
including style transformations and saving outputs to a specified directory.
Peter Theill
Peter Theill 
deployed a feature about 22 hours ago
about 22 hours ago
✨ Add Open Graph and Twitter meta tags
Implement Open Graph image selection and Twitter card metadata for enhanced
social media sharing capabilities on the season detail page.
Peter Theill
Peter Theill 
deployed a feature about 22 hours ago
about 22 hours ago
✨ Introduce season detail page and routing
Add a new season detail page with dynamic content based on the slug.
Implement routing for season details and update UI elements accordingly.
Peter Theill
Peter Theill 
deployed a feature about 23 hours ago
about 23 hours ago
✨ Add seasonal property image generation script
Introduce a new script to generate seasonal property base photos from text
prompts and create four-season style transformations. Includes API integration
for image generation and options for selective processing.
✨ Add detailed Facebook Group posting strategy
Include a step-by-step guide for writing and posting in Facebook groups
to enhance visibility and engagement for real estate listings.
Peter Theill
Peter Theill 
deployed a styling change 1 day ago
1 day ago
✨ Add real estate to sitemap static paths
Include the real estate page in the sitemap's static paths for better
SEO and user navigation.
💄 Enhance lightbox image handling and UI
Improve image selection for lightbox and adjust layout spacing for better
visual consistency in the real estate showcase.
Peter Theill
Peter Theill 
deployed a feature 1 day ago
1 day ago
✨ Add script to generate real estate images
Introduce a new Ruby script that generates real estate exterior photos
and creates seasonal variants. The script utilizes the Gemini API for
image generation and saves the results in the specified output directory.
Peter Theill
Peter Theill 
deployed a feature 1 day ago
1 day ago
✨ Add real estate seasonal curb appeal page
Introduce a new page for real estate agents to upload listing photos and see them transformed across all four seasons. Includes SEO enhancements and marketing plan documentation.
Peter Theill
Peter Theill 
deployed a refactoring 2 days ago
2 days ago
🔧 Track metrics with updated sources
Refactor metric tracking to use consistent source names across
controllers and views, enhancing clarity and data integrity.
Peter Theill
Peter Theill 
deployed a feature 3 days ago
3 days ago
✨ Introduce tags feature for media
Add a new route and controller actions to fetch tags associated with media.
Implement frontend autocomplete for tag input and update tests accordingly.
✨ Add event type hints for AI analysis
Introduce predefined event tags to enhance AI-generated captions and
tags based on event types during media analysis.
💄 Add download modal component
Introduce a new download modal for users to request a zip file of their media.
This enhances the user experience by providing a clear and interactive way
to download files.
💄 Update feedback email sender information
Enhance the sender details in the feedback email to include the user's
name and email, improving clarity for recipients.
Peter Theill
Peter Theill 
deployed a styling change 3 days ago
3 days ago
💄 Update feedback email and UI for personalization
Enhance feedback email sender information and update UI to greet users
by name if logged in, improving user engagement and experience.