WorkflowClassroom
A turnkit teaching kit where computer science students build simple games — Wordle, trivia, scavenger hunts, choose-your-own-adventure — using durable workflow state, with a live event-timeline visualizer and an assignment library for instructors.
computer science instructors teaching distributed systems, backend engineering, or state-management courses at the undergraduate or bootcamp level
- Pre-built game templates (Wordle clone, trivia, scavenger hunt, choose-your-own-adventure) students extend
- Live event-timeline visualizer that animates retries, updates, and state transitions
- Assignment library with rubrics, starter code, and sample solutions for common courses
- Instructor dashboard showing student progress, test runs, and stuck spots
Generative AI has made backend state management feel abstract to students; the Temporal booth demo proved that wrapping durable execution in a familiar game makes the concept click, and CS programs are actively revising curricula to teach agentic and durable systems.
Temporal itself has invested in game-based teaching demos (Durable Wordle on Code Exchange + GitHub repo) showing real instructor/educator pull, but the cited Dev.to post got only 5 reactions and no broader instructor adoption was found.Code Exchange - Durable Wordle | Temporal ↗temporal-community/durable-wordle - GitHub ↗
Temporal already runs a free formal learning platform (learn.temporal.io with 101/102 courses) and ships its own game-style demos, so a turnkey instructor kit must differentiate on the assignment library + live timeline visualizer; Temporal could trivially absorb this niche.Temporal 102: Exploring Durable Execution with Java ↗Intermediate Topics (102 Level) | temporalio/temporal-learning - DeepWiki ↗
Temporal's entire education stack (courses, docs, Durable Wordle repo) is free, and CS departments operate on tight textbook/budget cycles; no evidence of willingness to pay for a niche classroom wrapper around already-free Temporal content.Durable Execution Solutions | Temporal ↗Temporal Docs | Temporal Platform Documentation ↗
Durable execution is positioned by Temporal as a core requirement for modern AI/agentic systems and is being absorbed into backend curricula, giving multi-year tailwind independent of any single demo.Durable Execution Solutions | Temporal ↗Mastering Durable Execution in Distributed Systems | Temporal ↗
The open-source Durable Wordle provides a working foundation (workflow-as-state, Updates, Queries, Activities, web UI); remaining work is the assignment library and instructor dashboard, which is straightforward but requires Temporal Cloud/local server setup per classroom.durable-wordle/README.md at main · temporal-community/durable-wordle ↗Code Exchange - Durable Wordle | Temporal ↗