A solo developer has created Ithihasas, an interactive web platform for exploring Hindu epic literature, building the initial version in just a couple of hours using Claude's AI coding assistant. The project, shared on Hacker News on April 13, 2026, demonstrates how AI-powered development tools are enabling rapid prototyping of complex educational applications.
Developer Solves Personal Problem With AI-Accelerated Build
Hacker News user cvrajeesh created Ithihasas (https://www.ithihasas.in) to address a longstanding frustration with exploring the Mahābhārata and Rāmāyaṇa online. "Most content is either long-form or scattered, and understanding a character like Karna or Bhishma usually means opening multiple tabs," the developer explained in their Show HN post, which received 96 points and 23 comments.
The platform allows users to navigate the ancient epics through character relationships rather than linear reading. Users can explore force graphs showing character connections, dynasty trees for lineage visualization, and chord diagrams mapping complex relationships across the narratives.
Claude CLI Accelerated Development, Human Polish Still Required
According to the creator, Claude Code "helped a lot with generating structured content and speeding up development," enabling the first working version in approximately two hours. However, the developer noted that "UX and data consistency still needed manual work," highlighting the current reality of AI-assisted development: AI tools excel at rapid prototyping and content generation, but human expertise remains essential for refinement.
The application was built using Next.js with TypeScript, incorporating modern web technologies including custom CSS, Google Fonts (Cinzel and Crimson Pro), and structured schema.org metadata for search engine optimization. The platform features comprehensive character detail pages, search functionality, and multiple visualization types for understanding the complex web of relationships in Hindu epic literature.
Cultural Preservation Meets Modern Technology
Ithihasas represents a growing trend of indie builders using AI tools to create educational and cultural preservation projects. The platform's tagline, "Ancient Wisdom · Modern Lens," reflects its mission to make thousands of years of epic narratives accessible through contemporary user experience design.
The project's reception on Hacker News demonstrates community interest in both AI-accelerated development and alternative approaches to content navigation. By enabling relationship-based exploration instead of traditional linear reading, the platform addresses a genuine gap in how ancient texts are presented online.
Key Takeaways
- Developer cvrajeesh built the first version of Ithihasas in approximately two hours using Claude CLI for AI-assisted development
- The platform enables exploration of Hindu epics (Mahābhārata and Rāmāyaṇa) through interactive character relationship visualizations rather than linear text
- While AI tools accelerated initial development and content generation, manual work was still required for UX refinement and data consistency
- The project received 96 points on Hacker News, indicating strong community interest in cultural-educational tech and rapid AI-assisted prototyping
- Ithihasas demonstrates how solo developers can now build complex interactive web applications in hours rather than days or weeks using AI coding assistants