Installing

All JavaScript libraries are built directly by the Supabase team. this is in reference/js/installing

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

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