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 slice of your tasks to users: what's planned, what you're building, what's shipped.
The roadmap lives at /roadmap on your portal domain:
- Frostbyte subdomain:
https://exampleProject.getfrostbyte.dev/roadmap - Custom domain:
https://feedback.yourdomain.com/roadmap
Prerequisites
- You're on Indie 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.
Flag a task by:
- Editing the task and toggling Show on roadmap in the modal.
- Accepting a Feedback Hub submission. You can flag it 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 used 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 or vote. To point users toward giving input, link them to the main portal at / on your domain.
Non-task roadmap items
Some roadmap entries don't map to a single task: high-level commitments like "rewriting the API layer" or "moving to v2 billing". Create them from hub settings. They appear on the roadmap with the status you set.
Use non-task roadmap items for cross-cutting work. Use showOnRoadmap on tasks for everything else.
Disabling
Toggle Enable public roadmap off in hub settings. The roadmap URL returns 404. The data stays in the project and showOnRoadmap flags are preserved.
What's next
- For the moderation flow that lands new tasks on the roadmap: Moderation workflow.
- For polishing release notes in the "Released" column: Release notes generator.
- For branded roadmap URLs: Feedback Hub domains.