B11. No user accounts
What this page helps you do
Skip the auth-specific work when your app does not have users signing in.
Why it matters
Not every app needs login, and adding it too early can create unnecessary complexity.
You should already have
- confidence that the app truly works without user accounts
Skip this page if
- you already know login is required
What to do
- confirm no private user space is needed
- focus on hosting, domain, backups, and launch basics
Recommended default
Stay without accounts until the product clearly needs them.
Common mistakes
- adding auth because it feels more “complete”
- forgetting that admin access may still need protection
Next step
Go to H1. Choose hosting.
Related pages
Advanced notes
TODO for contributors: add examples of apps that look public but still need private admin routes.