Clarify
Accessibility-first reading assistant for students with learning difficulties.
- Next.js
- React
- Tailwind CSS
- Groq
- PlayAI
- Zod
What it is
Paste dense text and get a summary, key points, click-for-definitions, translation and read-aloud audio, built for students and learners with ADHD or autism.
Why it's interesting
A solo hackathon build that put accessibility first and shipped a working product on a deadline.
What I built
- Summaries, key-point extraction, ELI5 mode and key-term search on top of Groq-hosted Llama models.
- Read-aloud in English and Arabic via PlayAI, with Zod validating every model response before it reaches the UI.
- Prototyped with Vercel’s v0 and finished by hand in React and Next.js.
Engineering concepts
- Accessibility
- LLM integration
- Rapid delivery