A login wall on every app
Each app lives on its own subdomain with its own session, so nothing leaks between them. Strangers hit the wall; invited people walk straight in.
Upload a zip of a static site and get a private URL. Visitors sign in with their email, and only the people you invite get through — sharing an app works like sharing a Google Doc, with no auth code in the app, ever.
Invite-only — ask Joseph for access.
Each app lives on its own subdomain with its own session, so nothing leaks between them. Strangers hit the wall; invited people walk straight in.
Add someone to an app's member list and they're in — no redeploy, no account setup for them, no access-control code for you to write.
Every app gets a scoped key-value and collections API, so a plain HTML page can store real data without a backend of its own.