mobile favicon

Nuxt Supabase

A supa simple wrapper around supabase-js to enable usage and integration within Nuxt.

  const supabase = useSupabaseClient()
  const email = ref('')

  const signInWithOtp = async () => {
    await supabase.auth.signInWithOtp({
      email: email.value,
    })
  }

Shipped with many features

Nuxt 3 ready

Vue 3 composables

Supabase-js V2

Usage in API server routes

Authentication support

TypeScript support

Made with Nuxt Studio