LocalSite is a 100% local web development platform powered by Ollama. Generate modern, responsive websites using AI models running directly on your machine.
This project is based on DeepSite created by enzostvs.
- Original project: DeepSite on HuggingFace
- Original author: @enzostvs
- License: MIT
LocalSite is an adaptation designed to work entirely locally with Ollama, without requiring cloud service connections.
- 🎨 AI-powered website generation: Create modern websites with simple text prompts
- 🏠 100% Local: Everything runs on your machine, no data sent to the cloud
- 🤖 Powered by Ollama: Use any Ollama model installed on your system
- ⚡ Real-time interface: Instantly preview changes as you edit or generate
- 📝 Integrated code editor: Monaco Editor for editing generated HTML/CSS/JS
- 🎯 Easy customization: Modify and improve generated code
- 🔄 Dynamic model selection: Automatically detect and use available Ollama models
- Node.js 18+
- Ollama installed and running
- At least one Ollama model downloaded (recommended:
deepseek-r1:7b)
# On macOS
brew install ollama
# On Linux
curl -fsSL https://ollama.ai/install.sh | sh
# On Windows - download from https://ollama.ai/download# Recommended model for code generation
ollama pull deepseek-r1:7b
# Other popular models
ollama pull qwen3:latest
ollama pull codellama:latestollama serve# Install dependencies
npm install
# Start in development mode
npm run devOpen http://localhost:3001 in your browser.
- Open the application in your browser
- Enter a prompt like: "Create a modern portfolio website for a developer"
- Select your preferred Ollama model from the settings
- Click "Generate" and watch AI create your website
- Preview the result and edit if needed
- Export or deploy your site