Visakh.
All projects
Chat & More preview
AI

Chat & More

ChatGPT-style learning assistant powered by Gemini and LangGraph: each question triggers a graph that returns an answer, a summary, MCQs to check understanding, and follow-up prompts to go deeper.

Why

Most chat tools stop at a single reply. Chat & More is built for actually learning from a question—first a clear answer, then a short summary, then multiple-choice questions to verify you understood it, and finally suggested follow-ups for the next thing to ask. LangGraph orchestrates that multi-step pipeline so each stage runs in order with clear handoffs; Gemini generates the content at each step. The flow mirrors how people study: read, recap, test yourself, then continue. I built it as a product experiment in graph-based AI workflows and UX beyond a one-shot completion, deployed on Vercel for fast iteration.

Tech

Next.jsTypeScriptReactGeminiLangGraphVercel
Live demo

What's next

  • Session history and saved study threads
  • Difficulty levels for generated quizzes
  • Export or share summary + MCQ sets

More projects