Skip to content

Latest commit

 

History

History
65 lines (53 loc) · 1.98 KB

index.md

File metadata and controls

65 lines (53 loc) · 1.98 KB
layout hero features
home
name text tagline image actions
NextBoost
<span>Your Next.js Development Companion</span>
Elevate Your Projects with Top-Notch Starter Templates and Seamless CLI Integration
src alt
/Illustration.webp
VitePress
theme text link
brand
Get Started
/guide/installation
theme text link
alt
View On Github
icon title details
📝
Easy Template Selection
Quickly choose from a variety of project templates tailored to your development needs, saving you valuable time in project setup.
icon title details
Monorepo Support
Whether you prefer Nx or Turborepo, NextBoost supports Monorepo project structures, making it easier to manage complex codebases.
icon title details
Comprehensive Stack Integration
Integrate essential tools and technologies seamlessly, from PostgreSQL and Prisma to Jest and Storybook, to supercharge your development workflow.
icon title details
🚀
Rapid Template Setup
Speed up your project initiation with NextBoost's lightning-fast template setup. Get your development environment ready in minutes, so you can focus on coding, not configuration.
<style> :root { --vp-home-hero-name-color: transparent; --vp-home-hero-name-background: linear-gradient(90deg, #00d2ff 0%, #3a47d5 100%);; --vp-home-hero-image-background-image: linear-gradient(90deg, #0700b8 0%, #00ff88 100%);; --vp-home-hero-image-filter: blur(40px); --vp-button-brand-bg:#0700b8; } .text,.name{ display:inline; } @media (min-width: 640px) { :root { --vp-home-hero-image-filter: blur(56px); } } @media (min-width: 960px) { :root { --vp-home-hero-image-filter: blur(72px); } } </style>