In-browser LLM website generator
See the live demo at https://pdufour.github.io/llm-coder/
llm-coder is a completely browser-based tool that uses in-browser LLMS powered by webgpu to generate websites.
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
- Clone the repository
- Install static-web-server
- Run
make run
- Visit http://localhost:3000/llm-coder in the browser