Skip to main content

Seemodo Cloud

Seemodo Cloud gives your application a complete backend — database, authentication, file storage, and secrets — without any configuration. Activate it with one click and the AI can immediately use it in your app.

What Seemodo Cloud provides

ServiceWhat it does
DatabaseSQL database with tables, rows, and full query support
AuthenticationUser signup, login, password reset, session management
StorageFile and image uploads with buckets
SecretsEnvironment variables for API keys and sensitive data

Activating Seemodo Cloud

1

Generate a HiFi screen or open a project

You need an active sandbox first.
2

Click the Cloud icon

In the Visual Designer: the cloud button next to the terminal icon. In the Project Editor: available through settings.
3

Choose activation mode

  • Create new — Seemodo provisions a fresh database project
  • Link existing — Connect an existing database project by reference ID
4

Done

Seemodo Cloud is active. The AI can now use the database, auth, and storage in your app.

Database Manager

Once activated, the Seemodo Cloud modal shows a full database management interface:

Tables

  • View all tables in your database
  • See column definitions, types, and constraints
  • Browse rows with pagination
  • Create, edit, and delete rows inline

SQL Editor

Run raw SQL queries against your database:
SELECT * FROM users WHERE created_at > '2024-01-01';

Schema management

The AI can create tables and modify your schema through chat. Just ask:
  • “Create a products table with name, price, description, and image_url columns”
  • “Add a created_at timestamp to the orders table”
  • “Set up a many-to-many relationship between users and projects”

Authentication

Seemodo Cloud provides built-in user management:
  • User list — View all registered users with email, creation date, and last sign-in
  • User details — See individual user metadata
  • Auth integration — The AI sets up sign-up/login flows in your app automatically
When you ask the AI to “add user authentication”, it uses Seemodo Cloud’s auth system.

Storage

Cloud storage for file uploads:
  • Buckets — Organize files in named buckets (e.g., “avatars”, “documents”)
  • Upload/Download — Manage files through the interface
  • Public URLs — Get shareable links for uploaded files
Ask the AI: “Add profile image upload that saves to cloud storage”

Secrets

Store sensitive values securely:
  • API keys
  • Third-party tokens
  • Configuration values
Secrets are injected as environment variables accessible by your app code.

Using Seemodo Cloud in your app

Once activated, simply tell the AI what you need:
  • “Save form submissions to the database”
  • “Add user login with email and password”
  • “Let users upload profile pictures”
  • “Store the API key in secrets and use it in my fetch calls”
The AI handles all the integration code automatically.

Next steps

Deployment

Deploy your app with the cloud backend

Projects

Manage your projects and settings