--- title: Visualisable AI Backend emoji: 🧠 colorFrom: blue colorTo: purple sdk: docker pinned: false --- # Visualisable.ai Backend This is the backend service for Visualisable.ai, providing: - AI model inference API - WebSocket connections for real-time traces - Integration with the frontend deployed on Vercel ## API Endpoints - `GET /health` - Health check - `POST /generate` - Generate code with AI - `GET /model/info` - Get model information - `WebSocket /ws` - Real-time trace streaming ## Frontend The frontend is deployed at: https://visualisable-ai.vercel.app ## Local Development See the main repository: https://github.com/gary-boon/visualisable-ai