An AI-powered interactive RPG that runs entirely in your browser. Build characters, shape narratives, and watch your world evolve — driven by a pipeline of specialized AI agents.
Play StoryboundAIStoryboundAI is a browser-based interactive fiction game powered by AI. You create a character, drop into a living world, and take actions that drive a branching story. Storybound is much more than just a single AI chatbot. In the background, there are various AI Agents actively tracking the state of your world, your character, the people around you, and your ongoing objectives, updating each one after every turn.
There's no backend server. Every AI request goes directly from your browser to whichever API provider you configure. Your API key and story data never leave your device. There are no StoryboundAI servers; Your data is not retained by us (your API provider likely does retain your data though).
Every meaningful game event is handled by a dedicated AI call with strict structured responses. Rather than one monolithic prompt, the game is split into a pipeline of specialized agents, each responsible for one piece of the world. This keeps outputs structured, predictable, and independently updatable. This design also allows the primary story driver agent to track only the relevant story context, leaving the secondary analysis agents to handle the rest.
Every character in your world has a five-dimensional opinion profile, maintained and updated by the AI after every interaction. These aren't cosmetic — they influence how NPCs behave, what actions they offer, and how the narrator portrays their reactions.
Your character isn't static. The AI can propose changes to your abilities, limitations, and flaws as the story develops, gaining a skill through training, losing a limitation after growth, or picking up a flaw from a traumatic event.
Every AI-proposed change can be undone with a single button press. Nothing is permanent unless you allow it to be, since the AI is annoying sometimes and proposes illogical changes.
Your characters, story history, and settings can be exported as a single JSON file and re-imported at any time — across browsers or devices. The API key is intentionally excluded from exports.
The SHA-256 integrity check detects whether a backup file was manually edited after export. It's a tamper warning, not a restriction — modified files still import successfully with a notice. To the cheaters: I see you...
StoryboundAI has no backend. Every API request goes directly from your browser to your chosen AI provider. Your API key is stored only in your browser's local storage and is never included in data exports.
No account, no server, no tracking beyond Cloudflare Analytics. Game state, characters, and story history live entirely in your browser's localStorage. Use the built-in export tool to back them up.