This is a Next.js 15 RC project with npx create-next-app@rc
.
template.mp4
Do give it a star.
This is a production ready template/app with everything ready for you to get started, so if you fork it, make some sick apps.
If you face any probelm you can reach out to me via Rishi Lahoti or create an issue here.
Contributions can be done here only if you like!
- I think I have included evrything to get started with.
- Postgres DB with Prisma ORM: Prisma
- Authentication using Lucia
- Database on Vercel DB
- UI components from shadcn/ui
- Styled using Tailwind CSS
- Real-time form validation with React Hook Form & Zod
- Fully functional search field.
- Light, Dark and System theme support.
-
- I have alerady added tailwindcss config to work with eslint in the repo.
-
- No special settings needed I think.
Rename the .env.example
to the .env
and I assuming you know how to add all the secret keys since you are using this. If not hit me up or create an issue.
I have alerady added .env
to .gitignore
.
- Install dependencies using npm:
npm i --legacy-peer-deps
- Copy
.env.example
to.env
and update the variables
cp .env.example .env
- Start the application:
npm run dev
- Update the
schem.prisma
according to your need and and push it to the DB
npx prisma db push
This project is licensed under the terms of the LICENSE.md.