Private by default

Deploy small web apps to specific people, not to the internet.

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.

01

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.

02

Invite by email

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.

03

Apps that save data

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.