Deallable Cloud
Full-stack showcase
A Next.js app with a per-app document store, a per-app auth tenant and prefix-scoped file storage — everything below runs as the signed-in end user, deployed by a push to main.
1 · Injected environment
Read from /api/config at request time — the platform injects this at deploy time, so a build-time inline would be undefined.
loading…
2 · Tenant auth (kind: auth)
Users live in this app's own tenant. The same email can register independently in another app on the platform and the two accounts share nothing.
3 · Document store (kind: document)
Writes go to users/{uid}/notes in this app's own Firestore database, as the end user, with Security Rules enforcing isolation.
Sign in above first.
4 · File storage (kind: bucket)
A signed URL is minted by the control plane against your token, scoped to a prefix the platform computes — this app never holds a storage credential.
Sign in above first.
Activity
nothing yet