Hosting is included and near-cost. We are not trying to out-host Cloudflare — we run on it. What you are paying for is the flow: idea → name → evidence → ownership → live.
Every account stores the ceilings it joined under in floor_* columns, and the
effective limit is always max(current tier, floor). If free limits are ever reduced,
the reduction applies to new signups only. We cannot silently un-free an existing
account — the table will not let us.
| tier | scans | drafts | domains | deploys |
|---|---|---|---|---|
| free | 60/hr | 20/day | 10 | 1 |
| pro | 600/hr | 100/day | 100 | 10 |
| builder | 3000/hr | 500/day | 1000 | 100 |
Paid tiers are not yet open. Prices live in Stripe and are never hardcoded here; these are the entitlements a tier grants, which is our decision.
Keeps all data. Only ceilings shrink. Nothing is deleted for non-payment, ever.
Real deletion — drafts, files, domains, tokens. An audit stub is retained containing no content, because proving a deletion happened requires a record of it.
curl -s https://api.scopeweb.io/pricing