create-next-core-base
Version:
CLI tool to create Next Base projects with feature selection
48 lines (47 loc) β’ 2.72 kB
JSON
{
"tagline": "Build Smarter, Launch Faster π",
"title": "Next Base β The Ultimate Next.js Starter Template",
"description": "Pre-configured with TypeScript, Tailwind CSS, Redux, Axios, and more β so you can skip setup and start building scalable, modern apps right away.",
"button_github": "Get Started on GitHub",
"section_1_title": "Everything You Need β Out of the Box",
"section_1_text": "Next Base is packed with the tools and structure every modern web app needs, right from the start:",
"feature_1": "β
TypeScript, ESLint, and Prettier",
"feature_2": "π¨ Tailwind CSS and Dark Mode Support",
"feature_3": "βοΈ Redux Toolkit & React Toastify",
"feature_4": "π Axios with Interceptors",
"feature_5": "π§ Custom Hooks & Utility Functions",
"feature_6": "π Scalable Folder Structure",
"feature_7": "π SEO-Ready with next-seo",
"feature_8": "π Git Hooks & Pre-commit Checks with Husky",
"section_2_title": "Built on Cutting-Edge Technologies",
"section_2_text": "Next Base is powered by the latest stable versions of:",
"tech_1": "β’ Next.js 13+ App Router",
"tech_2": "β’ TypeScript for robust typing",
"tech_3": "β’ Tailwind CSS for lightning-fast UI building",
"tech_4": "β’ Redux Toolkit for state management",
"tech_5": "β’ Axios for HTTP requests",
"tech_6": "β’ ESLint + Prettier + Husky for code quality",
"tech_7": "β’ next-seo for easy SEO integration",
"section_2_quote": "Designed for scalability, flexibility, and rapid development.",
"section_3_title": "Clean & Scalable Architecture",
"section_3_text": "Organized with real-world production apps in mind. Feature-based folders, reusable components, modular API structure, and state management β all configured for you.",
"button_github_folders": "See More on GitHub",
"section_4_title": "Why Choose Next Base?",
"why_1": "β’ Save hours of setup time",
"why_2": "β’ Start building with confidence",
"why_3": "β’ Perfect for side-projects, startups, and SaaS products",
"why_4": "β’ Modern and maintainable codebase",
"why_5": "β’ Built by developers, for developers",
"section_5_title": "Clone, Install, Launch",
"clone_1": "git clone https://github.com/alihoushngi/Next-Base.git",
"clone_2": "cd next-base",
"clone_3": "npm install",
"clone_4": "npm run dev",
"section_5_quote": "Thatβs it. Your project is ready to scale.",
"section_6_title": "Whatβs Coming Next?",
"next_1": "π Built-in Authentication (with JWT)",
"next_2": "π Internationalization (i18n)",
"next_3": "π§ͺ Unit & Integration Testing Setup",
"next_4": "π SSG Support for SEO Content",
"next_5": "π Analytics Integration (GA, Posthog)"
}