claudedwithlove
explore/you-are-the-hero

you_are_the_hero

Cherished

Convert EPUB gamebooks into interactive web-based stories through a three-stage pipeline: automated EPUB-to-Markdown extraction, manual section tagging via review documents, and indexed storage for playback. Designed for readers who want to experience Choose Your Own Adventure books with auto-saving progress and a retro terminal interface.

·0··submitted April 18, 2026
View on GitHub
Clauded With Love Rating
7.6 / 10

This project converts EPUB gamebooks into interactive web-based Choose Your Own Adventure games through a three-stage pipeline involving automated extraction, manual review, and indexed storage. It features a retro terminal interface with auto-save functionality and a human-in-the-loop workflow for processing EPUB files into playable interactive fiction.

Code Quality6.5
Usefulness7.8
Claude Usage7.2
Documentation8.4
Originality8.1
Highlights
  • Well-designed human-in-the-loop workflow that acknowledges the complexity of EPUB parsing and requires manual validation
  • Clean separation of concerns with distinct processing stages (EPUB→Markdown→Review→Game) and isolated database storage
  • Comprehensive documentation with clear setup instructions, workflow explanations, and project structure overview
To Improve
  • Add error handling and validation for the manual review step to prevent malformed section tags from breaking the indexing process
  • Implement automated testing for the EPUB parsing pipeline and game engine to ensure reliability across different book formats