Feedback Hub: bugs-only mode
Set up the bugs-only Feedback Hub mode included on every Frostbyte plan and manage incoming reports.
The Feedback Hub is included on every plan. On Free it runs in bugs-only mode: the same public intake and moderation workflow, without feature requests, general feedback, community voting, or a public roadmap.
When to use it
Use the Hub in bugs-only mode when:
- You're on the Free tier (the full Hub starts at Indie).
- You only want bug reports and don't need feature requests or general feedback.
- You're embedding the link in error pages or support flows where "bug reporting" is the only sensible action.
If you want feature requests, general feedback, or a roadmap, upgrade to Indie and use the full Feedback Hub.
Setup
Open Feedback Hub in the project and click Enable Feedback Hub. Frostbyte produces a public URL under /feedback/<token> and labels the project view Free · Bugs only.
Share the URL anywhere you want. No DNS or email setup; no per-submitter auth. The link is unguessable but otherwise unprotected.
What submitters see
The bug-report form is a single page with:
- Title, short summary of the bug.
- Description, what happened, what they expected.
- Steps to reproduce, optional; auto-converts to subtasks on the resulting task.
- Severity, low / medium / high / critical.
- Email, optional; you can use it to follow up if you choose.
Submissions are rate-limited per IP to prevent flood attacks (5/hour by default).
What lands in your project
Each submission creates a pending bug in the project's Feedback Hub moderation queue. You can:
- Accept as task, creates a
bug-type task with severity mapped to priority and steps-to-reproduce auto-populated as subtasks. - Decline, submission marked as declined; nothing else happens.
- Auto-attach to active release, same toggle as the full Hub. When on, accepted bugs land on the current active release.
Differences between modes
| Free bugs-only mode | Full Feedback Hub | |
|---|---|---|
| Tier | Universal | Indie+ |
| Submission types | Bugs only | Bugs, features, general |
| Public roadmap | No | Optional |
| Per-submission custom fields | No | No (v1) |
| URL pattern | /feedback/<token> |
yourproject.getfrostbyte.dev |
Disabling
Click Disable Feedback Hub in settings. The public URL returns 404; existing submissions stay in the queue.
What's next
- For richer intake, upgrade to Indie and use the full Feedback Hub.
- For accepted bug submissions: Moderation workflow.
- For the AI flow that converts submissions to tasks: Convert feedback to task.