Inspiration

Every student has felt it — staring at a textbook chapter, reading the same paragraph three times and still retaining nothing. The problem isn't intelligence. It's that passive reading kills curiosity.

I wanted to flip the model entirely. What if instead of reading about Photosynthesis, you had to solve why a farmer's crops were mysteriously dying? What if Chemistry wasn't a list of reactions — but a murder investigation at a poisoned lake?

That's the idea behind InvestiLearn.

What it does

InvestiLearn turns every school chapter into a detective mystery. The student is dropped into a real-world scenario tied to the chapter topic. They investigate by asking questions in a chat interface. The AI detective reveals clues based on what they ask — and to crack the case, they naturally learn the entire chapter.

Example:

🌾 "A farmer's crops are dying only on the shaded side of the field. Investigate why." → Student discovers Photosynthesis to solve it.

4 cases included at launch:

  • 🌿 The Dying Crops — Biology: Photosynthesis
  • 🍎 The Impossible Apple — Physics: Gravity & Projectile Motion
  • 🧪 The Poisoned Lake — Chemistry: Acids & Bases
  • ⚙️ The Silent Village — History: Industrial Revolution

How we built it

  • React Native + Expo SDK 54 for cross-platform mobile
  • Groq API (LLaMA 3) for fast AI detective responses
  • Keyword-based clue engine as offline fallback — no API needed to play
  • React Navigation for smooth screen transitions
  • Custom soft UI with curvy buttons, pastel colors, and student-friendly design

The core loop: $$\text{Curiosity} \rightarrow \text{Question} \rightarrow \text{Clue} \rightarrow \text{Discovery} \rightarrow \text{Learning}$$

Challenges we ran into

  • Clue balance — making AI hints educational without giving away the answer directly was the hardest design problem
  • Narrative writing — crafting mystery scenarios that felt genuinely engaging while accurately teaching curriculum concepts

Accomplishments that we're proud of

🎯 Flipping the learning model entirely — InvestiLearn is one of the few EdTech apps where the student never opens a textbook, yet learns the full chapter. That inversion was hard to design and we're proud it works.

🧠 The clue engine — building a system where AI reveals information only when the student asks the right questions, without ever handing over the answer directly, required careful prompt design and fallback logic. It feels like a real detective mentor.

🎨 Student-first UI — every design decision (soft purples, curvy buttons, pastel cards, emoji-rich interfaces) was made with one question: would a 14-year-old actually want to use this? We believe the answer is yes.

📖 4 curriculum-accurate mystery cases — each scenario was written to teach a real school chapter with scientific and historical accuracy, while still feeling like a gripping story. Getting that balance right took multiple rewrites.

Offline-first clue detection — the app works even without an API key, thanks to a keyword-based local clue engine. A student in a low-connectivity area can still investigate a full case.

🚀 Built and shipped during a hackathon — going from idea to a fully working 4-screen mobile app with AI integration, navigation, and polished UI in hackathon time is something we're genuinely proud of.

What we learned

The generation effect in cognitive science is real — when students are forced to retrieve or discover information rather than passively read it, retention improves dramatically. InvestiLearn is built entirely around this principle.

I also learned that the best educational tool is one that makes students forget they're studying.

What's next for InvestiLearn

  • 🌍 10+ cases across all school subjects
  • 👩‍🏫 Teacher dashboard to assign cases as homework
  • 🏆 Leaderboard and streak system
  • 🎙️ Voice-based investigation mode

Built With

Share this project:

Updates