Features
Everything you need to track and celebrate deployments. Nothing you don't.
Simple API Endpoint
Post a deployment with one HTTP request. That's the entire API.
curl -X POST https://dplyd.com/api \
-H "Authorization: Bearer YOUR_TOKEN" \
-d "message=Deployed v2.4.1 with new dashboard" \
-d "url=https://github.com/you/repo/commit/abc123"
- Required: message (what you shipped)
- Optional: url (link to commit, PR, changelog, etc.)
- Works with any CI/CD platform (GitHub Actions, GitLab CI, CircleCI, Jenkins)
- Supports both form-encoded and JSON request bodies
Global Developer Feed
Every deployment appears on the public feed in real-time. Inspire others and get inspired.
Public by Default
Build in public. Show the world you're shipping consistently.
Real-Time Updates
New deployments appear instantly via Turbo Streams. No page refresh needed.
Chronological Timeline
Most recent deployments first. Simple reverse-chronological order.
Discover Developers
See what other developers are shipping. Get ideas. Stay motivated.
Deployment Badges
Show your latest deployment status in your README, docs, or anywhere else.
- Color-coded freshness: green (≤3h), blue (≤24h), indigo (≤7d), amber (≤30d), gray (older)
- Always current: No caching - badge reflects latest deploy instantly
- Filter by domain: Add ?url=example.com to show only deployments for that project
- SVG format: Crisp at any size, works everywhere
Personal Deployment Profiles
Your public profile showcases all your deployments. Share it anywhere.
-
Clean URL:
dplyd.com/yourname - Complete deployment history in chronological order
- Show stakeholders, teammates, or potential employers your shipping consistency
- Optional avatar and bio
Deployment Reactions
Celebrate others' deployments with reactions. Show support for shipping.
- 🎉 Celebration reaction - the only reaction you need
- Toggle on/off - click again to remove your reaction
- See total reactions on each deployment
- Track your total celebration count on your profile
Secure API Tokens
Generate and manage API tokens from your profile. Simple security.
- One-click token generation
- Rotate tokens anytime if compromised
- Bearer token authentication (standard HTTP header)
- Use in CI/CD secrets or environment variables
Real-Time with Turbo Streams
New deployments appear on the feed instantly without page refresh.
- WebSocket-powered live updates via Action Cable
- No polling, no manual refresh - deployments just appear
- Powered by Hotwire Turbo - zero custom JavaScript
What's Intentionally NOT Included
Dplyd is minimal by design. We deliberately exclude:
- Private feeds or team workspaces (maybe in the future)
- Analytics, charts, or deployment frequency metrics
- Slack, Discord, or email notifications
- Rich text editing or formatting tools
- Custom branding or white-label options
- Status monitoring or uptime tracking
If you need these features, check out enterprise changelog tools. Dplyd is intentionally simple.