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 12 minutes ago
12 minutes ago
✨ Add byok_unlocked feature and photo grid controller
Introduce a new feature to set byok_unlocked on users upon purchase fulfillment.
Also, add a photo grid controller for dynamic photo display with random rotations.
Peter Theill
Peter Theill 
deployed a styling change about 3 hours ago
about 3 hours ago
💄 Update date header styling
Refactor date header to enhance visual appeal and maintain consistency in design.
Peter Theill
Peter Theill 
deployed a styling change about 3 hours ago
about 3 hours ago
💄 Update heading text for style clarity
Change the term "mood" to "style" in the heading for better
alignment with the content description.
Peter Theill
Peter Theill 
deployed a feature about 3 hours ago
about 3 hours ago
✨ Notify users on poll creation
Implement notification system to inform users via Discord when a poll is created.
Peter Theill
Peter Theill 
deployed a test update about 3 hours ago
about 3 hours ago
✅ Add tests for event and pricing features
Introduce tests for event parameter retrieval and pricing calculations to ensure
correct functionality and maintain code quality.
Peter Theill
Peter Theill 
deployed a feature about 3 hours ago
about 3 hours ago
✨ Introduce new share generation and image views
Add new views for share generation and individual images, update routes,
and implement a copy share link script for better user experience.
♻️ Refactor code structure for better readability
Organize and streamline code components to enhance maintainability and clarity.
Peter Theill
Peter Theill 
deployed a styling change about 13 hours ago
about 13 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 23 hours ago
about 23 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 1 day ago
1 day 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.