Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1011 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 1011 Bytes

llm-coder

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/.

site

Privacy: All AI models run locally in your browser. Your data never leaves your device - no servers involved.

It supports the following features:

  1. Describe a site you want - the tool will generate the HTML and CSS for you
  2. Drag and drop an image - the tool will generate the HTML and CSS for you

Tech Stack

Design Principles

  • No backends
  • No JS build steps unless the compilation happens directly in the browser.

Setup

  1. Clone the repository
  2. Install static-web-server
  3. Run make run
  4. Visit http://localhost:3000/llm-coder in the browser