Pricing
PURCHASE OPTIONS​
PRICING GUIDANCE​
🎉 EdgeOne Free Plan Launches! The World's First Free CDN with China Access – Join the Event to Unlock Multiple Plans!
Back to Templates

Supabase Auth Starter

A template configured with cookie-based auth using Supabase, TypeScript and Tailwind CSS for EdgeOne Pages.

View Demo
FrameworkReact.js
AuthenticationSupabase Auth
DatabaseSupabase
A template configured with cookie-based auth using Supabase, TypeScript and Tailwind CSS for EdgeOne Pages.

Supabase Auth Starter

This template is an authentication solution example built with Supabase, React, and EdgeOne Pages.

Usage Instructions

Supabase

After registering and logging into Supabase, create your own project.

Go to Project Settings - Data API, and copy the Project Url and Anon Public Key.

Deploying the Template

Select this template for deployment, and fill in the Supabase Project Url and Supabase Anon Public Key in the environment variables. Click deploy and wait for the deployment to complete.

Local Development

Install dependencies: npm install

Local development: npm run dev

Run function debugging service: edgeone pages dev --fePort=5173