Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MicroV0: The Minimalist Local Open-Source Alternative to Vercel v0

A modular, zero-dependency local engine that converts natural language prompts into production-ready Tailwind/HTML components with an automated browser live-reload loop. No monthly SaaS fees. No token walls.

🛠️ Architecture

  • app.py: Interactive CLI shell runner.
  • engine.py: Raw LLM prompt-engineering layout sanitizer.
  • server.py: Multi-threaded local preview HTTP server.
  • config.py: Central app themes and Tailwind layout scaffold.

Quick Start

  1. Clone the repository:

    git clone https://github.com/brolookslikeanfish67-hub/MicroV0
    cd MicroV0
  2. Install core dependencies:

    pip install google-generativeai
  3. Provide your free API credential:

    export GEMINI_API_KEY="your_api_key_here"
  4. Boot the workspace sandbox:

    python app.py

About

a fully functional, zero-dependency, open-source alternative to paid AI sandbox preview tools. It boots a local HTTP server, pipes an LLM prompt into an automated React/HTML template builder, injects a hot-reloading preview canvas, and streams the running interface straight to the browser

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages