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