Open-source setup

Build with your own OpenAI key.

Fork the repo, add Supabase and OpenAI environment variables, then deploy the static site and edge functions from your own accounts.

Step 1

Fork

Create your own copy of the codebase.

  • Clone the repository locally.
  • Copy .env.example into your deployment environment.
  • Keep real keys out of git.
Step 2

Configure

Bring your own cloud services.

  • Set OPENAI_API_KEY for generation.
  • Set Supabase URL, anon key, and service role key.
  • Run the Supabase migrations for the CMS tables.

Read the full setup notes in Open source or start from the repository README.