
Candor lets anyone collect anonymous feedback through a personal link — but instead of stopping at "you got a message," it uses an AI coach to turn that feedback into a structured, trackable growth plan. It ships with a credit economy, real-time updates, AI moderation, and a full admin console.
Most anonymous-message apps dump feedback on you and stop there — no moderation, no structure, and no way to actually act on what you hear. Honest feedback is valuable, but raw and unorganized it rarely turns into real change.
Candor treats feedback as the start of a loop, not the end. Incoming messages are screened by Gemini for abuse, then an AI coach clusters your inbox into themes and drafts a concrete growth plan that flows through To Do → In Progress → Completed — every task mapped back to the exact feedback that inspired it. An idempotent credit ledger and per-user AI quotas keep the AI usage sustainable, and a real-time inbox streams new messages the moment they arrive.
A Next.js App Router app where API routes stream a real-time inbox over Server-Sent Events (backed by MongoDB change streams) and call Google Gemini for AI moderation and coaching, with Upstash Redis enforcing per-user AI quotas and rate limits.
Next.js SPA
App Router · shadcn/ui
API Routes + SSE
NextAuth · Zod · rate limiting
MongoDB Atlas
Mongoose · change streams
Redis + Gemini
AI quotas · moderation & coach
Frontend
Backend
AI
Auth & Email
Testing & CI