# next-starter > Kickstart your Next.js project A modern, performant starter kit for Next.js applications. ## Quick Start ```bash bunx degit AudoraLabs/next-starter my-app ``` ## Resources - Full documentation: https://nextblog-starter.vercel.app//llms-full.txt - Sitemap: https://nextblog-starter.vercel.app//sitemap.xml - Repository: https://github.com/AudoraLabs/next-starter ## Tech Stack - Next.js 16 with App Router - React 19 - TypeScript (strict mode) - Tailwind CSS 4 - Bun (package manager) - ESLint 9 (flat config) - Prettier - React Compiler ## Features - SEO-ready with robots.ts, sitemap.ts, and Open Graph metadata - Title templates and metadataBase configured - Path alias @/* mapped to ./src/* - Dark mode support via CSS custom properties - Geist font family pre-configured - Pre-commit hooks with Husky and lint-staged