Skip to main content

Founding Program

The first 100 sites to be added to Site Health get lifetime free access — every feature, unlimited scans, forever.

How it works

  • Every site added to the platform gets a "founding" flag assigned at insert time
  • The first 100 sites ever synced = founding sites
  • When a 101st site tries to sync, it's flagged non-founding
  • Existing founding sites stay free forever, even after the cap is hit
  • New sites added after the cap require a paid plan (billing launches when demand is validated)

Why we're doing this

Two reasons:

  1. Validate demand before building billing. If we can't fill 100 free slots, no pricing fixes that. The founding cap is a free market signal.
  2. Reward early supporters. Agencies who help us iterate in the alpha deserve something permanent.

How to claim founding sites

  1. Connect Webflow — all your workspace sites sync automatically
  2. Every site that gets in under the 100-site cap is flagged founding
  3. 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 built, currently and in the future
  • ✅ Unlimited scans per site
  • ✅ Full history retention (not capped at 30/90 days like paid plans may be)
  • ✅ White-label reports when we ship them
  • ✅ AI features when we ship them
  • ✅ Priority support
  • ✅ No credit card, no expiry, no catch

What it doesn't cover

Paid tiers (coming post-cap) will include some things that won't automatically extend to founding sites:

  • Team/workspace access — multi-user features will need an Agency subscription regardless of founding status (because seats cost money)
  • RUM (Real User Monitoring) beacon — per-visitor data processing has real cost; founding sites may get a generous included quota, not unlimited
  • White-label custom domain — custom subdomains like reports.youragency.com may stay Agency+ only

The principle: anything that costs Site Health the same regardless of scale stays free for founding. Anything with per-usage cost gets a fair included quota.

Tracking the counter

The landing page shows live founding-program status:

  • "78 of 100 founding spots remaining" — program is open, sync now
  • "Founding program closed" — cap hit, new sites require a paid plan

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": 78,
"cap": 100,
"remaining": 22,
"isOpen": true,
"percentageClaimed": 78
}

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 will be flagged for paid (which launches later).

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.

Will founding ever expire?

No. "Lifetime free" means for the life of the site record. If you delete a site and re-add it, it won't be founding the second time (it would count as a new site and we'd check the cap).

What happens at site #101?

New sites synced after the cap get a post-cap informational banner explaining paid plans are coming. They continue working normally for now — we'll email you before any site is actually gated.

Do founding sites get paid features we ship later?

Yes, by default. Every feature we ship is available to founding sites forever. Exceptions (RUM beacon, team seats, white-label custom domains) will be clearly called out when they ship.