Overview
ZeroStarter includes optional integration for collecting user feedback. When configured, feedback links appear in two locations:- Docs Sidebar Footer: A feedback link appears in the docs sidebar footer
- Dashboard User Menu: A feedback option appears in the user dropdown menu in the dashboard sidebar
Setup
Features
- Docs Sidebar Footer: Feedback link appears in the docs sidebar footer
- Dashboard User Menu: Feedback option appears in the user dropdown menu (between user info and logout)
- Optional: Only loads when
NEXT_PUBLIC_USERJOT_URLis configured - External Link: Opens feedback URL in a new tab
- Zero Impact: No performance impact when not configured
Disabling Feedback
To disable the feedback links, simply remove or leave empty theNEXT_PUBLIC_USERJOT_URL environment variable:
.env
Feedback Services
You can use any feedback collection service that provides a URL endpoint. Some popular options:- UserJot: Simple feedback widget
- Canny: Feature request and feedback management
- Typeform: Custom feedback forms
- Google Forms: Free and simple
- Custom Solution: Build your own feedback endpoint
Implementation Example
The feedback URL is used in conditional rendering:The feedback integration is completely optional and has zero impact on performance when not configured.
Best Practices
- Use HTTPS: Always use secure URLs for feedback services
- Test the link: Verify the feedback URL opens correctly
- Monitor responses: Regularly check and respond to feedback
- Privacy: Ensure your feedback service complies with privacy regulations
- User experience: Keep the feedback form simple and quick to fill out