Skip to main content

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

Fit status badge
[![Fit](https://img.shields.io/endpoint?url=https%3A%2F%2Ffit.developersdigest.tech%2Fapi%2Fembed.json)](https://fit.developersdigest.tech)

Cron

cron.developersdigest.tech

Cron status badge
[![Cron](https://img.shields.io/endpoint?url=https%3A%2F%2Fcron.developersdigest.tech%2Fapi%2Fembed.json)](https://cron.developersdigest.tech)

DD Canvas

canvas.developersdigest.tech

DD Canvas status badge
[![DD Canvas](https://img.shields.io/endpoint?url=https%3A%2F%2Fcanvas.developersdigest.tech%2Fapi%2Fembed.json)](https://canvas.developersdigest.tech)

Overnight Agents

overnight.developersdigest.tech

Overnight Agents status badge
[![Overnight Agents](https://img.shields.io/endpoint?url=https%3A%2F%2Fovernight-agents.developersdigest.tech%2Fapi%2Fembed.json)](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