✓ Verified working — npm run build passes (Vite, 77 modules)
SQLPath is a browser-based, no-backend platform for learning SQL from beginner to advanced. It pairs bite-sized lessons (8 modules from SELECT through window functions and CTEs, each with syntax, a runnable example, a real-world note, a common-mistake callout and a mini-quiz) with 20 hands-on practice exercises.
Exercises aren't graded by string-matching: the app runs both your query and the reference solution against the same in-browser SQLite database (sql.js / SQLite compiled to WebAssembly) and compares the result sets — normalizing values and ignoring row order except where ORDER BY or LIMIT make it significant. Failed queries surface the engine's actual error message.
Beyond lessons and practice, it includes a free-form SQL Playground against a seeded sample database, a localStorage-backed progress dashboard, a searchable cheat sheet, and a guide for the French Baccalauréat NSI exam. The whole experience runs client-side and works offline after install.