Get up and running with FeedbackNexus in just a few minutes! This guide will walk you through the essential steps to start collecting feedback from your users.
Overview
FeedbackNexus is a multi-tenant customer feedback platform that allows you to:
- Collect feedback and feature requests from users
- Organize feedback with voting and commenting
- Track feedback through customizable statuses
- Get AI-powered insights and sentiment analysis
- Embed feedback collection directly on your website
Step 1: Create Your Account
- Visit FeedbackNexus
- Click Sign Up to create a new account
- Enter your email address and create a secure password
- Verify your email address when prompted
Step 2: Create Your First Portal
A portal is your feedback collection space where users can submit and vote on feedback.
- After logging in, click Create Portal
- Fill in the required information:
- Company Name: Your organization's name
- Portal Name: Choose a unique portal name (e.g.,
portals.feedbacknexus.com/portal-name
) - Categories: Default categories are provided (Features, Bugs, General)
- Click Create Portal
Your portal will be created and you'll be redirected to the portal dashboard.
Step 3: Configure Basic Settings
Portal Settings
- Navigate to your portal and click the gear icon (portal settings)
- Configure basic options:
- Apearence: Upload your logo and set portal colours
- Notifications: Set which notifications you receive when feedback/comments/votes are made
- Moderation: Set whether feedback and comments need to be moderated before appearing on your portal
- Custom Domain: Set your custom domain (if aplicable)
- Embeddable Widget: Put your portal/roadmap in your own website
Step 4: Collect Your First Feedback
Option A: Direct Portal Access
Share your portal URL with users: https://portals.feedbacknexus.com/portal-name
Users can:
- Submit new feedback
- Vote on existing items
- Comment and discuss
- Track feedback status
Option B: Embed the Widget
Add feedback collection directly to your website:
<!-- FeedbackNexus Widget -->
<script src="https://api.feedbacknexus.com/widget.min.js"></script>
<div id="feedback-widget"></div>
<script>
FeedbackNexus.init({
portal: 'scm',
container: '#portal-name',
maxItems: 0 // 0 = show all
});
</script>
Step 5: Manage Feedback
View Feedback
- Go to Manage Feedback in your portal dashboard
- See all submitted feedback with:
- Vote counts
- Comments
- Current status
- AI sentiment analysis
Update Status
- Click on any feedback item
- Change status from the dropdown:
- New → Under Review → Planned → In Progress → Completed
- Add comments to communicate with users
Use AI Features
FeedbackNexus automatically provides:
- Sentiment Analysis: Understand user emotions
- Priority Scoring: AI-suggested importance levels
- Duplicate Detection: Identify similar feedback
- Insights: Automated analysis and recommendations
Step 6: Engage Your Community
Respond to Feedback
- Add comments to feedback items
- Update statuses to show progress
Create a Roadmap
- Set a feedback status to Planned
- Choose to add to the roadmap
- Set target dates and descriptions
- Make your roadmap public to show users what's coming
Automatic Notifications
- Followers get notified when items they care about are updated