Open-source setup

Run Agent Ready Websites with your own OpenAI key.

This project is a static website builder and Supabase-backed generation pipeline. Fork it, add your own credentials, and deploy it to Render.

01

Fork and clone

Create your own GitHub fork, clone it locally, and keep secrets out of the repo.

02

Configure services

Create a Supabase project, apply the migrations, deploy the Edge Functions, and set OPENAI_API_KEY.

03

Deploy on Render

Connect Render to your fork. Use publish directory . for the static site, or the worker folder for background generation.

FAQ

Setup notes

Which AI provider does this use?
Runtime generation uses OpenAI through OPENAI_API_KEY. You can set OPENAI_MODEL to override the default model.
Are secrets committed?
No. Use Supabase Function secrets, Render environment variables, or local ignored env files.
What commerce features are included?
The public open-source path focuses on site generation. Optional ecommerce code for generated client sites remains isolated behind configuration.