pjborowiecki / SAASY-LAND-Next-14-Starters-With-Authentication-And-Database-Implemented

Modern, open source starter templates for Next.js 14 full-stack and SAAS projects. Built with Tailwind CSS, ShadCn, Next-Auth v.5 and several databases. Branches contain stand-alone set ups, including for serverless databases like PostgreSQL with Neon and MySQL with PlanetScale, Drizzle ORM, Prisma ORM v.5, but also MongoDB and Supabase.
https://saasyland.com
MIT License
304 stars 62 forks source link
drizzle mysql neon next-14 next-auth-v5 next14 nextjs planetscale postgres prisma prisma-5 prisma-orm saas saas-boilerplate saas-template serverless serverless-database starter-template supabase supabase-storage

Next 14 starters with authentication and database set up

See the live demo here

Description:

Starter templates for Next.js 14 full-stack projects. Built with TypeScript, Tailwind CSS, ShadCn/ui, authentication, and database. Several branches contain several different configurations, including serverless databases like PostgreSQL with Neon, or MySQL with PlanetScale, Drizzle ORM, Prisma ORM v.5 (serverless-compatible), but also MongoDB Atlas, Supabase, and even Nest.js, Express (MERN stack), or Django. All users are stored in a database, regardless of whether they signed up with email and password, magic link, or via an OAuth provider, such a Google or GitHub.


Warning This project is still in active development. See a feature list below to get a better understanding of what has been implemented to date and what is yet to come.


Features:



public/images/screenshots/screenshot_1

public/images/screenshots/screenshot_2

public/images/screenshots/screenshot_3

public/images/screenshots/screenshot_4


Available configurations:

This branch contains a Next.js 14 starter with Next-Auth authentication using JSON Web Tokens (JWT), and a PostgreSQL database set up at Neon. The database is connected with Drizzle ORM, which is serverless-compatible. OAuth authentication is also set up for GitHub and Google providers. The set up contains email verification and password reset functionality, both set up with Resend and React Email.

This branch contains a Next.js 14 starter with Next-Auth authentication using JSON Web Tokens (JWT), and a MySQL database set up at PlanetScale. The database is connected with Drizzle ORM, which is serverless-compatible. OAuth authentication is also set up for GitHub and Google providers. The set up contains email verification and password reset functionality, both set up with Resend and React Email.

This branch contains a Next.js 14 starter with Next-Auth authentication using JSON Web Tokens (JWT), and a PostgreSQL database set up at Neon. The database is connected via Prisma v.5, which is serverless-compatible. OAuth authentication is also set up for GitHub and Google. The set up contains email verification and password reset functionality, both set up with Resend and React Email.

This branch contains a Next.js 14 starter with Next-Auth authentication using JSON Web Tokens (JWT), and a MySQL database set up at PlanetScale. The database is connected via Prisma v.5, which is serverless-compatible. OAuth authentication is also set up for GitHub and Google. The set up contains email verification and password reset functionality, both set up with Resend and React Email.

Under construction

Under construction

Under construction

Under construction

Under construction

Under construction

Under construction

Under construction

Under construction

Under construction