Deploy Proactice to Vercel
You can deploy your own hosted instance of Proactice to Vercel, for free, in just a few clicks.
1
Create a Supabase project
Supabase is an open source Firebase alternative. It provides a database, auth, and storage.
Create a Supabase project2
Fork the Supabase database
Once you have your Supabase project, you can fork the Proactice database schemas to your own project.
Fork Supabase database3
Prepare your environment variables
After setting up your Supabase project, check the example configuration to see where you can find the necessary environment variables.
View example configuration4