Runway.
See where your money takes you.
Runway is financial literacy for high schoolers โ you feel the consequences of a decision in a Game of Life simulation instead of defining it on a quiz. Sign in to explore the demo.
Demo accounts
Every account uses the password runway-demo. Click one to fill the form.
What's wired up in this demo
- โ Fully playable Game of Life: 10 rounds, per-tranche debt interest, background costs, career shocks.
- โ End-of-game flash-forward projecting retirement choices 35 years out.
- โ Lesson library with content + a required interactive check, linked to the game.
- โ Teacher aggregate reporting + per-student drill-down, and parent conversation prompts.
Architecture note
generic engineNo financial math or decision text lives in component code. Every lesson, decision, cost, and career event is structured data in lib/content/, rendered by a theme-agnostic engine (lib/engine.ts). Adding a new scenario means adding data, not code. Sign-in is a real Auth.js credentials provider with role-gated routes; rostering and SSO are intentionally deferred โ see the architecture doc.