Built-in Feedback System
Built-in Feedback System in ShadcnKit
Understand and utilize the integrated feedback collection system in your ShadcnKit project
ShadcnKit comes with a pre-configured, customizable feedback system that allows you to collect and manage user feedback directly within your application. This system is designed to be easy to use, fully integrated with your project, and doesn’t rely on third-party tools.
Key Features
- Customizable Feedback Button: A floating button that users can easily access.
- Multi-language Support: Translations for all feedback-related text.
- Rating System: Allow users to provide a star rating.
- Categorized Feedback: Users can select a category for their feedback.
- Comment Field: Space for users to provide detailed feedback.
- D1 Database Integration: All feedback is stored in your Cloudflare D1 database.
- Admin Panel View: Review and manage feedback directly in your admin dashboard.
How It Works
- User Interface: The
FeedbackButton
component renders a floating button on your pages. - Feedback Collection: When a user submits feedback, it’s sent to your API endpoint.
- Data Storage: Feedback is stored in the
feedback
table in your D1 database. - Admin Review: You can view and manage feedback through your admin panel.
Benefits of the Built-in System
- Data Ownership: All feedback data is stored in your own database, giving you full control and ownership.
- Customization: Easily modify the feedback form to suit your specific needs.
- Integration: Seamlessly integrates with your existing user authentication and admin systems.
- Cost-Effective: No need for expensive third-party feedback tools.
- Privacy-Focused: Keep your users’ feedback data within your own system.
Using the Feedback System
To add the feedback button to your layout:
Customizing the Feedback System
You can customize the feedback system by modifying:
components/FeedbackSideButton.tsx
: Adjust the UI and behavior of the feedback button.db/schema.ts
: Modify thefeedback
table structure if you need to collect additional data.- Translation files: Update the feedback-related translations in your language JSON files.
Viewing Feedback
Feedback can be viewed in your admin panel. The data is fetched from your D1 database, allowing you to:
- View feedback entries
- Filter feedback by category, rating, or date
Why We Added This
- Direct User Insights: Gather valuable user feedback to improve your product.
- Engagement: Provide users with an easy way to communicate with you.
- Proactive Issue Resolution: Identify and address problems before they escalate.
- Feature Prioritization: Use feedback to guide your product roadmap.
- Customer Satisfaction: Show users that you value their input.
By leveraging ShadcnKit’s built-in feedback system, you can create a more user-centric application while maintaining full control over your data and user interactions.