Prerequisites: Node.js 19 or later and a package manager (npm, pnpm, or yarn).
Clone the Repository
Install dependencies
What Gets Installed
The Starter Kit includes:- Next.js 15 with App Router and Turbopack for fast development
- React 19 with Server Components for optimal performance
- Tailwind CSS for styling with dark mode support
- Radix UI components for accessible, production-ready UI
- TypeScript for type safety and better developer experience
- Pre-built pages including authentication, dashboard, and examples
Project Structure Overview
After installation, you’ll see this structure:Next Steps
Environment Config
Set up required environment variables
Connect to Cloud API
Link your app to the hosted backend
Project Structure
Understand the codebase organization
Customize Branding
Update colors, logo, and styling

