Documentation
Feedback that fixes itself.
Fixback turns anything a user sees, says, or struggles with — on your site, in your app, or on your server — into a fully-contexted, ready-to-run fix: annotated feedback and session traces all the way to a merged change that closes its own Issue. Install an SDK, and your first Issue arrives with the write-up already done.
Drop this on any page — no build step:
<script src="https://unpkg.com/@fixback/sdk"></script><script> Fixback.init({ key: "pk_live_your_publishable_key" });</script>Start here
Choose your platform
Web @fixback/sdk On-page feedback overlay and automatic error capture for any website. Backend (Node) @fixback/node Server crashes and manual captures — Express and NestJS adapters included. Expo / React Native @fixback/expo Shake to report from a mobile app, with trace Evidence. Source maps vite · cli Upload sourcemaps per release for symbolicated code-area pointers.
Work the queue
Issues & triage Issue keys, the Evidence tabs, duplicates, mute, and handing an Issue to your agent. GitHub & the return path Connect a repo and let the merge close the Issue — and tell the reporter. Alerts & email Email when an Issue is filed: per-project modes, your address, and Mute. Workspaces & projects Handles, members and roles, project keys, and the analysis settings.
Understand Fixback
Trust & automation Automation depth follows reporter identity. Public input never self-ships. Privacy & data Private by default — inputs masked, PII scrubbed before anything leaves the page. Glossary Feedback, Issue, Brief, Evidence, Kind, Gate, Reporter, Ship. API reference Every option, method, and flag across the SDK family.