Embeds
Add DD apps to your blog or README
Every app in the Developers Digest empire ships a public embed endpoint. Drop a status badge into your README, paste a live widget into your blog, or pull the full catalog as JSON.
1. Markdown badge
Each app exposes a /api/embed.json shields.io-compatible endpoint. Use the snippet below in any markdown file.
Fit
fit.developersdigest.tech
[](https://fit.developersdigest.tech)Cron
cron.developersdigest.tech
[](https://cron.developersdigest.tech)DD Canvas
canvas.developersdigest.tech
[](https://canvas.developersdigest.tech)Overnight Agents
overnight.developersdigest.tech
[](https://overnight-agents.developersdigest.tech)2. Iframe widget
For richer embeds, drop a live iframe served from /api/embed.html. Auto-themed to match your site.
<iframe src="https://www.developersdigest.tech/api/embed.html?slug=fit" width="320" height="200" frameborder="0" loading="lazy"></iframe>Swap slug=fit for any of the 91 apps in the directory.
3. Programmatic access
Need the full catalog? Hit /api/apps for a JSON list of every DD app - slugs, hosts, descriptions, and categories. Cache-friendly and CORS-enabled.
curl https://www.developersdigest.tech/api/apps