A comprehensive and extensible Next.js application starter template, integrating modern React tooling ecosystem.
- 🚀 Next.js - React framework with SSR, SSG, and API routes
- 🔧 TypeScript - Static type checking
- 📦 Zustand - Lightweight state management solution
- 🎨 TailwindCSS - Utility-first CSS framework
- 🧩 @heroui/react - Unstyled UI component library
- 💫 Framer Motion - Powerful animation library
- 🎭 Lucide React - Beautiful icon library
- 🌐 next-i18n-router - Internationalized routing support
- 📝 ESLint + @antfu/eslint-config - Code quality assurance
- Node.js 18+
- pnpm 8+ (recommended)
# Clone the project
git clone https://github.com/techfusionlab/next-starter.git
cd next-starter
# Install dependencies
pnpm install
# Start development server
pnpm dev
Visit http://localhost:3000 to view the application.
# Production build
pnpm build
# Preview production build locally
pnpm start
Contributions are welcome! Feel free to submit issues or pull requests.