Orbitfeed is a powerful, user-friendly platform designed to help teams gather, manage, and analyze feedback efficiently. Whether you're looking to improve a product, service, or process, this tool enables you to collect feedback from multiple users, categorize it, and derive actionable insights.
Read more here
In today's fast-paced, feedback-driven world, collecting and acting on user input is crucial for continuous improvement. However, existing tools often lack the collaboration features necessary to make feedback management a seamless experience for teams. Our inspiration was to create a tool that not only simplifies feedback collection but also fosters collaboration among team members, making the process more efficient and productive.
The code for the widget can be found here
- Real-time Feedback Collection: Collect feedback from multiple users in real-time and see responses as they come in. This was made possible by Convex's robust realtime architectrue
- Statuses: Change status of feedback (pending or resolved)
- AI Feedback Analysis: Generate concise summaries of user feedback, providing insights into user satisfaction and concerns & highlighting the key points for quick decision-making
- User-friendly Interface: Built with Tailwind UI and Shadcn, the tool offers a clean and intuitive user interface that enhances the user experience.
- Collaborative Workflows: Share projects (orbits) with your team to take action on feedback.
- Emails: Send and receive emails uisng React Email & Resend
- Secure Data Management: All feedback data is securely stored and managed, ensuring privacy and compliance with data protection regulations.
- Make sure you are logged in.
- After login, you will be redirected to the dashboard where you can create orbits (feedback projects)
- After creating an orbit, you will be redirected to /orbits route where you can see your newly created orbit. Choose any one to get started
- On the orbit page, click on the
code
button to configure your orbit - Follow the instructions from the above step to start collecting feedback on your website
- Good luck!
- Clone the project to get started
git clone https://github.com/lucky-chap/orbitfeed.git
- Copy the contents of
.env.example
into.env.local
and fill with right values
Run the following commands inside the project folder:
pnpm install
npx convex dev
(to get convex functions ready)pnpm dev
To view the project open http://localhost:3000
.
Give me a star would you...
- Fork this repository;
- Create your branch:
git checkout -b my-new-feature
; - Commit your changes:
git commit -m 'Add some feature'
; - Push to the branch:
git push origin my-new-feature
.
After your pull request is merged, you can safely delete your branch.
This project is licensed under the MIT License - see the LICENSE file for more information.
- https://labs.convex.dev/auth/setup
- https://labs.convex.dev/auth/production
- https://labs.convex.dev/auth/config/email
- https://authjs.dev/getting-started/providers/resend
- https://labs.convex.dev/auth/authz/nextjs#preloading-and-loading-data
- https://labs.convex.dev/auth/authz/nextjs#calling-authenticated-mutations-and-actions