The purpose of this template is to provide a base to use the t3 app structure, with the new beta features of next.js version 13 on netlify for static sites. Only t3 options relevant to static front-end sites were chosen.
includes:
- tailwind
excludes:
- prisma
- trpc
- next-auth
Next.js has been updated to version 13. The experimental app directory option is enabled, and the template has been updated to use this directory (located in /src/app/
).
below is the original create-t3-app readme:
This is an app bootstrapped according to the init.tips stack, also known as the T3-Stack.
We try to keep this project as simple as possible, so you can start with the most basic configuration and then move on to more advanced configuration.
If you are not familiar with the different technologies used in this project, please refer to the respective docs. If you still are in the wind, please join our Discord and ask for help.
We also roll our own docs with some summary information and links to the respective documentation.
Also checkout these awesome tutorials on create-t3-app
.
- Build a Blog With the T3 Stack - tRPC, TypeScript, Next.js, Prisma & Zod
- Build a Live Chat Application with the T3 Stack - TypeScript, Tailwind, tRPC
- Build a full stack app with create-t3-app
- A first look at create-t3-app
Follow our deployment guides for Vercel and Docker for more information.