An open source application built using the new router, server components and everything new in Next.js 13.
- Next.js
/app
dir, - API Routes and Middlewares
- Authentication using NextAuth.js and AWS Cognito
- ORM using Prisma
- UI Components built using Radix UI
- Documentation and blog using MDX and Contentlayer
- Styled using Tailwind CSS
- Validations using Zod
- Written in TypeScript
- Install dependencies using pnpm:
pnpm install
- Copy
.env.example
to.env.local
and update the variables.
cp .env.example .env.local
- Start the development server:
pnpm dev
Licensed under the MIT license.