Nest Next Prisma Monorepo Starter

screenshot of Nest Next Prisma Monorepo Starter
nestjs
nextjs
tailwind
prisma

A monorepo starter project with Nest.js, Next.js, Prisma and Tailwind CSS

Overview

This monorepo repository is a comprehensive setup suitable for modern web development, integrating several powerful frameworks and tools. With Next.js 13 offering a streamlined App Router, and Nest.js for backend management, the foundation is solid for creating scalable applications. This setup is designed for seamless development, bringing together robust functionalities through a well-structured environment.

Features

  • Next.js 13 with App Router: Utilize the latest features from Next.js for improved performance and routing capabilities.
  • Nest.js 10: Leverage a powerful backend framework that enhances the modularity and scalability of your server-side applications.
  • React 18: Incorporate the newest version of React for a more efficient and interactive user experience.
  • Prisma with Postgres: Simplify database management using Prisma ORM with PostgreSQL, enhancing data handling and queries.
  • NextAuth.js with Google: Easily implement authentication using Google OAuth, ensuring secure and simple user login options.
  • Tailwind CSS 3: Style your applications effortlessly with Tailwind’s utility-first CSS framework, speeding up the design process.
  • @shadcn/ui components: Access a library of pre-built UI components that can accelerate development and improve aesthetic consistency.
  • ESLint & Prettier: Maintain code quality with ESLint for linting and Prettier for consistent code formatting across your project.
nestjs
Nest

A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript.

nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

prisma
Prisma

Prisma is a server-side library that helps developers read and write data to the database in an intuitive, efficient and safe way.

fullstack
Fullstack

A fullstack boilerplate provides a starter application that includes both frontend and backend. It should include database, auth, payments, user roles and other backend services to build a fully featured saas or webapps.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

turborepo
Turborepo

Turbo is an incremental bundler and build system optimized for JavaScript and TypeScript, written in Rust.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.