📡 Startup Velocity Tracker

Embed a live badge from the VC Deal Flow Signal dataset into your GitHub README, blog, or website. Badges auto-update every week.

⏱️ Live Count Badge

Shows how many startups we track. Updates weekly.

<!-- GitHub README markdown -->
[![Tracked by GitDealFlow](https://img.shields.io/badge/📡_369%2B_startups_tracked-0b1120?style=flat-square)](https://gitdealflow.com)

⚡ Startup Signal Badge

Show a specific startup's signal status. Replace {slug} with any tracked startup (e.g. fleetbase, medusajs).

<!-- Markdown with dynamic signal -->
[![{slug} signal](https://gitdealflow.com/api/badge/{slug})](https://gitdealflow.com/startup/{slug})

📊 Pulse Embed

Embed the live Startup Pulse chart on your blog or site.

<iframe src="https://gitdealflow.com/pulse?embed=1" width="100%" height="600" frameborder="0" loading="lazy"></iframe>

🏷️ HTML Badge (Any Site)

For blogs or CMS sites that need raw HTML.

<a href="https://gitdealflow.com" style="display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:#0b1120;border:1px solid #334155;border-radius:6px;color:#e2e8f0;text-decoration:none;font-size:0.85rem">
<span style="width:8px;height:8px;border-radius:50%;background:#22c55e"></span>
Tracked by GitDealFlow
</a>

🔗 Dataset Attribution

For academic papers, blog posts, or research citing the dataset.

// BibTeX citation
@misc{vc_deal_flow_signal_2026,
title = {VC Deal Flow Signal — Public Engineering Velocity Dataset},
url = {https://signals.gitdealflow.com},
author = {The Data Nerd},
year = {2026},
doi = {10.2139/ssrn.6606558}
}