Instant Feedback Board

Stop perfecting. Start shipping.

Perfectionism kills startups. Feedstick adds a feedback board to your app in one API call, so you ship now and hear what users actually want.

  • Live in one API call
  • Bugs & feature requests, auto-sorted
  • Grouped so you see real signal
How it works

What Feedstick does with your feedback.

Send feedback from anywhere with one request. Feedstick categorizes it, merges duplicates so you can see what your users actually want most, shares it with your team, and emails the customer when it's fixed.

1

Send feedback with one API call

Your app, site, or CLI sends a single POST /feedback with the message and any context. That's the whole integration. No SDK, no schema.

  • One POST /feedback endpoint
  • Attach arbitrary context with every submission
Read the full API reference →
curl -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": "…" }
Integrate Feedstick (a feedback ingest API) into my app.

Read the API reference at https://feedstick.app/docs first. Then add a way for users to submit feedback that sends a single HTTP POST to https://a.feedstick.app/feedback with:
  - header  X-Feedstick-Key: pk_live_…   (my public ingest key from https://f.feedstick.app — keep it in an env var)
  - JSON body  { "content": "<the user's message>" }

Optional body fields: type (feature · bug · feedback · support — omit to auto-classify), context (arbitrary JSON: page, app version, etc.), source_label, submitter_email.

Pass submitter_email whenever my app knows who the user is — it's what lets them be notified when their feedback is marked done.

Handle responses: 201 { id } success · 400 invalid · 401 bad key (don't retry) · 429 rate limited (back off using Retry-After).

Wire it into <where feedback should be collected in my app>.
2

Every item is auto-categorized

Each submission is classified as a feature, bug, support request, or general feedback the moment it arrives, with no triage rules to set up.

3

Duplicates merge into one

Repeat asks like “dark mode,” “night mode?,” and “add dark theme” collapse into a single row with a count, so you can see how many people want it at a glance.

4

Invite your team to collaborate

Bring teammates onto your boards to see and triage feedback together, and new submissions ping the team as they land.

5

Submitters hear back automatically

When a submission includes the reporter's email, marking it done sends them a clean, type-aware email. The loop closes with no manual follow-up.

Capabilities

Built for the way you actually work.

Keys you can rotate, context you choose, a thread on every item, and a board your coding agent can help you triage.

API keys you can actually manage

Generate a labeled key per environment, see when each was last used, rename it, and revoke it the moment it leaks. No redeploy, no rotation scramble.

Send whatever context you want

Every submission can carry freeform JSON — the page, the plan, the app version, whatever you know. Your team sees it on the item, and Feedstick derives tags like plan:pro from it.

Comment, @-mention, close the loop

A thread on every item. Mention a teammate and they get an email; mention the person who reported it and your reply leaves the building as a real email to them.

Your coding agent can triage, not just read

Point Claude Code, Cursor, or Codex at your board over MCP. It can merge duplicates, recategorize, set status, and comment back — only what you approve, and with no API key to paste.

Connect your agent →
Pricing

Pay for the season. We hope you outgrow us.

Buy a one-time pass with no subscription. A pass just ends when its window closes, so it can’t quietly eat your runway for a year after you stopped using it. Being a member of someone else’s board never costs anything.

Just Send It Pass

A one-month sprint to get something out the door.

$19 one-time

1 month of access

Grab the Pass

Shipping Season Pass

Heads-down for the long build. Best value.

$99 one-time

12 months of access

$8.25/mo equivalent

Go all season

Every pass includes

  • Unlimited apps & team members
  • AI categorization & stacking
  • Connect Claude, Cursor & any MCP client
  • Hosted feedback boards
  • Priority support
  • Your data is always yours to export

When a pass ends, your boards stay readable and exportable. You just stop collecting new feedback until you grab another. No auto-renew, nothing to cancel.

Your next feature is already in a user’s head. Ship, and let them tell you.

One API call gets the board live. Your first piece of feedback might arrive today.

  • Live in one API call
  • Duplicates merged into clear signal