# Deployment Guide **Once you've trained a model with nanochat, you'll want to deploy it.** --- ## 🚀 Quick Start (Desktop) For local testing and development, you can use the built-in web UI: ```bash # Start the chat web server python -m scripts.chat_web ``` Then open your browser to the URL shown (usually `http://localhost:8000`). --- ## 🌐 Desktop / Server Deployment For production deployment on servers or desktop machines: ### Option 1: Ollama (Recommended) ```bash # Create Ollama Modelfile cat > Modelfile <