MirrorTale is an AI-powered reflection companion that transforms your daily thoughts into a personalized illustrated storybook.
- 🧠 Socratic AI reflection (no advice, only guided thinking)
- 📖 Automatic story generation from your day
- 🎨 AI-generated illustrations for each page
- 📚 Interactive storybook with page flip animation
- 🎭 Consistent character + themed storytelling
Frontend:
- React (Vite)
- Framer Motion
Backend:
- Node.js + Express
- OpenAI API (GPT-5.4, GPT-Image)
- User reflects on their day
- AI asks deeper questions
- Conversation is transformed into a narrative
- Images are generated per page
- Story is displayed as a visual book
npm install
npm run dev