Skip to main content

Installing

All JavaScript libraries are built directly by the Supabase team.

Other languages are built by the community and supported by Supabase.

JavaScript

Via NPM

npm install @supabase/supabase-js

Via Yarn

yarn add @supabase/supabase-js

Find the source code on GitHub.

Or via CDN

<script src="https://cdn.jsdelivr.net/npm/@supabase/supabase-js"></script>
//or
<script src="https://unpkg.com/@supabase/supabase-js"></script>