⚡SUPA
reel #20a full backend for free with Supabase
What this is
A free, step-by-step template from Taha's reels — the exact tools, prompts and links, laid out so you can follow along and ship. Comment the keyword on the reel and it also lands in your DMs.
Hey! 👋 Here's what I promised you:
Supabase — a full backend from A to Z without writing a single server: a Postgres database ready in your dashboard the moment you create a project, Authentication with Google and Apple (you just grab the token and private keys and link them), Storage like S3 for files and images, and an automatic API on every table. Free to start, and big projects run on it (+107k stars on GitHub).
🔗Websitehttps://supabase.com🔗Docshttps://supabase.com/docs🔗Connect it with Claude Code (MCP)https://supabase.com/docs/guides/getting-started/mcp🔗GitHubhttps://github.com/supabase/supabaseHow to start
- Create an account on supabase.com and hit New project — the Postgres database sets itself up.
- Go to Project Settings → API and grab the
Project URLand theanon key— these are what you link your app with. - In Authentication → Providers enable Google / Apple / Email as you like, and in Storage create a bucket for your files.
- To make Claude Code work directly with Supabase, install their MCP server (link above) and then tell it:
setup liya Supabase f had l-projet: auth b Google + les tables li khassni f database + storage dyal les images
- The free tier is enough to launch your first version — you pay nothing until you grow. 🚀