Customer Feedback Board

SaaS Intermediate Database Auth

Collect and prioritize feature requests from customers. Let them vote on ideas and track your roadmap.

The prompt

Copy this prompt and paste it into Claude, Cursor, ChatGPT, Codex, or any AI tool connected to Hatchable via MCP.

Build a customer feedback board. Multi-user: voters sign up with email + password so one person = one vote per idea. Use Hatchable's built-in auth endpoints at `/api/auth/sign-up/email`, `/api/auth/sign-in/email`, `/api/auth/sign-out`, and `/api/auth/get-session` — set `[auth] enabled = true` in hatchable.toml and the platform mounts them automatically. Inside API functions, `auth.getUser(req)` returns the signed-in voter. Designate one or more admin emails in a project secret (`ADMIN_EMAILS`); a signed-in user whose email matches is the admin and sees status controls voters don't see. Any signed-in user can submit a feature request (title + description + optional category) and upvote one existing request once. The public page lists requests grouped by status: Under Review, Planned, In Progress, Completed, Declined — sorted by vote count within each. Admin inline-edits status. Search + category filter across all requests. Clean, Canny-style layout. Deploy on Hatchable when done.

How to use this template

  1. Connect Hatchable to your AI tool

    Add Hatchable as an MCP server in your AI tool of choice. You'll need your API key from Console → Settings. See our setup guides for Claude Code, Cursor, or Codex.

  2. Copy the prompt and paste it

    Hit the Copy button above, switch to your AI tool, and paste. The prompt is written to produce a complete, deployable app using Hatchable's platform features.

  3. Your AI builds and deploys it

    Your AI writes the code, creates a project on Hatchable, and deploys it. You'll get a live URL you can share immediately — no server setup, no billing.

Customize it

After the initial build, try asking your AI to add any of these:

Build this app for free

Sign up, grab your API key, and paste this prompt into your AI tool.

Get started free