Product · Open source/2024/Live
Qbox
Anonymous feedback boards that stay honest.

Overview
An open-source app for creators and teams to collect unfiltered, anonymous feedback through a shareable link, in real time. Simple to send, secure to run.
Stack
- Next.js
- NextAuth.js
- MongoDB
- Mongoose
- Tailwind CSS
- Zod
How it works
- 01
Built a secure anonymous messaging system on Next.js Server Actions for data mutations.
- 02
Integrated NextAuth for administrative sessions and a customised auth pipeline.
- 03
Designed indexed Mongoose schemas to keep message retrieval fast at volume.
- 04
Enforced compile-time-safe validation with Zod on every API payload and insert.