Tale Weaver is an AI-powered ecosystem simulator and narrative playground built with Next.js. The app generates dynamic world narration using the current game state and displays it alongside heads‑up information like score and level.
- World Narration – AI describes the evolving game world.
- Adaptive Narration – game state is fed back into the model for personalized stories.
- Narrative Display – snippets appear in a dedicated narrator panel.
- Game Status HUD – essential info like score and level stays visible.
- Benchmark Tools – run stress tests via the
benchmarksfolder.
npm install
npm run devThe development server runs on port 9002.
Next.js now looks for its App Router under src/app/. The previous app/
directory has been moved to legacy-app/ and is no longer used by the
framework.
Create a production build:
npm run buildStart the built server:
npm run startRun tests:
npm testFormat all files:
npm run formatThis project is licensed under the MIT License. See LICENSE for details.
