Founding Program
The first 50 sites to be added to Site Health get 1 year of free access — every feature, unlimited scans.
How it works
- Every site added to the platform gets a "founding" flag assigned at insert time
- The first 50 sites ever synced = founding sites
- When a 51st site tries to sync, it's flagged non-founding
- Founding sites keep their full year regardless of when the cap is hit
Why we're doing this
Two reasons:
- Validate demand. If we can't fill 50 free slots, that's a signal worth listening to. The founding cap is a market signal.
- Reward early supporters. Agencies who help us iterate in the alpha deserve something meaningful in return.
How to claim founding sites
- Connect Webflow — all your workspace sites sync automatically
- Every site that gets in under the 50-site cap is flagged founding
- Look for the Founding ★ badge on your dashboard and site detail pages
You don't need a code or special action. If the counter on the landing page shows spots remaining when you sync, every site you sync is claimed.
What founding sites get
- ✅ Every feature Site Health has, currently and while your year runs
- ✅ Unlimited scans per site
- ✅ Full history retention
- ✅ White-label reports when we ship them
- ✅ AI features when we ship them
- ✅ Priority support
- ✅ No credit card, no catch
Tracking the counter
The landing page shows live founding-program status:
- "22 of 50 founding spots remaining" — program is open, sync now
- "Founding program closed" — cap hit
The counter updates every minute (cached at the edge). You can also hit the public API at /api/founding-stats:
curl https://sitehealth.octagramlabs.com/api/founding-stats
Returns:
{
"claimed": 22,
"cap": 50,
"remaining": 28,
"isOpen": true,
"percentageClaimed": 44
}
FAQ
Can I claim all my 40 sites right now?
Yes — as long as the cap hasn't been hit. Site Health pulls all your workspace's sites at once and flags each one independently. If 22 spots remain and you have 40 sites, your first 22 get founding, the remaining 18 are flagged non-founding.
If I disconnect and reconnect, do I keep founding status?
Yes, founding status is per-site, not per-user. Reconnecting is an upsert — founding flags are never downgraded.
What happens at site #51?
New sites synced after the cap continue working normally for now. We'll email you before any site is gated.