A collaborative, AI-driven choose-your-own-adventure platform.

Story Galaxy is an interactive fiction platform where every story is a living, branching tree. When a player reaches an unexplored choice, an AI pipeline generates the next scene (narrative text, choices, and a visually-consistent illustration) and saves it back into a shared tree so every future player benefits.
The result is a community-grown narrative that expands along paths people actually care about, with generation cost amortized across the entire user base.
There's also a provisional patent currently being filed around the core ideas behind the system.

Branching story trees
Every story is a tree of scenes. Each node holds narrative text, an illustration, and a list of choices that lead to child nodes. Authors seed the root and the AI extends the rest on demand.

Lazy, shared generation
Unexplored branches are generated only when someone picks them, then permanently saved. The next player who reaches the same choice gets the existing scene instantly. No new generation needed.

Coherent at any depth
When generating a new scene, the system walks the parent chain back to the root and feeds the entire path as context, so even branches deep in the tree stay consistent with the story so far.