Electric Tools Suite Setup
Complete the setup to enable all features of your electrical calculation platform
Supabase Database Connection
Connect to Supabase to enable server-side storage and SEO-friendly reports
How to connect to Supabase:
- Create a free account at Supabase.com
- Create a new project
- Go to Project Settings > API
- Copy the URL and anon key
- Add them to your .env.local file as shown below
# .env.local
NEXT_PUBLIC_SUPABASE_URL=https://your-project-id.supabase.co
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-anon-key
Connect to Supabase
Create a free Supabase project to store reports and enable SEO features.
Create Database Schema
Database schema will be created after connecting to Supabase.
Without Supabase connection, reports will only be stored locally in your browser and won't be accessible for SEO.