Nextjs 14 APP Router, t3 stack, Supabase (Auth, storage, database)
This product is a starter project or boilerplate that includes the T3 stack, Supabase, and an app directory. It is Edge ready and uses the Vercel Edge runtime. The project allows for calling the database in server components through supabase-js, while trpc+prisma is used for client components. The T3 stack includes Next.js as the app router, Prisma for database management, and Tailwind CSS for styling.
To install this theme, follow these steps:
npm install.env.example file and rename it to .env.env filenpm run dev-localnpm run dev-cloudnpm run devIf you are not familiar with the different technologies used in this project, please refer to their respective documentation.
The T3 stack + Supabase + App directory starter project is an Edge ready boilerplate that combines Next.js, Prisma, Tailwind CSS, and Supabase. It provides an easy way to start building applications with these technologies and includes features such as a TRPC app directory/router and serverless queries with Supabase. The installation process is straightforward and the project can be easily deployed using Vercel, Netlify, or Docker. Overall, this starter project offers a solid foundation for building modern web applications.