This chat application requires Supabase to be configured. Please follow these steps:
Click the "Add Supabase" button in the integrations panel to connect your Supabase project.
Execute the SQL scripts in the scripts folder to set up the database schema:
NEXT_PUBLIC_SUPABASE_URL=your_supabase_urlNEXT_PUBLIC_SUPABASE_ANON_KEY=your_supabase_anon_keySUPABASE_SERVICE_ROLE_KEY=your_service_role_key
Once configured, click refresh to start using the chat application.