Supabase
Add a database, user accounts and file storage to your app.
Official Supabase docsWhat is Supabase?
Supabase is your app’s backend: the place where its data, user accounts and files live. Every serious app needs one. Instead of building it by hand, you connect Supabase once and Bloxks takes care of the rest.
You do not need to know anything about databases. You describe what your app should do, and Bloxks sets Supabase up for you.
What it unlocks in Bloxks
- Database: your app can save and read data: profiles, lists, scores, orders, anything. Ask Bloxks for a feature like "let users save their favorites" and it creates the right tables automatically.
- User accounts: sign up, log in, log out. Bloxks adds complete, secure authentication screens to your app with a single prompt.
- File storage: profile photos, images, documents. Your users can upload files and your app serves them back.
- Server logic: some things must run on a server, like sending a notification or talking to another service. Bloxks writes and deploys that code to Supabase for you.
- Live updates: build chats, feeds or leaderboards that refresh instantly for everyone.
Connect Supabase to Bloxks
- Open your project in Bloxks, then open Connections and pick Supabase.
- Click Connect Supabase. A Supabase window opens.
- Sign in, or create a free account: the free plan is more than enough to start.
- Authorize Bloxks. You come right back, connected.
Then link a project to your app
Connecting your account is step one. Each app also needs its own Supabase project — that is where its data lives.
- Open the app, then the Backend tab → Integrations → Supabase.
- Pick your project in the list, or click Create project to get a fresh one in a click.
Quicker still: ask in the chat ("connect the database"). A card appears right in the conversation and does both steps without leaving it.
From now on, just ask for features in the chat ("add accounts", "save workouts", "let users upload a photo") and Bloxks wires them to Supabase.
Good to know
- One Supabase account can host several projects: Bloxks creates or picks the right project per app.
- Your data belongs to you. You can open the Supabase dashboard anytime to see it.
- The free plan covers most apps while you build. You only upgrade when your app grows.
Want to go deeper? Read the official Supabase docs.