Turn plain English into working fullstack web apps — instantly, and locally.
This project took insperation of Lovable.dev, built using Next.js, Ollama, and the DeepSeek R1 model. Users can describe the app they want in natural language and get fully functional code (React, HTML, APIs, etc.) without writing a single line themselves.
- 🧠 Natural language to code using DeepSeek (via Ollama)
- ⚡ Runs locally - no external API keys or billing required
- 📦 Next.js + TailwindCSS frontend
- 🧩 Fullstack output: React components, HTML, Express APIs
- 💾 Copy or download generated code
- 🎯 Great learning project for LLMs, developer tools, and AI UX
- Frontend: Next.js (App Router), Tailwind CSS, React Hook Form
- Backend: API routes using Node.jd
- AI Engine: Ollama +
deepseek-R1:7b - Local LLM Interface: HTTP calls to
http://localhost:11434/api/generate
