Luminax
All docs
Features · Backend

Data, accounts and files without the setup week

What Cloud provisions for you, and the safety rails that come with it.

7 min · Updated Aug 2026

Most builders stall at the same place: the moment the app needs to remember something. Cloud removes that stall without removing your control.

Ask in product language

What you type
Let customers sign in with Google, save their bookings,
and only ever see their own.

What you get: an auth provider configured, a bookings table, a user reference, row-level policies scoped to the signed-in user, explicit grants, and a UI that respects all of it.

Reading your own data

The database is a normal Postgres you can query, index, and migrate. Ask the agent for a migration and you get SQL you can read — table, grants, RLS enabled, policies — in that order, every time.

Secrets

API keys go into the vault and are read server-side inside handlers. If a key would ever be shipped to a browser bundle, the build refuses it rather than quietly leaking it.

Still wondering something?

The assistant answers from these pages only.