Remove Feedback

Remove the in-app feedback widget and collection.

Steps

  1. Delete directories and files:

    • app/api/feedback/ (feedback submission endpoint)
    • hooks/core/use-feedback.ts (client-side feedback hooks)
    • Feedback widget component from components/ (search for feedback-widget or feedback)
  2. Update Prisma schema (prisma/schema.prisma):

    • Remove the Feedback model
    • Remove the feedbacks relation from the User model
  3. Disable the feature flag: Set NEXT_PUBLIC_ENABLE_FEEDBACK=false in .env, or delete the line from lib/config/features.ts.

  4. Clean up references: Remove feedback widget renders from layout or dashboard components.

  5. Run pnpm db:push to sync the schema.

Demo Mode — Explore freely. Some actions are restricted. demo@launchfst.dev / demo1234

Get LaunchFst →