Architecture explainer
About Branching Tales
A concise map of what Revisium provides, what the app writes, and where to evaluate the proof surfaces.
- 80/20 story
- architecture
- source links
What this demo proves
Branching Tales is a public RPG codex where Revisium supplies schema-first content and this frontend turns it into browsable player-facing surfaces.
1
Frontend
React Router SSR shell, locale state, page slices, and Explainer Widget.
2
GraphQL
GraphQL router exposes generated data and CMS tables to the app.
3
Revisium
Revisium owns schemas, rows, localized fields, file metadata, and drafts.
4
Backend
NestJS subgraph can add runtime counters, comments, and recommendations.
Revisium generated
- schemas and typed tables
- localized content
- file fields
- formula values
- draft revisions
Frontend wrote
- React Router screens
- MobX ViewModels
- GraphQL request orchestration
- responsive UI
- route relationships