Skip to main content
Supabase is an open source modern stack which provides all features needed for a production-ready application.

Create a new Project

Configure the Project

Get all the Api keys on the database API page: anon, service_role.
Set variables:
  • VUE_APP_SUPABASE_ANON_KEY
  • VUE_APP_SUPABASE_URL
  • JWT_SECRET

Site URL:

Configure the default redirect URL used when a redirect URL is not specified or doesn’t match one from the allow list. This value is also exposed as a template variable in the email templates section.

Providers:

Email templates:

Configure and set your personalized templates. Micleo Edge functions project provide samples. (micleo-functions/supabase/templates)

Install Supabase CLI

Configure the database

I