What is Kindling?+
Kindling is a warm home for product feedback. Teams collect feature requests on shared boards, prioritize them in the open, and keep customers in the loop as the roadmap evolves.
Do I need an account to browse boards?+
No. Anyone can browse public and public read boards. You only need to sign in to create boards, post requests, vote, or comment. Private boards additionally require an access code from the owner.
What is the difference between public, public read, and private boards?+
Public boards are fully open โ anyone can read and contribute. Public read boards are visible to everyone but require an access code to post or vote. Private boards require an access code to view at all.
How are value and effort scores used?+
Value and effort are 1 โ 10 hints that help product managers triage. Kindling surfaces a simple value / effort ratio alongside vote momentum so you can spot the easy wins quickly.
Can I change my vote or remove it?+
Yes. Click the vote button again on a request to retract your vote. You can also update the optional reason attached to your vote at any time.
How do API keys and scopes work?+
Board owners (product managers) create API keys at
/account/api-keys and grant scopes like
requests:read,
requests:write,
comments:write, and
votes:write. Keys can be global or scoped to a single board. See the
API docs for the full reference.
How do I integrate an external agent or bot?+
Mint an API key with the scopes you need, then call /api/v1 endpoints with Authorization: Bearer โฆ. A typical flow is: verify the key with GET /api/v1/me, discover boards, create or enrich requests, and poll /events for changes.
Is there a public roadmap or changelog?+
Each board doubles as a living roadmap โ filter by status to see what is Planned, In progress, or Shipped. Status changes are recorded in the board event feed so customers and agents can subscribe to updates.