Every app you build with Genie needs somewhere to store data, handle sign-ins, and run server-side logic. Genie Cloud is the hosted backend that provides all of that without any setup on your part. When you enable it for a project, Genie provisions a dedicated backend instance for that project and wires it into the app automatically.Documentation Index
Fetch the complete documentation index at: https://docs.genie-app.de/llms.txt
Use this file to discover all available pages before exploring further.
What Genie Cloud includes
Database
A fully managed relational database. Genie AI creates and updates tables as your app grows. You never have to write a query or touch a database config.
User authentication
Sign-up and sign-in flows for your app’s visitors. Supports email, anonymous sessions, and OAuth providers such as Google.
File storage
Buckets for images, attachments, and any other files your app needs to store. Buckets can be public or private.
Edge functions
Server-side logic deployed close to your users. Genie AI writes and deploys these when your app requires backend processing.
Enabling Genie Cloud
Genie Cloud is available on all paid plans. If your project does not have it enabled yet, you will see an Enable Genie Cloud button in the Cloud tab.Enable Genie Cloud
Click Enable Genie Cloud. Genie will begin provisioning your backend instance. The status badge changes to provisioning while this happens — it typically completes within a few minutes.
Genie Cloud is included in all paid plans. If you are on the free plan, upgrading will unlock the Enable Genie Cloud button.
What the Cloud tab shows
Once Genie Cloud is active, the Cloud tab gives you a live overview of your project’s backend.Status and plan summary
At the top of the tab you will see six summary cards:| Card | What it shows |
|---|---|
| Status | Current state of your Cloud instance: active, provisioning, deprovisioning, suspended, or deleted |
| Plan | The plan tier your Cloud instance is running on |
| Tables | Total number of database tables Genie has created for this project |
| Edge functions | Total number of deployed edge functions |
| Auth users | Total number of registered and anonymous users |
| Storage buckets | Total number of file storage buckets |