Learn

Getting Started with Supabase

Supabase

From account to PostgreSQL backend connected to your agent

Learn Supabase from scratch: managed PostgreSQL database, auth, storage, and integration via MCP. No server to manage, no surprises.

Start course

Who this course is for

You want a real backend without managing servers, and you want your AI agent to be able to interact with that data. Supabase checks both boxes: it is managed PostgreSQL plus ready-made auth and storage layers, and it exposes itself natively via MCP to any compatible agent (Claude Code first).

Assumed prerequisites: you know basic SQL (SELECT, INSERT) and you understand what a REST API is. If you have never touched a terminal before, start with the Claude Code course and come back here afterward.

How to follow it

  • Linearly at the start: the foundation (account, project, DB) conditions everything else.
  • By module after that: auth, storage, and MCP are independent once the base is set up.
  • Check as you go: each checkbox is stored in your browser, no account required.

Every command is copyable, sourced to the official docs, and dated with its last verification.

Syllabus

Connexions avec d'autres cours

Model Context Protocol

Le protocole standard d'Anthropic pour brancher un agent sur des sources de données externes.

Variables d'environnement

Le meme concept (cles secretes, URLs, flags) gere a quatre niveaux : le concept fullstack, ton shell local, ta plateforme de deploiement, ta base de donnees managee.

SQL et modele relationnel

De la theorie SQL (tables, lignes, cles, joins) a son application concrete dans Supabase (policies RLS, queries via JS client).