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 test update about 4 hours ago
about 4 hours ago
♻️ Refactor chip_in feature toggle setup and teardown
Update the setup and teardown methods to manage the chip_in feature toggle
for tests, ensuring a consistent testing environment.
✅ Add tests for chip_in feature toggle
Implement tests to ensure proper behavior when chip_in feature is enabled
or disabled, enhancing test coverage for contributions functionality.
⬆️ Upgrade Ruby setup action to v1.295.0
Update Ruby setup action in CI and deploy workflows for improved
compatibility and performance.
Peter Theill
Peter Theill 
deployed a feature about 4 hours ago
about 4 hours ago
✨ Add review statistics to pricing page
Include review count, average rating, and featured review in the
pricing page's structured data for enhanced product information.
🎨 Refactor review query to exclude nil ratings
Update the reviews query to filter out reviews with nil ratings for better accuracy in the admin panel.
Peter Theill
Peter Theill 
deployed a refactoring about 4 hours ago
about 4 hours ago
♻️ Refactor code structure for better readability
Organize functions and improve naming conventions to enhance maintainability.
Peter Theill
Peter Theill 
deployed a styling change about 4 hours ago
about 4 hours ago
💄 Add reply-to address in application mailer
Include a reply-to address for better email handling and user communication.
Peter Theill
Peter Theill 
deployed a styling change about 6 hours ago
about 6 hours ago
💄 Update sender email address in application mailer
Correct the default sender email address to ensure proper email delivery.
Peter Theill
Peter Theill 
deployed a styling change about 7 hours ago
about 7 hours ago
✨ Introduce new email notifications for user actions
Add email templates and methods for credits exhausted,
BYOK Unlimited purchase, credit pack purchase, and style pack purchase.
💄 Refactor email templates and styles
Simplify HTML structure and enhance text content for welcome and ZIP ready emails.
✨ Include 4K images in ZIP generation
Enhance the GenerateZipJob to add 4K images to the ZIP archive
when available, ensuring both 1K and 4K images are included.
✨ Introduce queued jobs management in admin dashboard
Add functionality to view, retry, and discard queued jobs with
status filtering in the admin dashboard. Enhance UI to display
job statistics and actions.
✨ Introduce ZIP download feature for generated images
Add functionality to download generated images as a ZIP file.
Includes email notification for users when the ZIP is ready.
✨ Analyze image blobs after generation
Ensure image blobs are analyzed post-generation for better processing.
✨ Enhance audio playback with multiple oscillators
Refactor audio context handling to use triangle wave oscillators
for improved sound quality and timing.
💄 Revamp image display and details layout
Enhance the UI for the generated image section, including header,
action buttons, and original image details for improved clarity
and user experience.
💄 Update UI text for clarity and consistency
Revise headings and tooltips to enhance user understanding and improve
overall interface coherence.
✨ Introduce PreprocessVariantsJob for image variants
Add a job to process all named variants for attached images, ensuring
variants are generated and logged appropriately. Update related
models and views to utilize new variants.
♻️ Refactor authentication and add image model
Update the before_action for Google authentication and include the image model in the response hash for better data handling.
💄 Update download button text for clarity
Change "Download preview" to "Download" and "Download 4K" to "Request 4K"
for improved user understanding in the generation flow tests.
🎨 Improve random rotation logic for photo grid
Update the random rotation function to allow a wider range of rotation
degrees for better visual effects in the photo grid.
🔍️ Update legacy redirects for SEO preservation
Implement redirects for removed or renamed pages to maintain SEO
value and improve user navigation.
♻️ Refactor code structure for better readability
Organize functions and improve naming conventions to enhance maintainability.
💄 Enhance style select button and generation images layout
Update the UI for the style select button and improve the layout for
displaying generation images, ensuring better usability and visual
consistency.
💄 Update pricing descriptions and UI elements
Clarify credit usage and enhance visual hierarchy for better user
understanding and experience.
♻️ Refactor image analysis handling
Consolidate image analysis logic by removing unnecessary generator
instantiation and directly using class methods for improved clarity
and maintainability.
💄 Update UI text and styling for user settings
Revise headings and descriptions for clarity, and enhance form styling
to improve user experience in the settings section.
💄 Enhance error display in generation status
Improve the UI for failed generation notifications with clearer
error messages and visual indicators.
✨ Introduce BYOK validation and UI enhancements
Add validation to ensure at least one API key is provided when BYOK is enabled.
Enhance the user interface for API key management, including dynamic model
selection based on available keys and improved error messaging.
✨ Update API key references for clarity
Clarify that users can use either Gemini or xAI API keys in various
sections of the application, enhancing user understanding of BYOK
options and pricing details.
✨ Introduce xAI image generation support
Add support for xAI models and API keys, enhancing image generation
capabilities. Update user settings and generation jobs to accommodate
new features and ensure backward compatibility.
✨ Update default image generation model
Change the default model to "gemini-3.1-flash-image-preview" and
update the UI to reflect the new model options for improved user
experience.
✨ Introduce style packs feature
Add new style packs for various themes and occasions, including
functionality for pricing and credits. Update routes, views, and
tests to support the new feature while removing outdated links.
♻️ Major factoring and introducing packs
💄 Update style name display for better alignment
Enhance the UI by making the style name text block-level and centered.
Peter Theill
Peter Theill 
deployed a styling change about 11 hours ago
about 11 hours ago
✨ Save rating from email link and update review order
Implement functionality to save ratings from email links and adjust
the order of recent reviews based on the updated timestamp.
💄 Update email template for feedback requests
Revise content and styling for better clarity and user engagement.
💄 Conditionally notify feedback receipt in production
Ensure feedback notifications are only sent in the production environment.
Peter Theill
Peter Theill 
deployed a feature about 11 hours ago
about 11 hours ago
✨ Introduce feedback feature
Add feedback submission form, controller, and model. Implement
notification system for new feedback and create admin interface
to view feedback submissions.
💄 Update UI for date input styling
Adjust the maximum width of the date input container for improved responsiveness.
Peter Theill
Peter Theill 
deployed a styling change about 23 hours ago
about 23 hours ago
🔥 Remove guest download tracking code
Eliminate unnecessary tracking for guest downloads in the upload process.
🔥 Remove unnecessary whitespace in dashboard view
Clean up the layout by eliminating extra blank lines for better readability.
Peter Theill
Peter Theill 
deployed a styling change 1 day ago
1 day 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.