StoryForge is an interactive storytelling platform for creating, editing, and sharing branching narratives. Use AI assistance and collaborative tools to build immersive stories with multiple paths and outcomes.
For detailed guides, technical info, and step-by-step instructions, visit our wiki:
- Home – Overview, app idea, and motivation
- Core Features - All features available on Story Forge
- Installation & Setup – How to run the project locally
- Technical Stack – Frontend, backend, and libraries
- Project Structure – Directory structure and file organization
- API Documentation – Comprehensive API reference with examples and error handling
- Our Team - Meet the developers behind Story Forge
cd StoryForgenpm installGet an API Key from the OpenAI Dashboard. Store it securely in Convex’s environment storage:
npx convex env set OPENAI_API_KEY sk-your-openai-key-herenpm run dev