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 1 hour ago
about 1 hour ago
💄 Update page titles for consistency
Remove "Knipsmig" from various page titles to create a cleaner and
more streamlined user experience across the application.
💄 Add FAQ structured data to multiple pages
Introduced structured data for FAQs on theguest_alternative,
wedibox_alternative, wedpicsqr_alternative, and wedshoots_alternative
pages to enhance SEO and user experience. Updated wedding page with
new links and improved content descriptions.
⬆️ Upgrade Ruby and action dependencies
Update Ruby setup and related actions to the latest versions for improved
performance and security.
✨ Enhance Hetzner sync process
Limit concurrent requests to avoid rate limits and improve reliability
when syncing assets from Hetzner Object Storage.
Peter Theill
Peter Theill 
deployed a styling change about 12 hours ago
about 12 hours ago
✨ Capture and utilize preferred style on sign-in
Implement logic to capture preferred style from SEO landing page and
apply it during user sign-in and generation creation for enhanced
user experience.
💄 Enhance collage layout and transitions
Update collage figure styles for improved visual presentation and
add smooth transitions for captions and image containers.
Peter Theill
Peter Theill 
deployed a feature about 21 hours ago
about 21 hours ago
💄 Update user email display in header
Remove redundant email display for logged-in users when name is present.
💄 Refactor welcome message structure
Reorganize the welcome message layout for better readability and maintainability.
✨ Introduce collage shuffle feature
Add functionality for shuffling collage photos with animations and
transitions, enhancing user interaction and visual appeal.
💄 Refactor payment message layout
Improve the structure of the payment message section for better readability.
Peter Theill
Peter Theill 
deployed a feature 2 days ago
2 days ago
✅ Add tests for guest download functionality
Implement tests for the GuestDownloadsController and GuestDownload model
to ensure proper behavior and validation of guest downloads.
✨ Introduce guest photo download feature
Add functionality for guests to purchase and download event photos as a ZIP file.
Includes payment processing via Stripe and email notifications for completed downloads.
Peter Theill
Peter Theill 
deployed a CI/build change 2 days ago
2 days ago
📈 Add analytics tracking scripts
Integrate Ahrefs analytics script into application and SEO layouts for
enhanced tracking capabilities.
Peter Theill
Peter Theill 
deployed a feature 2 days ago
2 days ago
✨ Introduce new pages for trending, use cases, and weekly styles
Add new views for trending photo styles, use cases, and weekly style spotlight with SEO enhancements and structured data.
💄 Update static paths in SitemapsController
Add '/seasons' to the list of static paths for improved sitemap coverage.
Peter Theill
Peter Theill 
deployed a styling change 2 days ago
2 days ago
💄 Update season page heading selectors
Change figcaption selectors to data attributes for improved structure and consistency in the seasons page.
Peter Theill
Peter Theill 
deployed a styling change 2 days ago
2 days ago
✨ Introduce OG and pin image handling
Add support for generating Open Graph and Pinterest images with
appropriate dimensions and caching. Update routes and controller
to serve images based on the requested variant.
💄 Update header and SEO layout styles
Refine UI elements for improved visual consistency and accessibility.
Peter Theill
Peter Theill 
deployed a feature 2 days ago
2 days ago
♻️ Refactor icon color assignment in SEO layout
Update the icon color assignment to use the correct variable for better
consistency in the SEO layout.
✨ Introduce SEO enhancements and new layout files
Refactor SEO-related views to improve structure and add new layout for
better content organization and user experience.
✨ Introduce SEO enhancements in layout
Add structured data and meta tags for improved SEO performance and
user engagement on the style layout page.
♻️ Refactor seasons gallery controller and view
Enhance code structure for better maintainability and readability.
Peter Theill
Peter Theill 
deployed a refactoring 2 days ago
2 days ago
♻️ Refactor code structure for better maintainability
Organize and streamline code components to enhance readability and
future development efficiency.