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 performance improvement about 6 hours ago
about 6 hours ago
⚡️ Defer the Font Awesome kit, drop unused PhotoSwipe, lazy-load controllers, and fix landing page a11y
Perf: the kit script was parser-blocking in <head> and held first paint for
150-350ms while the main thread sat idle; it is now deferred and icons reserve
a 1em box so the late CSS causes no layout shift. PhotoSwipe (CSS from jsDelivr
plus two importmap pins) and the lightbox/hello controllers had no callers and
are removed. Stimulus controllers load on demand instead of eagerly preloading
all 24, and the nav/footer logo is a 96px PNG instead of the 1024px icon.
A11y (Lighthouse 84): html lang, empty alt on the decorative logo, aria-label
on the hero URL input, gray-500 for the eyebrow/footer labels that failed AA
contrast, and aria-hidden on every icon glyph.
Peter Theill
Peter Theill 
deployed a styling change about 7 hours ago
about 7 hours ago
Merge branch 'worktree-remove-header-confetti'
💄 Remove the confetti effect from the header wordmark
Peter Theill
Peter Theill 
deployed a performance improvement about 7 hours ago
Peter Theill
Peter Theill 
deployed a feature about 11 hours ago
about 11 hours ago
✨ Add the SEO surface and refresh the landing page
Guides, directory collections, per-audience use-case pages, llms.txt and
a pages sitemap, with breadcrumbs, FAQ schema and shared CTA partials.
Landing page: the directory count is read from the database everywhere
instead of a hardcoded 46 (new directory_count helper, %{directory_count}
placeholders in use-case copy), the hero URL field gets a visible icon
and a gradient focus ring, and the resources section is redesigned as a
content section with a heading, blurbs and arrowed links instead of
footer-style link columns.
Support
Support 
deployed a bug fix about 14 hours ago
about 14 hours ago
🐛 Add grouping by source agent ID in events table ✨ Add source agent details to event queries
Peter Theill
Peter Theill 
deployed a feature about 15 hours ago
about 15 hours ago
✨ Sort maker lists alphabetically and show where a package has been submitted on its hub
Peter Theill
Peter Theill 
deployed a bug fix about 17 hours ago
about 17 hours ago
💄 Simplify the wordmark and rebuild the account menu as a click-driven panel
🐛 Fix console errors: allow the confetti blob worker in CSP, load Ahrefs only in production from head
🔧 Add a Cloudflare tunnel for the dev server at development.launchto.win
Support
Support 
deployed a feature about 17 hours ago
Support
Support 
deployed a feature about 18 hours ago
about 18 hours ago
✨ Introduce Guide Danmark integration custom view ✨ Introduce Zublime Updates skill ✨ Introduce queued agent messages feature ✨ Show source agent id on events table
Peter Theill
Peter Theill 
deployed a feature about 19 hours ago