Skip to content

pdufour/llm-coder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Support

  • Text generation (via Qwen2)
  • Vision parsing (via Qwen2-VL)
  • Audio transcription (Via Moonshine-Base)

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