# How to Structure User Feedback Components in SaaS Products
Collecting and displaying user feedback inside SaaS platforms requires thoughtful UX design. Whether you are building an in-app Net Promoter Score (NPS) popup, a feature request voting board, or a customer sentiment dashboard, clarity and non-intrusiveness are critical.
---
## 1. Types of In-App Feedback Components
1. Micro-Surveys (NPS / CSAT):
- Slide-in bottom corner modal (e.g., 320px width).
- Uses 1-10 numerical scale or 5-emoji rating scale for instant 1-click submission.
2. Feature Feedback Drawers:
- Right-side slide-over panel triggering when users interact with beta features.
- Includes structured category dropdowns (Bug, Feature Request, Usability) and prose text area.
3. Public Product Feedback Boards:
- Community-facing board displaying upvoted feature suggestions, roadmap status tags (Planned, In Progress, Complete), and staff responses.
---
## 2. Guidelines for Wireframing Feedback Features
- Trigger Timing: Never trigger feedback modals immediately upon user login. Allow users to complete a primary task before prompting for sentiment.
- Micro-Copy Matters: Use clear, empathetic prompts such as "How can we make this workflow faster for you?" rather than generic "Submit Feedback".
- Visual Status Markers: Use color-coded status badges (Green for Resolved, Blue for In Review, Gray for Under Consideration).