Clone the Repository
Install dependencies
Using make (recommended):Or using npm directly:
Installation takes 1-3 minutes depending on your internet speed. The package manager downloads Next.js, React, Tailwind CSS, and all UI components.
What You Just Installed
Technology Stack
- Next.js 15: Latest version with App Router and Turbopack
- React 19: Server Components and Server Actions
- TypeScript: Full type safety throughout
- Tailwind CSS: Utility-first styling with dark mode
- Radix UI: Accessible component primitives
Pre-Built Features
Authentication pages
Authentication pages
- User registration form
- Login page with error handling
- Password reset flow
- Email verification support
User dashboard
User dashboard
- Responsive dashboard layout
- User profile display
- Account information
- Sign out functionality
UI components
UI components
- Buttons, forms, and inputs
- Cards and containers
- Navigation (header, footer, mobile menu)
- Tables and data display
- Modals and dialogs
- Theme switcher (light/dark)
Example pages
Example pages
- Landing page templates
- AI use case examples
- Component showcase
- Pricing page templates
Verify the Installation
Check the Development Server
Make sure these work:Explore the Interface
Browse through:- Homepage: See the marketing template
- Navigation: Try the mobile menu
- Theme toggle: Switch between light/dark mode
- Example pages: Click “All examples” to see templates
- Login page: Visit
/loginto see the auth form
Understanding the Configuration Banner
The amber banner shows configuration issues: Current errors you’ll see:- ❌
DEVKIT4AI_DEVELOPER_KEYis missing - ❌
DEVKIT4AI_PROJECT_IDis missing - ❌
DEVKIT4AI_PROJECT_KEYis missing - ❌
NEXT_PUBLIC_API_URLis not set
Project Structure
Key folders you’ll work with:Keep Your Repository Updated
Link to Upstream
Stay updated with improvements:Next Steps
Your Starter Kit is running! Now let’s configure it:Configure Environment
Add your Cloud Admin credentials
Customize UI
Update branding and styling
Environment Guide
Detailed environment variable reference
Project Structure
Understand the codebase organization

