Quickstart Guide
Learn how to download, extract, and launch your Next.js 16, Next.js 15, or AI Solution Kit source code.
Overview
Welcome to the official Komal Nakrani Documentation Center. Whether you purchased an individual $29 Astro or Next.js Theme, a $39 Turnkey AI Solution Kit, or the $199 Lifetime All-Access Pass, this guide will help you launch your project in under 5 minutes.
1. Download & Extract
Upon completing your checkout, your license key (KN-KEY-XXXX-YYYY) and download links are delivered instantly. Extract the .zip archive to your local working directory:
unzip theme-package.zip
cd theme-package2. Install Dependencies
All templates use Node.js v20+ or v22+. Run your preferred package manager to install dependencies:
npm install
or pnpm install / bun install
3. Start Development Server
Run the development server to launch your project locally at http://localhost:4321 (Astro) or http://localhost:3000 (Next.js):
npm run devTip: All themes achieve 100/100 Core Web Vitals performance out of the box with zero additional configuration required.
Get full source code ownership for $199 lifetime.