Why choose Superun Cloud
- Scales as you grow: From your first prototype to millions of users, Superun scales seamlessly with your needs.
- Secure by default: Enterprise-grade authentication, fine-grained access controls, and compliance best practices protect your app and data.
Enabling Superun Cloud
By default, Superun Cloud is enabled for your workspace. You can manage Superun Cloud behavior for your projects in your user preferences: build → services → superun cloud.User preferences
The default setting for Cloud integration is Ask each time, meaning you decide whether to enable or disable Cloud for each project. You can change your preference anytime from build → services → superun cloud. Superun prompts you when a feature requires backend functionality (for example, authentication). You have three options:- Allow: enable the integration for the current project.
- Deny: decline the integration for this request (you may be asked again later).
- Adjust preferences: change the default behavior for future projects (does not affect the current project).
Configuring Superun Cloud tools
Each Cloud tool in your user preferences has three options:- Always allow: Superun automatically performs the action, without asking for review or approval.
- Ask each time: Superun asks for your approval whenever the action is needed.
- Never allow: Superun blocks the action, informs you that Cloud access is required, and instructs you to enable Cloud.
Tool settings and defaults
| Setting | Description | Default behavior |
|---|---|---|
| Cloud | Create and connect a Cloud project to add backend features (database, auth). Required to use Cloud tools. | Ask each time |
| Read database | Allow Superun to read your database. | Always allow |
| Read analytics | Query logs to investigate issues and behavior. | Always allow |
| Run security checks | Run automated security checks on your database. Not a full audit. | Always allow |
| Modify database | Make schema and policy changes via SQL migrations. Updates generated types. | Always allow |
| Add data | Add data to your database tables. | Always allow |
| Read project info | Read project configuration and environment details. | Always allow |
| Configure auth | Allow Superun to configure authentication settings (for exmple, signup policies). | Always allow |
| Read backend logs | Read logs from backend services. | Always allow |
Superun Cloud features
You’ll find the Cloud tab inside any Superun project by clicking the+ button next to Preview mode. Superun Cloud icon The following features and settings live inside the Cloud tab:
Database
- Generate schemas automatically: describe the data you need in plain language, and Superun creates the tables and schema for you.
- Manage without SQL: view, edit, and organize records directly in the UI. Update values, inspect tables, and keep your app’s data in sync without writing queries.
Users & Auth
- User management: view user accounts, track activity, and manage access control.
- Built-in authentication: Superun can generate signup/login pages for your app. Supports email, phone, and Google sign-in.
- Secure by default: authentication is backed by Superun Cloud, keeping user credentials safe.
AI
- Built in AI functionality: Superun Cloud comes with built in AI so you can quickly create features that make your app smarter and more engaging. For more information, see Superun AI.
- Some examples of AI powered features include:
- AI summaries – automatically condense long text into clear takeaways
- AI chatbot or agent – build conversational helpers into your app
- Sentiment detection – understand user feedback at scale
- You can monitor Superun AI usage and performance for your project from the AI overview.
Logs
- Real-time monitoring: watch app activity as it happens.
- Debug and trace issues: identify errors, track events, and ensure your backend is healthy.

