Skip to content

sujjeee/codox

Repository files navigation

CoDox - starter template for modern web development !

CoDox – A starter template for modern web development with nextjs 13 (app route), tailwindcss, typescript, trpc, clerk auth, and prisma.

A starter template for modern web development with nextjs 13 (app route), tailwindcss, typescript, trpc, clerk auth, and prisma.

Tech Stacks 💻

  • 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

Environment Variables 🌎

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 =

Setup Locally 🚀

  1. Clone the repository
git clone https://github.com/sujjeee/codox.git
  1. Install dependencies using pnpm
pnpm install
  1. Start the development server
pnpm dev

Preview 👀

See the preview — CoDox