Per Site
- 100 MB per pushed tree. A push over that is rejected before anything touches disk.
- 20 Deploys per Site per day. The 21st push in a calendar day (UTC) is rejected — not a real ceiling for normal use, mostly a backstop against a script stuck in a loop.
- 10 GB/month bandwidth, informational only. It's metered and visible on the dashboard; nothing acts on it automatically. If real usage ever approaches it, that's a conversation with the operator, not an outage.
Signup
If you're redeeming an invite code, that endpoint accepts at most 5 creations per IP per day — a backstop against a leaked code being hammered, not something a normal signup should ever notice.
What's not limited
Git history is kept in full server-side; there's no cap on how many commits accumulate over time beyond what the 100 MB / 20-deploys caps naturally bound. There's no storage quota separate from the per-push size limit — your Site's disk usage is whatever your last push weighs.