Getting Started
Sign up with your Supabase project and go live in minutes
Before You Start
You need a Supabase project (any plan, including the free tier). If you don't have one yet, create it at supabase.com first — the platform connects to existing projects; it does not create them for you.
Sign In with Supabase
Go to supasheet.app and click Sign in. Authentication uses Supabase OAuth — there is no separate password to manage. You'll be asked to authorize Supasheet to access your organization, so the platform can list your projects and run the installation on your behalf.
Pick a Project
After signing in you land on the dashboard, which lists every project in your Supabase organization. Choose the project you want to turn into a Supasheet app.
Install Supasheet
Click Install. The installer runs three steps and streams progress as it goes:
- Edge functions — deploys the admin functions used for user management (create, invite, update, delete users, and magic-link generation).
- Migrations — applies the official Supasheet SQL migrations to your database: the
supasheetmeta schema, roles and permissions, dashboards, charts, reports, audit logs, storage, notifications, templates, and comments. - Data API — exposes the
supasheetschema through your project's Data API so the frontend can read its configuration.
These are the same migrations as the open-source repository, applied through the Supabase Management API. Nothing proprietary is written into your database.
(Optional) Load Demo Data
If you're evaluating, load the demo dataset to explore resources, dashboards, and charts with realistic content. You can remove it later, or uninstall Supasheet entirely with Drop — your own tables are never touched.
Open Your App
Click Open to launch the hosted frontend:
https://<your-project-ref>.supasheet.appSign in with a user from your Supabase project's auth. From here, everything in the Guide about how resources, dashboards, and permissions behave applies equally to the hosted app.
Start Building
Head back to the platform and open your project's builder to configure how your data is presented — no code required for most of it:
- UI Builder — resources, views, forms, filters
- Charts, Dashboards & Reports — SQL-backed visualizations
- Administration — users, roles, storage, branding
Keeping Things in Sync
If you rename your project or rotate its anon key in Supabase, use Sync from the dashboard to refresh the hosted frontend's configuration.