MicroSims¶
MicroSims are small, interactive educational simulations — each one focused on a single concept. They live under docs/sims/<sim-name>/ and are embedded into chapters via iframes.
New MicroSims can be created with the microsim-generator skill, which routes to the appropriate library (p5.js, Chart.js, vis-network, Mermaid, Leaflet, Plotly, Venn.js).
Planned MicroSims¶
| Sim | Concept | Library |
|---|---|---|
| Ikigai Venn Diagram | Personal Ikigai discovery | Venn.js or p5.js |
| Opportunity Evaluation Matrix | Scoring opportunity criteria | Chart.js |
| Business Model Canvas | Nine-block interactive canvas | p5.js |
| Unit Economics Calculator | CAC, LTV, gross margin | Chart.js |
| Pitch Timer | Countdown + pace coach | p5.js |
| Team Role Match | Complementary skills finder | vis-network |
| MVP Experiment Designer | Build-Measure-Learn loop | p5.js |