Kluvs is a multi-server Discord book club platform: manage reading sessions, track members, schedule discussions, and engage with AI-powered features through its proprietary Discord bot.
- Website: kluvs.com
- API Reference: docs.kluvs.com
| Repo | Description | Stack |
|---|---|---|
| kluvs-mobile | Native Android & iOS app | Kotlin Multiplatform, Compose |
| kluvs-frontend | Web dashboard | React 19, TypeScript, Vite, Tailwind |
| kluvs-bot | Discord bot | Python, discord.py |
| kluvs-backend | REST API | Deno, Supabase Edge Functions |
| kluvs-api | Public API contract | OpenAPI 3.0 |
| kluvs-brain | AI tutoring engine | Python, RAG, LLMs |
Discord ────► kluvs-bot
│
Web ────────► kluvs-frontend
│
Mobile ─────► kluvs-mobile
│
▼
kluvs-backend (Supabase Edge Functions)
│
PostgreSQL (Supabase)
│
kluvs-brain (Agentic RAG — Socratic AI)
- Cross-platform — web dashboard, native Android & iOS app, and a Discord bot
- Multi-server — one deployment serves unlimited Discord guilds with full data isolation
- AI-powered — Quill answers questions Socratically using a ReAct RAG loop grounded in the book being read
- Open API — full OpenAPI 3.0 spec with interactive docs at docs.kluvs.com
