Source-available (ELv2) feedback boards & roadmap for multi‑project teams.
- Public feedback portal with boards and posts
- Private dashboard for moderation & settings
- Subdomains and optional custom domains for per‑org public pages
- Multiple organization members
- Next.js 15 (App Router) + React 19
- Drizzle ORM + PostgreSQL
- better-auth, Zod
- Tailwind CSS + shadcn/ui
- Nodemailer (SMTP)
- Install dependencies:
npm install - Create
.env.local(database URL + email/auth settings) - Apply migrations:
npm run db:migrate - Start dev server:
npm run devand openhttp://localhost:3000
Tip: in development you can test subdomains via http://[org].localhost:3000/feedback.
Issues and PRs welcome. By contributing you agree contributions may be relicensed in the future (CLA may be introduced).
Elastic License 2.0 (ELv2). See LICENSE.md. You may not provide this software as a managed service to third parties.