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
Support
Support 
deployed a bug fix about 3 hours ago
about 3 hours ago
🐛 Fix connection after sort filters was added ✨ Add photo metadata to gallery and edit components
Peter Theill
Peter Theill 
deployed a styling change about 11 hours ago
about 11 hours ago
💄 Update avatar image sizes in user dropdown
Increase avatar dimensions for better visibility and user experience.
Peter Theill
Peter Theill 
deployed a styling change about 11 hours ago
about 11 hours ago
💄 Update preservation nudge UI for clarity
Enhance the layout and text for better user engagement and urgency
indication regarding photo preservation.
💄 Update SEO structured data and improve text
Refactor structured data for multiple views and enhance footer text for better clarity.
💄 Update photo preview layout in deletion warnings
Enhance the styling and structure of photo previews in deletion
warning emails for better visual appeal and consistency.
Peter Theill
Peter Theill 
deployed a styling change about 12 hours ago
about 12 hours ago
💄 Update photo grid and calendar UI elements
Adjust the number of displayed photos and enhance the calendar section
for improved visual appeal and user engagement.
Peter Theill
Peter Theill 
deployed a styling change about 12 hours ago
about 12 hours ago
💄 Update UI text for clarity and consistency
Revise headings and descriptions to enhance user understanding and improve overall presentation.
✨ Enhance text rotator with image crossfade
Add support for image rotation alongside text, improving visual
transitions and user engagement. Update controller and view
to handle new image data and animations.
💄 Enhance email layout and add photo previews
Revamp the zip ready email template with improved styling and
include a preview of selected photos for better user engagement.
💄 Update upload control text for consistency
Change "Lock & auto-close" to "Lock uploads" across multiple SEO
alternative views for uniformity in terminology.
Peter Theill
Peter Theill 
deployed a feature 1 day ago
1 day ago
✨ Introduce calendar and wedding photo sharing features
Add a calendar controller and view for managing themed photo styles throughout the year.
Implement a new page for wedding photo sharing with Knipsmig, including SEO enhancements
and tests for both features.
✨ Enhance SEO styles with new content
Add tips, use cases, and FAQs for various styles including Tropical,
Valentine's Day, Vintage, Wedding, Winter, and more to improve user
engagement and provide better guidance for users.
Peter Theill
Peter Theill 
deployed a refactoring 1 day ago
1 day ago
🚚 Update routes and sitemap for legacy redirects
Refactor routes to redirect legacy paths and update sitemap URLs for
style pages to reflect new structure.
♻️ Refactor code structure for better readability
Improve organization and clarity of the codebase to enhance maintainability.
💄 Remove placeholder text from photo upload section
Clean up the UI by removing unnecessary placeholder text for a more streamlined appearance.
Peter Theill
Peter Theill 
deployed a styling change 2 days ago
2 days ago
💄 Enhance pricing section UI and credit badge
Improve layout and styling of pricing options and user credit badge for
better visual appeal and user experience.
✨ Enhance generation display and sharing options
Improve the index and show views by refining image handling and
adding share and delete functionalities for better user interaction.
✨ Enhance subject_context with name attribute
Update subject_context method to include subject name and adjust related
code for consistency in image generation jobs and tests.
✨ Introduce image download functionality
Add a new download_image action and update routes to allow users
to download generated images in different resolutions. Update
views to link to the new download paths and adjust tests
accordingly.
✨ Update welcome email content and formatting
Enhance the welcome email with improved text and HTML structure for
better user engagement and clarity.
Peter Theill
Peter Theill 
deployed a feature 2 days ago
2 days ago
✨ Add subject name to generations and backfill data
Introduce a new column for subject names in the generations table and
implement a service to backfill missing subject metadata based on
image analysis results.
✨ Introduce job processing and database updates
Add job processing through Solid Queue and configure database for
development and queue environments. Update Procfile and README for
local job execution.
✨ Update download options for image generation
Revise download section to include preview and 4K options, enhancing user
experience and accessibility of image downloads.
♻️ Refactor code structure for better maintainability
Organize and streamline code to enhance readability and future updates.
✨ Introduce database management script
Add a script to manage the development database, including
dumping production data, dropping, and recreating the local
database, and syncing assets from Hetzner Object Storage.
✨ Introduce BYOK Unlimited plan and update credits
Add a new BYOK Unlimited purchase option and update related UI texts
and logic to reflect changes in credit usage and purchasing options.
Peter Theill
Peter Theill 
deployed a feature 2 days ago
2 days ago
✨ Add new apple touch icons
Introduce new PNG files for apple touch icons to enhance branding and user experience.
✨ Enhance S3 upload handling and retries
Improve multipart upload logic with dedicated S3 client and
increase robustness by adding retry attempts for upload failures.