Self-hostable customer boards for product feedback and feature requests.
- Feature Requests: Submit new feature requests and suggestions.
- Roadmap Tracking: Monitor the progress of feature requests through a roadmap table view.
- Progress Updates: Stay informed about the status of submitted features.
- Feature Management: Oversee and update the status of feature requests.
- Release Posts: Publish updates to announce upcoming feature releases.
- Dashboard: Manage and review all feature requests and user feedback in one place.
- Next.js: Framework for building server-rendered React applications.
- NextAuth.js: Authentication solution for secure sign-in and user management.
- Drizzle ORM: ORM for database interactions and schema management.
- Tailwind CSS - Shadcn: Utility-first CSS framework for custom styling.
- tRPC: Type-safe API communication between client and server.
- Admin Users: Log in to manage feature requests, update statuses, and release posts.
- Regular Users: Create feature requests and track their progress on the roadmap.
- Clone the repository to your local machine:
git https://github.com/spiritanand/Clue-Glue
cd Clue-Glue
- Copy .env.example to .env and update the environment variables:
cp .env.example .env
-
Setup google-oauth credentials and a Postgres database
-
Host the app on Vercel/Netlify/Dockerize - Next.js Deployment
We hope it helps you gather valuable feedback and make informed decisions on feature development.