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 5 hours ago
about 5 hours ago
💄 Update header styles and layout
Enhance the header's background and adjust the maximum width for better
visual consistency and responsiveness.
♻️ Refactor code structure for better readability
Improve the organization of the codebase to enhance maintainability and clarity.
Peter Theill
Peter Theill 
deployed a styling change about 5 hours ago
about 5 hours ago
🎨 Update image URL construction in SEO helper
Refactor the seo_image_url method to use request.base_url for
building the image URL instead of the image_url helper.
Peter Theill
Peter Theill 
deployed a feature about 6 hours ago
about 6 hours ago
✨ Add SEO helpers and update meta descriptions
Introduce SEO methods for title, description, canonical URL, and image.
Update meta descriptions across various views for improved clarity.
⬆️ Upgrade Ruby version to 3.3.6
Update Ruby version in Dockerfile, .ruby-version, and deployment
configuration for consistency across the project.
⬆️ Upgrade aws-partitions and aws-sdk-s3 versions
Update aws-partitions to 1.1221.0 and aws-sdk-s3 to 1.214.0 for
improved functionality and compatibility.
Peter Theill
Peter Theill 
deployed a dependency update about 9 hours ago
about 9 hours ago
⬆️ Upgrade aws-partitions, aws-sdk-s3, mcp, public_suffix, and rubocop
Update dependencies to their latest versions for improved performance and security.
Peter Theill
Peter Theill 
deployed a refactoring 2 days ago
2 days ago
✨ Update default credits for users and adjust tests
Change default credits for new users from 1 to 5 and update related tests
to reflect this change for consistency across the application.
♻️ Refactor code structure for better maintainability
Organize and streamline code to enhance readability and future updates.
Peter Theill
Peter Theill 
deployed a feature 2 days ago
2 days ago
💄 Add cropped attribute to image links
Enhance image links with a 'data-cropped' attribute for improved
functionality in the gallery view.
✨ Update authentication links and UI text
Add conditional rendering for Google sign-in link based on user login status
and update API key references for clarity.
✨ Introduce social sizes feature for shares
Add a new endpoint and view for downloading social media size presets.
Update the SharesController to handle social sizes and adjust tests accordingly.
♻️ Refactor code structure for better readability
Organize and streamline code to enhance maintainability and clarity.
Peter Theill
Peter Theill 
deployed a CI/build change 3 days ago
3 days ago
🔥 Remove seasonal_image_generator service
Eliminate the seasonal_image_generator service and its associated code.
Peter Theill
Peter Theill 
deployed a feature 3 days ago
3 days ago
✨ Introduce pre-event tips email feature
Add functionality to send pre-event tips to users with upcoming events.
Includes new mailer, job, and views, along with necessary database changes.
🔧 Add outreach email templates for partnerships
Introduce email templates for outreach to various wedding-related platforms
to promote Knipsmig as a guest photo sharing solution.
Support
Support 
deployed a bug fix 4 days ago
4 days ago
🐛 Add path and url fields to regeneratePage 🐛 Include publicUrl on new generative pages
Peter Theill
Peter Theill 
deployed a styling change 4 days ago
4 days ago
💄 Update creator information in share view
Enhance the share page by displaying the creator's name and avatar,
improving the overall user experience and personalization.
✨ Enhance 4K download functionality and UI
Update download URLs to use rails_blob_path for attachments.
Add logic to conditionally style the 4K download button based on
availability and improve related tests for better coverage.
💄 Enhance feature card UI with decorative icons
Add decorative icons to feature cards for improved visual appeal and
user engagement.
✨ Introduce share token feature for generation images
Add share token to generation images for sharing functionality.
Implement share links and corresponding controller actions.
💄 Update headings for style consistency
Revise headings to enhance clarity and maintain uniformity across the UI.
💄 Update photo effect headings for consistency
Refactor all photo effect headings to use a uniform "style" format
for improved clarity and branding across the application.
✨ Introduce aspect ratio handling for image generation
Add support for aspect ratios in image generation jobs and update UI
elements to reflect these changes. Enhance the preview card heading
markup for better styling and usability.
💄 Update UI elements for improved styling
Enhance the layout and typography of the photo display section for better
visual appeal and consistency.
✨ Introduce adjustment prompt feature for generations
Add functionality to handle optional adjustment prompts during style
regeneration, enhancing user control over image generation.