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
- ShadCN for the UI components.
- Tanstack Query for data fetching and server state management.
- Zod for data validation.
- Tailwind CSS for styling.
Backend
- tRPC for building end-to-end type-safe APIs.
- Zod for data validation.
- Prisma for an ORM to interact with the database.
- Any Database compatible with Prisma
Integrations
- Auth.js for authentication.
- Stripe or Lemon Squeezy for payments.
- Resend for transactional and marketing emails.
- Tinybird for analytics.
Last updated on