July 3rd - Update documents

This commit is contained in:
2026-07-03 21:35:59 -04:00
parent 372a1f090a
commit 215a6cd920
3 changed files with 10 additions and 8 deletions
+5 -3
View File
@@ -8,9 +8,11 @@ tenant middleware so no tenant context is required. On success, a new tenant
database is provisioned (schema + first admin) and the user is redirected to
their subdomain's login page.
Trial period: every signup starts a 14-day free trial (subscription_status =
'trial', trial_ends_at = now + 14 days). After the trial the billing gate
redirects to /billing/subscribe.
Trial period: paid-plan signups start a 14-day free trial (subscription_status
= 'trial', trial_ends_at = now + 14 days); after the trial the billing gate
redirects to /billing/subscribe. The Free plan is free-forever — it is
provisioned with trial_days=0 (subscription_status = 'active', no expiry) so
the billing gate never blocks it. See CLAUDE.md rule 86.
"""
import re