I built *Story Builder*, a CLI tool that generates branching narratives using AI.
The idea came from experimenting with interactive fiction and game prototyping. Writing branching story structures manually quickly becomes messy, so I wanted a tool that could generate a story graph from a simple prompt.
Example usage:
pip install story-builder-sdk
story-builder generate "cyberpunk detective story"
The tool generates a branching narrative structure that can be used for:
* interactive fiction * game narrative prototyping * story graph exploration
Features:
* AI branch generation * prompt-based story graph expansion * CLI workflow for developers * exportable story structure
There are two versions:
Lite (open source on GitHub) Basic story generation.
Pro version (Gumroad) Adds controlled branching, reproducible outputs, and extended export options.
GitHub (Lite version): https://github.com/loder-coder/story_builder
Pro version: https://synergy314.gumroad.com/l/orcohgk
Feedback or ideas are very welcome.