Skip to content

generalentropy/entropy-next-blueprint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

44 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Entropy Next Blueprint πŸŒ€

Next.js React TypeScript Tailwind CSS React Query pnpm License

πŸš€ Kickstart your Next.js 16 project in minutes.

A modern starter powered by TypeScript, Tailwind 4, shadcn, Prisma, React Query, and more.


πŸ›  Tech Stack

  • Next.js 16
  • React 19
  • TypeScript
  • Tailwind CSS 4
  • shadcn/ui
  • Prisma
  • React Query
  • Zod
  • ESLint & Prettier
  • Zustand
  • Lucide Icons
  • next-themes
  • Motion/react

✨ Cool Features Included

  • πŸ”€ Automatic Tailwind class sorting with Prettier plugin
  • βœ… Pre-configured ESLint & strict TypeScript
  • 🎨 Ready-to-use shadcn/ui components
  • πŸ—‚ Zustand boilerplate store with persistence
  • πŸŒ— Prebuilt theme switcher component
  • πŸ“Š Pre-installed React Query + Devtools + ESLint plugin
  • πŸ›  Basic utilities (fetcher, date formatter, sleep, etc.)
  • 🧩 Extra hooks with usehooks-ts
  • 🚦 Middleware file included and ready for customization

πŸš€ Quick Start

Install pnpm (if not already installed)

Install dependencies

pnpm install

(Optional) Initialize Prisma -> Delete the existing root prisma folder first

pnpm prisma init

(Optional) Generate the Prisma client

pnpm prisma generate

Start the development server

pnpm dev

βœ… All set, you’re ready to code πŸš€


⚠️ Windows ARM Note

If you are developing on Windows ARM, Prisma may fail with the default engine.
To fix this, add the following line to your .env file:

PRISMA_CLIENT_ENGINE_TYPE=binary

πŸ“– Documentation

About

πŸš€ Kickstart your Next.js project in minutes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published