Tech Stack

An overview of the technologies used in the NextJet starter kit.

You can replace any of the technologies used in the NextJet starter kit with your preferred alternatives.

Core Technologies

  • Next.js for server-side rendering and routing.
  • React for building user interfaces.
  • TypeScript for static typing.
  • Turborepo for monorepo management and faster builds.

Linting and Formatting

Frontend

Backend

  • Zod for data validation.
  • Prisma for an ORM to interact with the database.
  • Any Database compatible with Prisma

Integrations

Last updated on