This is a project I built back in Sept 2023. It is my take on an AI website builder. Renders the generated website in its own DOM tree, and includes a technique for fast section editing.
You can run the server with the following commands:
npm install
npm run dev