Live board in one request
Send a single POST and your hosted board exists. No SDK, no schema, no dashboard safari — feedback starts landing before your coffee cools.
Perfectionism kills side projects. Feedstick adds a feedback board to your app in one API call — so you ship now and hear what users actually want.
Feedstick is the shortest path from “I should collect feedback” to actually having it. Paste one request, ship your app, and watch the board fill itself in.
Send a single POST and your hosted board exists. No SDK, no schema, no dashboard safari — feedback starts landing before your coffee cools.
Every app gets a public, write-only ingest key. Drop it straight into client code — it can submit feedback and nothing else. Rotate it in one click.
Everything that arrives is categorized — feature, bug, support, feedback — and duplicates stack into one row with a count. You see what to build, not a pile of tickets.
Start alone with one endpoint. When teammates show up, the same board becomes where feature requests get triaged, stacked, and turned into decisions.
Feature, bug, support, or general feedback — classified on arrival, no triage rules to configure.
“Dark mode please,” “add dark theme,” “night mode?” — merged into one row, 12 in stack. Signal, not duplicates.
Everyone works from the same hosted board across every app. New feedback pings the team as it lands, so decisions happen where the evidence is.
One POST from your product, internal tools, or CLI. Attach any context you like and it lands on the shared board with everything else.
POST /feedback endpointcurl -X POST https://a.feedstick.app/feedback \
-H "X-Feedstick-Key: pk_live_…" \
-H "Content-Type: application/json" \
-d '{
"content": "Add CSV export",
"type": "feature",
"context": { "page": "/settings" }
}'
# → 201 { "id": "…" } Ingest keys can create feedback and read nothing. Ship them in public clients without a secrets manager, and rotate per app whenever you like.
Simple monthly plans. Being a member of someone else’s board never costs anything.
For one project and a small circle.
$5 /month
For builders shipping more than one thing.
$25 /month
One API call gets the board live — your first piece of feedback might arrive today.