Inspiration

I was inspired by the struggle students face with "passive learning." Reading a 50-page PDF on Quantum Physics can be exhausting and disconnected. I wanted to turn that static experience into a dynamic journey where knowledge isn't just read, but lived.** Chronicle Scholar **was created to bridge the gap between complex academic data and immersive storytelling.

What it does

Chronicle Scholar is an AI-powered mastery suite that transforms any PDF into three interactive layers: The Brief: A high-impact summary of core concepts. The Blueprint: A dynamic mind map (using Mermaid.js) that visualizes conceptual connections. The Quest: A generative RPG adventure where Gemini 3 Pro turns facts into a narrative "survival" mission, requiring the user to use their new knowledge to progress.

How we built it

The project was built using a Vibe Coding approach, orchestrating Gemini 3 Pro as the core reasoning engine. Frontend: React, TypeScript, and Tailwind CSS for a cinematic dark-mode UI. AI Integration: Used the Gemini API to handle long-context PDFs and generate structured JSON responses. Math Rendering: Integrated KaTeX to ensure scientific formulas like the Schrödinger equation:$$i\hbar \frac{\partial}{\partial t} \Psi = \hat{H} \Psi$$ are rendered perfectly for the user.

Challenges we ran into

The biggest challenge was the "Context Synchronization." We had to ensure that the RPG story (The Quest) remained 100% factually consistent with the source PDF. Also, rendering complex LaTeX and Mermaid diagrams dynamically within a fast-paced UI required several rounds of prompt engineering and logic refining to avoid layout "quirks."

Accomplishments that we're proud of

I am incredibly proud of the "Immersion Factor." Seeing a dry physics paper transform into a glowing, interactive mind map and then into a high-stakes space mission in seconds feels like magic. We successfully managed to keep the UI clean while handling very dense scientific data.

What we learned

I learned the true potential of Gemini 3 Pro’s long-context window. It’s not just about summarizing; it's about "reasoning across structures." I also learned how to use "Vibe Coding" to rapidly prototype complex features that would have normally taken weeks to architect.

What's next for Chronicle Scholar

The vision for the future includes: Multiplayer Expeditions: Allowing students to solve "Quests" together in real-time. Voice Integration: Using ElevenLabs and Gemini’s multimodal capabilities to have the AI "Narrator" talk to the student during the adventure. Mobile Companion: A mobile version for learning on the go.

Built With

Share this project:

Updates