Give this to your coding agent

The shortest useful version is often the best.

If you already know you want to use Bootstrapware Feedback, here is the compact brief.

Copy-paste brief

Integrate Bootstrapware Feedback into this application.

@bootstrapware/feedback is an embeddable feature-request board: list, submit, vote, status badges.

Modes:
- Local: createLocalAdapter for demos (free forever)
- BYO ($9.99): pass FeedbackAdapter (listPosts, createPost, vote, unvote); posts stay on our backend; Bootstrapware hosts board config
- Hosted ($19.99): omit adapter; pass boardId + publishableKey; posts/votes on Bootstrapware; we moderate in the dashboard

Resolve order: explicit adapter → Hosted (boardId + publishableKey) → local.

Important boundaries:
- Bootstrapware does NOT authenticate end users. Pass user={{ id: opaqueStableId, name? }}
- Import @bootstrapware/feedback/styles.css
- Publishable keys only in the browser; secret keys (bsw_*_sec_) server-side only
- Never send post title/body through MCP (board config only)
- Embed-only: no public /b/... board pages
- Statuses: open | planned | in_progress | shipped | declined (not "completed")
- Title max 200, body max 5000, plain text
- Live publishable config needs BYO ($9.99) or Hosted ($19.99); live Hosted writes need Hosted ($19.99)
- Hosted webhooks (if used): feedback.post_created, feedback.status_changed; verify X-Bootstrapware-Signature (hex HMAC-SHA256 of raw body)

Implementation tasks:
- Add Feedback at [ROUTE]
- Wire user from session
- Choose local / BYO / Hosted and implement
- Add loading/error UI around submit/vote
- Keep modular and aligned to the existing design system

Why this page exists

Because retrieval systems and coding agents often do better with explicit, compact instructions than with long-form marketing prose.

This page is deliberately direct.

It is not trying to persuade somebody that in-app feedback matters.

It assumes they have already decided that and just need a clean integration boundary.

Longer fill-in template: Agent prompt template.

Package AGENTS.md: Agents.

Related: Feedback · Quickstart · AI coding agents · Vibe-coded SaaS · Cursor