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 styling change about 9 hours ago
about 9 hours ago
💄 Update UI elements and text styles
Enhance the visual design and consistency of headings, buttons, and text
throughout the guestcam_alternative page for improved user experience.
Peter Theill
Peter Theill 
deployed a performance improvement about 19 hours ago
about 19 hours ago
💬 Update pricing page text and tooltips
Enhance clarity of pricing details and add tooltips for better user understanding.
Peter Theill
Peter Theill 
deployed a styling change about 20 hours ago
about 20 hours ago
🍱 Update image assets for various events
Replace and update images for seasonal and cultural events to enhance visual appeal.
💄 Update UI elements and improve layout
Refine the design of feature sections and enhance the call-to-action area for better user engagement.
Peter Theill
Peter Theill 
deployed a feature 3 days ago
3 days ago
✨ Update Google OAuth credentials handling
Refactor to prioritize environment variables for Google client ID and secret,
and adjust error handling for missing credentials in production.
Peter Theill
Peter Theill 
deployed a feature 3 days ago
3 days ago
✨ Add SVG upload support and normalization
Implement functionality to accept SVG uploads, normalize them to PNG,
and enhance the image preview drag-and-drop experience with error handling.
Peter Theill
Peter Theill 
deployed a dependency update 3 days ago
3 days ago
⬆️ Upgrade libraries
🔧 Update Brakeman ignore file for Ruby EOL
Change fingerprint and update date to reflect the latest Ruby
3.2.3 end-of-life information.
Support
Support 
deployed a feature 3 days ago
3 days ago
✨ Add orderBy to placePhotos query ✨ Add publishing settings to page management ✨ Add supplier name to photo fields ✨ Introduce CEO overview one-pager
Peter Theill
Peter Theill 
deployed a styling change 4 days ago
4 days ago
💄 Update header styles and layout
Enhance the header's background and adjust the maximum width for better
visual consistency and responsiveness.
♻️ Refactor code structure for better readability
Improve the organization of the codebase to enhance maintainability and clarity.
Peter Theill
Peter Theill 
deployed a styling change 4 days ago
4 days ago
🎨 Update image URL construction in SEO helper
Refactor the seo_image_url method to use request.base_url for
building the image URL instead of the image_url helper.
Peter Theill
Peter Theill 
deployed a feature 4 days ago
4 days ago
✨ Add SEO helpers and update meta descriptions
Introduce SEO methods for title, description, canonical URL, and image.
Update meta descriptions across various views for improved clarity.
⬆️ Upgrade Ruby version to 3.3.6
Update Ruby version in Dockerfile, .ruby-version, and deployment
configuration for consistency across the project.
⬆️ Upgrade aws-partitions and aws-sdk-s3 versions
Update aws-partitions to 1.1221.0 and aws-sdk-s3 to 1.214.0 for
improved functionality and compatibility.