One API call to start
Send a single POST to our ingest endpoint and your hosted feedback board is live. No SDKs to wire up, no schema to design.
Feedstick gets you from zero to feedback fast — so you save time and money building what your customers truly want, not just what you think they need. A hosted board for feature requests, bug reports, and API-submitted feedback from every app.
Feedstick is built to be plug-and-play. Minimal configuration, no SDK gymnastics — a single API call spins up a hosted feedback board so you start collecting real signal in minutes, not sprints.
Send a single POST to our ingest endpoint and your hosted feedback board is live. No SDKs to wire up, no schema to design.
One public, write-only key per app — safe to drop straight into client code. No backend changes, no infra to run.
Feedback flows in, gets categorized and stacked automatically, and lands on a board your team can work from.
One place to collect feature requests, bug reports, and feedback from every app.
Submit feedback programmatically from your own product and internal tools.
Every submission is classified — feature, bug, support, or general feedback.
Similar feedback is grouped automatically, so you see the signal, not duplicates.
A single write-only ingest key — public, safe to embed in client code, Sentry-DSN style. Send feature requests, bug reports, and request context straight into one shared board.
POST /feedback endpointcurl -X POST https://api.feedstick.app/feedback \
-H "X-Feedstick-Key: pk_live_…" \
-H "Content-Type: application/json" \
-d '{
"body": {
"content": "Add CSV export",
"context": { "page": "/settings" }
},
"app_name": "my-app",
"type": "feature",
"submitter_email": "user@example.com"
}'
# → 201 { "id": "…" } Launch a hosted board for feature requests, bug reports, and API-submitted feedback — and get from zero to real signal today.