- Notifications
You must be signed in to change notification settings - Fork110
ChadNext - Quick Starter Template for your Next project includes Next.js 15 App router, Shadcn UI, LuciaAuth, Prisma, Server Actions, Stripe, Internationalization and more.
License
NotificationsYou must be signed in to change notification settings
moinulmoin/chadnext
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
ChadNext is a quick starter template for Next.js projects, designed to streamline development by providing essential features out of the box. 🚀
ChadNext addresses common pain points, making it easier to:
- Prototype and test ideas swiftly
- Access a beautifully designed UI library
- Implement simple authentication
- Interact with databases effortlessly
- Deploy with ease
Save time and effort, and build performant apps with an excellent developer experience.
- Clone the repo.
- Install dependencies:
pnpm install
- Copy
.env.example
file to.env
file. then follow the instructions inside. - Run
pnpm prisma db push
- Start the dev server:
pnpm dev
- Fork the repo.
- Create a branch.
- Make changes and commit.
- Push and create a pull request.
Moinul Moin (@immoinulmoin)
About
ChadNext - Quick Starter Template for your Next project includes Next.js 15 App router, Shadcn UI, LuciaAuth, Prisma, Server Actions, Stripe, Internationalization and more.