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 4 hours ago
about 4 hours ago
✨ Introduce character count and tab functionality
Add a character count controller for input fields and a tab controller
to manage tabbed navigation with unsaved changes warning. Also, add a
Rake task to analyze image blobs missing width/height metadata.
♻️ Refactor code structure for better readability
Improve the organization of the codebase to enhance maintainability and clarity.
🔥 Remove My Products and replace with My Projects
Refactor the application to replace the My Products feature with My Projects,
updating routes, views, and controllers accordingly.
💄 Update button text for project submission
Change "Launch Project" to "Add project" for clarity in the submission process.
🎨 Refactor URL validation logic
Simplify URL validation by removing uniqueness condition and
adding custom validation for claimed URLs.
💄 Update UI for directories and my products pages
Enhance layout and styling for better user experience and consistency.
🔨 Add script to wipe and recreate development database
Introduce a new script that facilitates the process of dumping the
production database and restoring it to the local development
environment, with an option to skip the download of the production
data.
Peter Theill
Peter Theill 
deployed a styling change about 13 hours ago
about 13 hours ago
💄 Update directories layout to grid format
Transform the directories display from a list to a grid for improved
visual organization and user experience.
💄 Update homepage content and layout
Revamp the hero section and add new features to enhance user engagement
and clarify project submission process.
🎨 Refactor home controller and footer layout
Update project retrieval logic and clean up unused footer buttons for improved code clarity and maintainability.
💄 Update link attributes for improved SEO
Change rel attributes from "noopener noreferrer" to "noopener nofollow"
for external links across various views to enhance SEO practices.
✨ Add bulk delete functionality for projects
Implement bulk deletion of projects with a confirmation prompt and
toolbar for selected items in the admin panel.
Peter Theill
Peter Theill 
deployed a styling change 1 day ago
1 day ago
💄 Update UI text color for better visibility
Change heading text color to white across multiple SEO pages to enhance
contrast and improve readability against background gradients.
💄 Enhance feature images with new styles
Update feature sections with improved image presentation and styling
for better visual appeal and user engagement.
Peter Theill
Peter Theill 
deployed a feature 1 day ago
1 day ago
✨ Add reviews feature with display and routing
Introduce a new reviews page that shows completed reviews,
average ratings, and feedback. Update routes and add tests
to ensure functionality.
Peter Theill
Peter Theill 
deployed a bug fix 1 day ago
1 day ago
🐛 Add safe_text method to handle emoji in event names
Introduce a method to sanitize text for Prawn's built-in fonts, ensuring
event names with emoji are correctly processed in generated PDFs.
Peter Theill
Peter Theill 
deployed a refactoring 2 days ago
2 days ago
♻️ Refactor guest download conditionals
Disable guest download feature conditionally for logged in and logged out users.
Peter Theill
Peter Theill 
deployed a styling change 3 days ago
3 days ago
💄 Update API key fields to password inputs
Change Gemini and xAI API key fields to password inputs for enhanced
security and privacy during user input.
Peter Theill
Peter Theill 
deployed a styling change 3 days ago
3 days ago
💄 Enhance UI styles and animations
Add 'will-change' properties for performance optimization and update
CSS classes for better structure in the fan card component.
💄 Update card hover effects and transitions
Enhance the visual feedback of generation cards with improved
hover effects and transition properties for a smoother user experience.
Peter Theill
Peter Theill 
deployed a feature 3 days ago
3 days ago
✨ Add author information to product review
Include the author's name in the structured data for the product review
to enhance the review's credibility and SEO.
✨ Add return policy and shipping details to pricing page
Introduce structured data for return policy and shipping details
to enhance product information and improve SEO.
Peter Theill
Peter Theill 
deployed a feature 3 days ago
3 days ago
✨ Add metadata stripping for generated images
Implement functionality to strip EXIF metadata from images in both
GenerateLargeStyleImageJob and GenerateThumbnailsJob. Add tests to
ensure metadata is removed and handle invalid input gracefully.