Skip to content
forked from sujjeee/codox

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

Notifications You must be signed in to change notification settings

emAyush56/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
  • 🛠 ESLint — A tool for finding and fixing code issues and enforcing code style
  • 💖 Prettier — A code formatter for consistent and readable code style
  • 📊 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 13 (app route), tailwindcss, typescript, trpc, clerk auth, and prisma.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 91.6%
  • JavaScript 5.6%
  • CSS 2.8%