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 2 hours ago
about 2 hours ago
✨ Introduce preferred model selection for users
Add functionality for users to select a preferred model for image
generation, including validation and UI updates in the user settings
form. Update routes and tests accordingly.
Peter Theill
Peter Theill 
deployed a feature about 7 hours ago
about 7 hours ago
✨ Enhance Privacy and Terms Pages
Add SEO metadata and improve structure for the privacy policy and terms of use pages. Introduce new tests for Generation and GenerationImage models, ensuring robust validation and associations.
✨ Introduce social sizes feature for generations
Add functionality to display and download social media sizes for generated
images. This includes new routes, controller actions, and views to enhance
user experience and accessibility of social media formats.
✨ Add style deletion feature and update UI
Implement the ability to delete specific style images and enhance the UI
to provide feedback for first-time users. Update routes and tests to
support this new functionality.
✨ Refactor shares and generations for improved functionality
Update shares controller and views to use style identifiers instead of share tokens.
Enhance generation image processing and add new style detail page.
Improve UI elements and ensure better handling of image states.
✨ Introduce social size groups and download feature
Add new social size groups for various platforms and implement
download functionality for selected sizes in the shares controller.
✨ Enhance photo handling and background styling
Improve photo selection logic and add dynamic background classes
to enhance visual presentation in the photo grid.
Peter Theill
Peter Theill 
deployed a performance improvement 2 days ago
2 days ago
🔥 Remove icon classes and colors from SEO templates
Eliminate unnecessary icon classes and colors from various SEO
template files to streamline the codebase and improve maintainability.
Peter Theill
Peter Theill 
deployed a feature 2 days ago
2 days 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 2 days ago
2 days 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 2 days ago
2 days 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 2 days ago
2 days 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 2 days ago
2 days 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 2 days ago
2 days 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 2 days ago
2 days 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.