Public bug reporter

The lighter, bugs-only alternative to the full Feedback Hub. Free on every tier, one link, no setup.

The Public bug reporter is a stripped-down version of the Feedback hub, bugs only, no feature requests, no general feedback, no public roadmap. Available on every tier including Free.

When to use it

Use the bug reporter when:

  • You're on the Free tier (full Hub starts at Basic).
  • 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 Basic and use the full Feedback Hub.

Setup

From the project, navigate to the Bug reporter settings (under the project's gear menu). Click Generate link. Frostbyte produces a public URL: https://getfrostbyte.dev/report-bug/<token>.

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 entry in the bug-reporter queue (separate from the Feedback Hub queue but visually similar). 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 from the full Hub

Bug reporter Feedback Hub
Tier Universal Basic+
Submission types Bugs only Bugs, features, general
Public roadmap No Optional
Per-submission custom fields No No (v1)
URL pattern /report-bug/<token> /feedback/<token>

Disabling

Click Disable bug reporter in settings. The public URL returns 404; existing submissions stay in the queue.

What's next

Last updated