llm-coder is an open source privacy-first AI website-builder powered by your browser. No API keys required. No server required. See the live demo at https://pdufour.github.io/llm-coder/.
Privacy: All AI models run locally in your browser. Your data never leaves your device - no servers involved.
It supports the following features:
- Describe a site you want - the tool will generate the HTML and CSS for you
- Drag and drop an image - the tool will generate the HTML and CSS for you
- No backends
- No JS build steps unless the compilation happens directly in the browser.
- Clone the repository
- Install static-web-server
- Run
make run
- Visit http://localhost:3000/llm-coder in the browser