Public roadmap
Show users what's planned, in progress, and shipped. Driven by tasks you opt-in to flag public.
The Public roadmap surfaces a curated subset of your tasks to users, what's planned, what you're working on, what's shipped. One page at https://getfrostbyte.dev/feedback/<token>/roadmap.
Prerequisites
- You're on Basic or above, the roadmap is part of the Feedback hub.
- Your hub is enabled.
- You've toggled Enable public roadmap in hub settings. See Feedback hub setup.
What appears on the roadmap
A task appears on the public roadmap only if it has the showOnRoadmap flag set to true. This is opt-in per task, internal refactors, security fixes, and anything you'd rather not pre-announce stay off by default.
You can flag a task by:
- Editing the task and toggling Show on roadmap in the modal.
- Accepting a Feedback Hub submission, accepted submissions can be flagged public during the convert step.
The roadmap groups public tasks into three columns:
- Planned, tasks with status
to-do. - In progress, tasks with status
in-progress. - Released, tasks with status
done, grouped by their release.
Released grouping
The "Released" column groups completed tasks by the release they shipped in. Each release header shows the release name, ship date, and (if you ran the Release notes generator) the published release notes.
What submitters can do
The public roadmap is read-only. Visitors can browse but can't comment, vote, or otherwise mutate state. (Public voting / upvotes are a deferred feature, see the FAQ.)
For inbound input, point users at the Feedback Hub portal at /feedback/<token> (the parent surface of the roadmap).
Non-task roadmap items
Some entries on the roadmap aren't tasks, they're high-level commitments that don't fit a single task ("rewriting the API layer", "moving to v2 billing"). Create them from the hub settings; they appear on the roadmap with the status you set.
Use a non-task roadmap item for cross-cutting work that shouldn't be modelled as a single task. Use task showOnRoadmap for everything else.
Disabling
Toggle Enable public roadmap off in hub settings. The roadmap URL returns 404; the data stays in the project (task showOnRoadmap flags are preserved).
What's next
- For the moderation flow that lands new tasks on the roadmap: Moderation workflow.
- For polishing release notes that appear in the "Released" column: Release notes generator.