Skip to content

juanignaciomolina/nextjs13-starter-pack

Repository files navigation

Next.js 13 Starter Pack

A ready to go Next.js 13 template with a bunch of goodies to kickoff your project.

What's next? How do I make an app with this?

This template is based on the T3 Stack project and bootstrapped with create-t3-app.

In addition to it, it includes ShadcnUI built on top of RadixUI

What about the App folder?

This template doesn't support the App folder right now. NextAuth, NextThemes and tRPC are a challenge to port, since they are heavily based on a typical client side architecture and not really built for React Server Components.

Nevertheless, I did manage to port React Themes and NextAuth to RSC. The main blocker was tRPC, as there is no official support yet and the only way to make it work required essentially duplicating the code between the Pages and the App folder, which is very hacky and hardly maintainble in the future.

Ultimate, I think that the App folder and the libraries ecosystem is not mature enough right now. I believe this template to be the most solid way of kicking off a new Next.js project as of early 2023.

Additionally, RSCs are a big deal if you care a lot about SEO (like in E-Commerce or Blog posting), but it may not even be that useful if the app that is being built is client side heavy anyway.

How do I deploy this?

Like the cool kids:

Or go classy with:

The project comes prepared for 'Magic Links' authentication, but you'll need an SMTP (Email) server for this. You can use a service for this or change the auth to social logins if you prefer.

About

An starter pack for Next.js 13 with T3 stack (Typscript, TailwindCSS, tRPC, Prisma) + ShadcnUI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published