sujjeee / codox

A starter template for modern web development with nextjs 14, tailwindcss, typescript, trpc, clerk auth, and prisma.

Home Page:https://codox.vercel.app

Repository from Github https://github.comsujjeee/codoxRepository from Github https://github.comsujjeee/codox

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

About

A starter template for modern web development with nextjs 14, tailwindcss, typescript, trpc, clerk auth, and prisma.

https://codox.vercel.app


Languages

Language:TypeScript 92.1%Language:JavaScript 4.9%Language:CSS 2.9%Language:HTML 0.1%