Frequently asked questions

What is turbotemplate?

A monorepo boilerplate built with Turborepo. It’s designed to kickstart new projects with a working app shell, authentication, data layer, and UI components.

What’s included out of the box?

Next.js 16, Tailwind CSS v4, shadcn/ui, Clerk for authentication, Convex for the backend, a shared UI package, and a backend package — plus landing, pricing, and FAQ pages.

Is this site real or a demo?

It’s a demo. The content is mock data intended to showcase structure and wiring.

Can I replace Clerk or Convex?

Yes. The template aims to be provider-agnostic so you can swap auth or data layers as needed.

Can I use turbotemplate for commercial projects?

Yes. It’s a starting point for your own apps. Review, harden, and adapt it to your requirements before going to production.

Why have pricing and FAQ if it’s a template?

To demonstrate common marketing pages and content structure you can customize for your project.