n0thn/ studio

← Products · Product · 02

Feedback Pulse

Live

The feedback channel that drives your roadmap. Collect user signal in-product. See what to ship next. Close the loop with the people who actually use your stuff.

Files

Two

Env vars

Five (one optional)

DB / auth deps

None

Framework

Next.js App Router

Why it's different

A real feedback channel — not another support inbox.

How it ships

Two files, five env vars, an hour from clone to in-product.

  1. Step 1

    Drop the two files into your project

    components/feedback-widget.tsx
    lib/feedback-action.ts
  2. Step 2

    Install runtime deps

    pnpm add lucide-react sonner ai @ai-sdk/anthropic
  3. Step 3

    Mount in your root layout

    import { FeedbackWidget } from
      "@/components/feedback-widget";
    
    <FeedbackWidget />
  4. Step 4

    Point at a Trello list

    Set the env vars (Trello key, token, list ID, board ID, and optionally an Anthropic key for AI rewrites). The list becomes your incoming queue.

Stop guessing what to build. Hear it from the people using it.

View on GitHub