@agent-feedback/next
v0.2.0
Published
Next.js integration for Agent Feedback.
Readme
@agent-feedback/next
Next.js App Router integration for Agent Feedback.
npm install --save-dev @agent-feedback/nextConfiguration-only wiring — no app code changes. Wrap next.config:
import { withAgentFeedback } from "@agent-feedback/next/config";
export default withAgentFeedback({});And create instrumentation-client.ts (Next 15.3+):
import "@agent-feedback/next/auto";Everything stays inert unless the dev server runs with AGENT_FEEDBACK=1, and
nothing ships in production builds. For automatic configuration, run:
npx @agent-feedback/cli installSee the Agent Feedback repository for full documentation.
