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
🎨 Improve JSON output formatting in SEO metadata
Ensure proper escaping and formatting for JSON data in various views
to enhance SEO and prevent potential issues with data rendering.
Peter Theill
Peter Theill 
deployed a styling change about 10 hours ago
about 10 hours ago
🎨 Improve JSON serialization in SEO metadata
Refactor how titles and descriptions are serialized to JSON
for better compatibility and performance across various pages.
Peter Theill
Peter Theill 
deployed a feature about 10 hours ago
about 10 hours ago
✨ Add guest download metrics and UI elements
Introduce tracking for guest download views and clicks, update dashboard
to display new metrics, and enhance UI for better user experience.
Peter Theill
Peter Theill 
deployed a feature about 11 hours ago
about 11 hours ago
✨ Enhance event review handling
Include archived events in the reviews index to improve data visibility
and user experience when displaying event reviews.
Peter Theill
Peter Theill 
deployed a feature about 11 hours ago
about 11 hours ago
✨ Add archived event handling for event reviews
Implement logic to transfer event reviews to archived events and update
database schema accordingly. Ensure event reviews can exist without
an associated event.
Peter Theill
Peter Theill 
deployed a configuration change 1 day ago
1 day ago
🩺 Update healthcheck configuration
Refine healthcheck settings to include path, interval, and timeout for improved container monitoring.
Peter Theill
Peter Theill 
deployed a feature 3 days ago
3 days 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 4 days ago
4 days 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 4 days ago
4 days 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 5 days ago
5 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.