Clone the Repository
1
Clone from GitHub
2
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.
3
Start the development server
4
Open in your browser
Visit
http://localhost:3004You should see:- The Starter Kit homepage
- An amber configuration banner at the top
- Navigation menu and theme toggle
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

