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.
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.
-
Clone the repository:
git clone https://github.com/brolookslikeanfish67-hub/MicroV0 cd MicroV0 -
Install core dependencies:
pip install google-generativeai
-
Provide your free API credential:
export GEMINI_API_KEY="your_api_key_here"
-
Boot the workspace sandbox:
python app.py