Waypoint
Plain-English → robot, offline AI
An educational game: write one natural-language instruction and a local AI model turns it into robot commands that navigate an animated SVG maze — entirely offline.
Waypoint teaches instruction-giving: you write a single plain-English command, a local LLM compiles it into discrete robot moves, and an animated SVG maze plays them back so you see exactly how the model read you.
React + Vite + Tailwind on the front, a FastAPI + SQLAlchemy/SQLite service talking to a local Ollama model over httpx on the back. Because it runs a local LLM with no external APIs, it's a clone-and-run project (one-command LAN launch scripts) rather than a hosted demo.