Plans
| Plan | Monthly events | Retention | Use |
|---|---|---|---|
| Developer | 10,000 | 7 days | Local builds, CI, and test projects |
| Launch | 500,000 | 1 year | Seed-stage SaaS adding customer-facing audit evidence |
| Growth | 5,000,000 | 3 years | B2B apps with admin trails, consent records, and exports |
| Scale | 50,000,000 | 7 years | Security-sensitive teams replacing indexed log storage |
| Enterprise | Custom | Custom | Custom volume, retention, data terms, and support |
Developer
Developer is free and not for production. Evidence exports are watermarked as non-production.Production plans
Production plans remove the non-production watermark and raise event volume and retention limits. Legal holds pause retention for preservation, but they do not pause metering. Records kept because of a hold still count toward workspace usage and plan limits. Plan changes are managed inside Lodger from the billing page after the workspace has a production subscription. The browser does not need a billing publishable key. Lodger creates Checkout sessions from the Worker and stores only billing state needed to manage the workspace plan.Enterprise
Enterprise covers custom volume, custom retention, data residency review, and priority support. Contactsales@lodger.dev.
Billing setup
Create monthly recurring prices with these lookup keys:| Product | Price | Lookup key |
|---|---|---|
| Lodger Launch | $29/mo | lodger_launch_monthly |
| Lodger Growth | $149/mo | lodger_growth_monthly |
| Lodger Scale | $899/mo | lodger_scale_monthly |
sales@lodger.dev.
Set Worker secrets:
/v1/stripe/webhook and subscribe it to:
checkout.session.completedcustomer.subscription.createdcustomer.subscription.updatedcustomer.subscription.deletedinvoice.paidinvoice.payment_failed
LODGER_DASHBOARD_ORIGIN to the dashboard origin used for Checkout return URLs and credentialed dashboard requests. Do not put billing or session secrets in frontend environment variables.