Embed GitDealFlow's real-time badge on your website, README, or dashboard.
The badge above updates automatically as our dataset grows.
Open raw SVG โ
<img src="https://gitdealflow.com/api/badge/stats"
alt="GitDealFlow โ Startup Engineering Signals">

<a href="https://gitdealflow.com" target="_blank">
<img src="https://gitdealflow.com/api/badge/stats"
alt="GitDealFlow โ Startup Engineering Signals">
</a>
GET https://gitdealflow.com/api/badge/stats
// Content negotiation Content-Type: image/svg+xml; charset=utf-8 Access-Control-Allow-Origin: * // Caching โ CDN caches for 1h, browser for 5min Cache-Control: public, s-maxage=3600, max-age=300, stale-while-revalidate=86400 // Security X-Content-Type-Options: nosniff X-Frame-Options: DENY
The badge is cached at the CDN edge for 1 hour (s-maxage=3600) and in the browser for 5 minutes (max-age=300). During revalidation, stale content is served for up to 24 hours (stale-while-revalidate=86400), so the badge never goes blank.
The endpoint allows cross-origin requests via
Access-Control-Allow-Origin: *, so it works from any domain,
including <img> tags, CSS background-image,
and SVG <use> elements.