Connecting Your App with the Supabase Client
Install the Supabase JavaScript client, initialize it with your project URL and anon key, and run your first request to confirm the connection.
From Dashboard to Code
Dashboard done — now you talk to Supabase from code using its client library. For JavaScript and TypeScript, reach for supabase-js.
Installing the Client
Add the official supabase-js package to your project with your package manager.
npm install @supabase/supabase-jsAll lessons in this course
- Introduction to BaaS & Supabase
- Setting Up Your First Project
- The Supabase Dashboard Tour
- Connecting Your App with the Supabase Client