CoDox - starter template for modern web development !
A starter template for modern web development with nextjs 13 (app route), tailwindcss, typescript, trpc, clerk auth, and prisma.
- β‘ Next.js 13 β The React framework with hybrid static & server rendering, and App Router
- π₯ TypeScript β JavaScript with type safety and enhanced developer experience.
- π Tailwind CSS β A utility-first CSS framework for rapid UI development
- π Shadcn UI β A collection of beautiful and accessible components built with Radix UI and Tailwind CSS.
- π tRPC β A toolkit for building end-to-end typesafe APIs with Next.js and any database
- π Clerk β A complete user management solution with authentication, profiles, and more
- π¦ Prisma β A modern ORM for Node.js and TypeScript that simplifies database access
- β»οΈ T3 Env β A library for managing type-safe environment variables in Next.js
- π BiomeJS β A tool for formatting, linting, and more in a fraction of a second.
- π Google Analytics β A web analytics service that tracks and reports website traffic
To use clerk and analytics you need to add the following environment variables to your .env file:
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY =
CLERK_SECRET_KEY =
DATABASE_URL =
NEXT_PUBLIC_GOOGLE_ID =
- Clone the repository
git clone https://github.com/sujjeee/codox.git
- Install dependencies using pnpm
pnpm install
- Start the development server
pnpm dev
See the preview β CoDox