AI-powered business onboarding. Enter a brand name, and Gemini auto-fills your business profile — industry, category, store locations, and POS systems.
Built with Next.js 16, shadcn/ui, and Google Gemini 2.5 Flash.
- Enter a brand name (e.g. "Habibi")
- Gemini researches and streams back structured data
- Review and edit the auto-filled profile
- Select your POS system
- Done
- Framework: Next.js 16 (App Router, Turbopack)
- UI: shadcn/ui (new-york, neutral), Tailwind CSS v4, Inter font
- AI: Google Gemini 2.5 Flash via
@google/genai - Styling: Reelo brand colors (
#00151c,#01999f,#002835)
npm install
cp .env.example .env.local # add your GEMINI_API_KEY
npm run dev| Variable | Required | Description |
|---|---|---|
GEMINI_API_KEY |
Yes | Google Gemini API key |