PROJECT OVERVIEW
What was built?
Tele Craft is an interactive AI storytelling application that generates rich, branching narratives based on user custom parameters, tone settings, and creative prompt inputs.
THE CHALLENGE
Problem Statement
AI text outputs often feel unformatted or plain. Users need interactive choices, visual theme adaptation, and persistent story bookmarking.
Engineering Approach & Architecture
Designed a streamed typewriter interface connected to LLM endpoints, featuring genre-specific CSS themes and instant export controls.
System Architecture Data Flow
01User Input Form -> Parameter Builder
02Backend Router -> Node.js Express API Proxy
03LLM Pipeline -> Streamed Text Generation
04UI Layer -> Typewriter Text Streamer & Theme Switcher
Key Engineering Obstacles
Obstacle: Perceived Latency During LLM Text Generation
Implemented chunked text streaming with typewriter animations so users see words generate progressively in real-time.
Technologies & Tools Used
Core libraries, frameworks, and deployment services.
ReactGenerative AINode.jsTailwind CSSExpress