Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Chat more effectively with your customers via email, right here on our website!

Free Nuxt 3 + TailwindCSS starter template for SaaS, startup, marketing websites & landing pages.

A Gatsby starter with Firebase authentication and a data-fetching example, by muhajirframe.

A one-page Jekyll theme with three layouts (half, full, card), responsive images, Sass styling, and Gulp-based live reload.

A template for building Slack apps with Bolt and Nitro, deployable to Vercel.
next-feedback-template is an open-source Next.js 13 starter that turns website visitor feedback into emails sent to your inbox via react.email and Resend. Built on the official shadcn-ui template, it provides a Radix UI-based feedback form styled with Tailwind CSS, complete with dark mode and Lucide icons.
next-feedback-template is a minimal Next.js 13 App Directory application that lets you collect customer feedback directly on your website and receive each submission as an email. It uses react.email to compose HTML email templates and Resend to deliver them, so you don't need a separate backend or customer-support tool. The project is distributed under the MIT license and requires only two commands to get running: npm i and npm run dev.
The template is installed by running npm i and then started with npm run dev. It serves a Next.js application where visitors submit feedback through the Radix UI-based form; the submission is converted into a styled email by react.email and sent to you via Resend. The specific API route and environment variables are part of the starter code, though they are not documented in the README beyond the feature list.
Yes, the project is licensed under the MIT license, which permits free use, modification, and distribution, including in commercial projects.
It provides a feedback form for your website that emails submissions to you. Instead of relying on a third-party widget service, the template uses react.email and Resend to send the feedback directly from your Next.js app.
It uses Next.js 13 with the App Directory, Radix UI primitives, Tailwind CSS, Lucide icons, next-themes for dark mode, react.email for email templates, and Resend for email delivery.
Clone or download the repository, run npm i to install dependencies, and then npm run dev to start the development server. No additional build steps are listed in the README.
