Getting Started
Learn how to get started with shadcnblocks templates.
Our premium templates are built with modern technologies to help you launch your next project faster. Each template is crafted using:
- Next.js 15 (App Router) - The React framework for production
- React 19 - The React library for building user interfaces
- Tailwind 4 - A utility-first CSS framework
- shadcn/ui - High-quality, accessible components
- MDX - Markdown for the component era
Quick Start
Purchase your preferred template from shadcnblocks.com/templates
Download the template and unzip it and open the project in your code editor.
cd [template-name]
- Install dependencies:
npm install
- Start the development server:
npm run dev
Your site should now be running at http://localhost:3000
On This Page