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 6 hours ago
about 6 hours ago
✨ Introduce tags feature for media
Add a new route and controller actions to fetch tags associated with media.
Implement frontend autocomplete for tag input and update tests accordingly.
✨ Add event type hints for AI analysis
Introduce predefined event tags to enhance AI-generated captions and
tags based on event types during media analysis.
💄 Add download modal component
Introduce a new download modal for users to request a zip file of their media.
This enhances the user experience by providing a clear and interactive way
to download files.
💄 Update feedback email sender information
Enhance the sender details in the feedback email to include the user's
name and email, improving clarity for recipients.
Peter Theill
Peter Theill 
deployed a styling change about 11 hours ago
about 11 hours ago
💄 Update feedback email and UI for personalization
Enhance feedback email sender information and update UI to greet users
by name if logged in, improving user engagement and experience.
Peter Theill
Peter Theill 
deployed a feature about 11 hours ago
about 11 hours ago
✨ Introduce feedback email notifications
Add a mailer to send notifications upon feedback submission and update
the feedback form to include a header for better user experience.
🎉 Add 12-Week Instagram Marketing Plan
Introduce a comprehensive marketing plan for Knipsmig, focusing on Instagram strategies, content creation, and engagement tactics tailored for a Danish full-stack developer with limited time.
💄 Enhance UI for photo collection section
Update styles and layout for improved visual appeal and user engagement.
♻️ Refactor reviews query to filter completed reviews
Update the reviews query to only include completed reviews for better
data accuracy and relevance.
Peter Theill
Peter Theill 
deployed a styling change 1 day ago
1 day ago
💄 Update new photos added email template
Revise the email layout and content for new photo notifications,
including a preview section and improved messaging.
💄 Update event preserved email template
Revise the HTML structure and styling for the event preserved email
to enhance readability and user engagement.
💄 Update event tips email content
Refine wording for clarity and consistency in event tips emails.
💄 Update review request email content
Enhance the clarity and branding of the feedback request email by
adding "with Knipsmig" and improving the closing statement for better
user engagement.
💄 Update theme colors and styles
Revise background and surface colors for various themes to enhance visual
appeal and consistency across the application.
✨ Introduce event themes feature
Add a variety of color themes for events, enhancing customization
options for users. Update views, models, and tests to support
this new functionality.
Peter Theill
Peter Theill 
deployed a styling change 3 days ago
3 days ago
💄 Update review timestamp display logic
Use either the completed_at or created_at date for displaying review timestamps.
Peter Theill
Peter Theill 
deployed a styling change 3 days ago
3 days ago
💄 Update event preservation plan details and UI
Revise the event preservation plan name and description for clarity.
Add a sign-up modal for improved user interaction.
Peter Theill
Peter Theill 
deployed a feature 3 days ago
3 days ago
💄 Add preserve event feature to deletion warnings
Implement auto-login URL for event preservation and update email content
to reflect new pricing options for preserving events.
✨ Introduce duplicate detection feature
Add duplicate detection information across various sections to enhance
user awareness and functionality in media management.
💄 Update dashboard UI styles and icons
Revamp the appearance of upload statistics and background icons for a more cohesive design.
💄 Update UI text and pagination functionality
Enhance media management descriptions and add pagination controls for improved navigation.
✨ Introduce duplicates feature for media management
Add functionality to identify and display duplicate media files
within an event, enhancing user experience and file management.
✨ Introduce media management feature
Add media action to events controller and create media view for
displaying associated media items. Update routes to support new
media functionality.
Peter Theill
Peter Theill 
deployed a feature 5 days ago
5 days ago
💄 Add social proof bar to homepage and pricing page
Display event and media counts to enhance user engagement and trust.
✨ Introduce media analysis feature
Add functionality to analyze media with AI, including a new route
and button in the event show view to trigger analysis for all
attached media.
Peter Theill
Peter Theill 
deployed a feature 6 days ago
6 days ago
✨ Enqueue AI analysis job after metadata extraction
Ensure that the AnalyzeMediaWithAiJob is triggered following the
successful extraction of media metadata.
Peter Theill
Peter Theill 
deployed a styling change 7 days ago
7 days ago
🎨 Refactor supported image types check
Update the supported image types constant and ensure the content type
is correctly checked during media analysis.