🚀 TAPCRM+ Setup

Production Configuration Guide

✅ Supabase Connected

Your environment variables are configured!

  • SUPABASE_URL: https://donxgjyzfrlpbuplhyxn.supabase.co
  • SUPABASE_ANON_KEY: Configured

Step 1: Set Up Supabase Database

  1. Go to your Supabase project dashboard at:
    https://supabase.com/dashboard/project/donxgjyzfrlpbuplhyxn
  2. Navigate to SQL Editor in the left sidebar
  3. Click "New query"
  4. Copy the entire contents of DATABASE_SCHEMA.sql from your project root
  5. Paste it into the SQL Editor
  6. Click "Run" or press Cmd/Ctrl + Enter
  7. Wait for confirmation: "Success. No rows returned"

Step 2: Create Your Admin User

  1. In Supabase dashboard, go to Authentication → Users
  2. Click "Add user""Create new user"
  3. Enter your email and password
  4. Enable "Auto Confirm User"
  5. Click "Create user"

Step 4: First Login

  1. Go to the login page
  2. Enter the email and password you created in Step 2
  3. Click "Sign In"
  4. The system will automatically create your agent profile
  5. You'll be redirected to the dashboard

Step 5: Complete System Configuration

  1. Navigate to Settings page
  2. Enter your company name
  3. Configure company details (optional)
  4. Click "Save All Changes"
  5. Look for "✅ Configured – Live Ready" confirmation

📋 Checklist

  • Run DATABASE_SCHEMA.sql in Supabase
  • Create admin user in Supabase Auth
  • Login with your credentials
  • Complete settings configuration
  • Start adding your real data

Need Help?

Check the following documentation files in your project:

  • START_HERE_PRODUCTION.md - Complete production guide
  • DATABASE_SETUP_GUIDE.md - Database configuration
  • AUTHENTICATION_SETUP.md - Auth system details
  • QUICK_START_PRODUCTION.md - Quick start guide