0Pricing
Supabase Backend as a Service · Lesson

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-js

All lessons in this course

  1. Introduction to BaaS & Supabase
  2. Setting Up Your First Project
  3. The Supabase Dashboard Tour
  4. Connecting Your App with the Supabase Client
← Back to Supabase Backend as a Service