A web application that generates engaging stories with AI-created images and text-to-speech narration.
├── backend/
│ ├── index.ts # Main Hono server with API routes
│ └── README.md # Backend documentation
├── frontend/
│ ├── index.html # Main HTML template
│ ├── index.tsx # React frontend application
│ ├── components/ # React components
│ │ ├── App.tsx # Main app component
│ │ ├── StoryForm.tsx # Subject input form
│ │ ├── StoryDisplay.tsx # Story and chapter display
│ │ └── ChapterCard.tsx # Individual chapter component
│ └── README.md # Frontend documentation
├── shared/
│ ├── types.ts # Shared TypeScript types
│ └── README.md # Shared utilities documentation
└── README.md # This file