Let your users
shape what you build.
Open a public board for your product and let anyone request features, report bugs, and vote on what matters next — in any language, every request brought to a close.
Public product boards
Share a board by link. Anyone submits features, bugs, and proposals; votes surface what matters, and every entry moves through a clear roadmap — open, planned, in progress, done.
Feature requests
48 open- 128FeatureIn progressmobile
Dark mode for the mobile app
#42Aiko·2d6 - 74BugPlannedexport
CSV export drops the last row
#39Mikhail·5d2 - 23Improvement
Keyboard shortcut for quick search
#31Sam·1w
- Votes sort the board — the loudest ask rises.
- Status carries each entry along the roadmap.
- Feature, bug, improvement or idea.
- Written in any language, read in yours.
Boards your coding agents can use
Every board is reachable over a plain REST API, so an agent working in your repository can read the roadmap before it plans, file a bug with the stack trace it just saw, triage what comes in, and move an entry to done when the fix ships.
- Claude Code
- Codex
- Cursor
- GitHub Copilot
Named because they are common, not because the list is closed — it is ordinary HTTP, so curl, a CI job, or a script of your own works just as well.
Personal tokens
A token acts as you: it reaches exactly the boards you reach, writes under your name, and loses access the moment you leave a workspace. Nothing new to administer.
A skill, not an install
Drop a single Markdown skill into Claude Code and it drives the API with curl. No CLI, no SDK, nothing to keep up to date.
Read-only when you want it
Mint a token that can report but never write. Anything that is not a read is refused before the request body is even parsed.
A versioned contract
/api/public/v1 is documented field by field and pinned by tests. Fields may be added; the ones you already read will not move.
The AI-native team layer — designed for, and on the way.
MCP for agents
The REST API is live today. MCP is next — connect an agent without writing a single HTTP call.
Requests → roadmap
Promote a public request straight into an internal issue and close the loop.