← ~/projects
$ cat projects/sevasaathi.md
SevaSaathi v2 — Live Opportunity Discovery
AI agents search the live web for scholarships, exams, jobs, and events.
Sole developerJuly 2026AI/ML
// why: Scholarships are missed because nobody knows where to look.
$ cat projects/sevasaathi.md▌
TL;DR
- Ask freely: follow-ups personalize the hunt
- 4 agents live: scholarships, exams, jobs, events + verifier
- Zero-cost private: no login/DB, 3 req/day cookie limit
// what does it do?
Ask in free text, answer a few follow-ups, then 4 parallel agents (scholarships, exams, jobs, events) search the live web while a verifier ranks. No login, no DB.
// why this project?
Students and rural families miss scholarships and government schemes because discovery depends on knowing where to look.
// what broke / learned
Killed the DB on purpose — localStorage + cookies keep it free forever.
// results
- Model-generated follow-up questions personalize every search
- Gemini with Google Search grounding is primary, with Groq and OpenRouter free-tier fallbacks so it runs at zero cost. No login or database by design: a signed-cookie rate limit of 3 requests a day, localStorage persistence, and calendar export keep it simple and privacy-friendly.
4 parallel search agents + verifierGemini Search groundingNo login, no database
Tech stack
Node.jsExpressGemini APIGroqOpenRouterVercel Serverless