hearback
v0.1.9
Published
Add user feedback → GitHub Issues → email notification loop to any product with one command. Works with Next.js, Express, Hono, and AI agents.
Maintainers
Readme
hearback
Add hearback — user feedback → GitHub Issues → email notification loop — to any product with one command.
npx hearback initAuto-detects your framework (Next.js, Express, Hono, or AI Agent), injects the middleware / widget / env vars, and optionally sets up the notification GitHub Action.
What it does
- Next.js: generates
app/api/feedback/[...path]/route.ts, adds<Script>tolayout.tsx - Express / Hono: injects
feedbackHandlermiddleware + widget<script>tag into your HTML - AI Agent (OpenAI / Anthropic / LangChain): injects
feedbackSkillsetup into your agent entry file
Writes FEEDBACK_REPO and GITHUB_TOKEN to .env. Optionally creates .github/workflows/feedback-notify.yml for email notifications on issue close.
See the main repo for architecture, manual setup, and integration examples.
License
MIT
