Skip to main content
Superun Cloud is a full-stack cloud platform that takes care of every part of your application — from the frontend your users see, to the backend that powers it behind the scenes. All you do is describe what you want directly in Superun, and Superun automatically generates both the frontend and backend, ready to run in the Cloud. Instead of managing hardware or complex infrastructure, you get on-demand access to hosting and compute that scale automatically as your app grows. Superun Cloud utilizes Supabase’s open-source foundation, which means you get a production-ready environment from day one, without needing to set up Supabase separately. You have the power of a production-ready database, real-time updates, and user auth — with none of the manual setup steps.

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.
You can change your Cloud tools preferences anytime from build → services → superun cloud.

Tool settings and defaults

SettingDescriptionDefault behavior
CloudCreate and connect a Cloud project to add backend features (database, auth). Required to use Cloud tools.Ask each time
Read databaseAllow Superun to read your database.Always allow
Read analyticsQuery logs to investigate issues and behavior.Always allow
Run security checksRun automated security checks on your database. Not a full audit.Always allow
Modify databaseMake schema and policy changes via SQL migrations. Updates generated types.Always allow
Add dataAdd data to your database tables.Always allow
Read project infoRead project configuration and environment details.Always allow
Configure authAllow Superun to configure authentication settings (for exmple, signup policies).Always allow
Read backend logsRead 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.

Example flow - Prompting Superun to build a CRM tool

Here’s a step-by-step example of how you might use Superun Cloud to build a CRM tool:

Step 1: Organize the data (Database)

Start by describing the data you need:
I want to build a CRM tool. I need to store:
- Companies (name, industry, website, address)
- Contacts (name, email, phone, company they work for)
- Deals (title, value, stage, contact, company)
- Notes (content, related to deals or contacts)
Superun automatically creates the database schema and tables for you.

Step 2: Make it secure (Users & Auth)

Ask Superun to add authentication:
Add user authentication. Only authenticated users should be able to access the CRM.
Superun configures authentication and generates signup/login pages for your app.

Step 3: Add AI superpowers (AI)

Enhance your app with AI:
Add AI-powered summaries for deal notes. When a user writes a note, automatically generate a summary.
Superun integrates AI functionality to automatically generate summaries using the built-in AI.