Skip to main content

Public Roadmap

The Public Roadmap is an interactive kanban board where end users can see what's planned, vote on features, and suggest new ones.


URLโ€‹

/roadmap/{tenant-slug}
/roadmap/{tenant-slug}?product={product-slug}

Kanban Columnsโ€‹

The roadmap displays items in 4 columns:

ColumnStatusIcon
Under ReviewItems being evaluatedYellow
PlannedAccepted, will be builtBlue
In ProgressCurrently being developedOrange
ShippedCompleted and releasedGreen

Each item card shows:

  • Title
  • Description (truncated)
  • Category badge
  • Vote count
  • Product name (if multi-product)

Votingโ€‹

End users can vote on roadmap items:

  1. Click the Vote button on any item
  2. Enter your email address (for deduplication)
  3. Your vote is recorded

Each email can vote once per item. The vote count updates in real-time.


Suggest a Featureโ€‹

End users can suggest new features:

  1. Click Suggest a Feature button (top of page)
  2. A modal form appears with fields for:
    • Name
    • Email
    • Feature description
  3. Submit the request

The request goes to the tenant's Feature Requests inbox for review.


Product Filteringโ€‹

When accessed with ?product={product-slug}, only roadmap items for that product are shown.


Next Stepsโ€‹