Welcome to NextJs15 Starter!

Kickstart your Next.js 15 project with the best tools, libraries, and practices.

🚀 Features at a Glance

  • Built with Next.js 15 and React 19
  • Utility-first styling with Tailwind CSS 3.4
  • Integrated state management with Zustand
  • Pre-configured with API routes and user management
  • Animations using Framer Motion
  • Global styling with Tailwind and custom themes
  • Dark mode with Tailwind CSS
  • Sitemap generation with next-sitemap
  • API routes with Next.js API Routes
  • Error handling with Next.js Error Boundary
  • Editable logo component
  • General use component screens
  • Custom hooks with React Hooks
  • TypeScript type definitions with TypeScript
  • Utility functions and helpers
  • Pre-configured with global providers
  • Font management with Next.js Google Fonts

📄 Get Started

Follow the steps below to customize and launch your application:

  1. Install dependencies: npm install
  2. Start the development server: npm run dev
  3. Edit your app at /app/(home)/page.tsx
Read Next.js DocumentationView GitHub Repository