examples/voice/interactive-story/README.md
An AI-powered storytelling app that creates interactive stories with voice narration using Next.js, Mastra, and OpenAI.
pnpm install
.env.development file in the root directory with your OpenAI API key:OPENAI_API_KEY=your_api_key_here
pnpm mastra:dev
pnpm dev
To learn more about Next.js, take a look at the following resources:
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.