Open Source Setup

Connect Your Supabase

TaskFlow needs your Supabase project credentials to power authentication, the database, and real-time features.

Create Supabase Project
Enter Credentials
Test Connection
Launch App

Don't have a Supabase project yet?

Create a free project at supabase.com/dashboard , then come back here with your credentials.

NEXT_PUBLIC_SUPABASE_URL
NEXT_PUBLIC_SUPABASE_ANON_KEY
SUPABASE_SERVICE_ROLE_KEY

Your credentials are never stored in the browser or sent to any external server. They are only used to connect directly to your own Supabase project. View source on GitHub