Credit Tractor Setup

Configure Supabase Connection

To get started with Credit Tractor, you need to configure your Supabase credentials. Follow the steps below to connect your database.

Step 1: Get Your Supabase Credentials
Find your project URL and anon key in your Supabase dashboard
Step 2: Create Environment File
Create a .env.local file in your project root
Step 3: Verify Database Schema
Make sure your Supabase database has the correct tables

Your database should have these tables with the credit_tractor_ prefix:

credit_tractor_payments

Payment plans and installments

credit_tractor_credit_cards

Credit card information

credit_tractor_user_settings

User preferences