Skip to content

designhawk/reelo

Repository files navigation

Reelo Onboarding PoC

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.

How it works

  1. Enter a brand name (e.g. "Habibi")
  2. Gemini researches and streams back structured data
  3. Review and edit the auto-filled profile
  4. Select your POS system
  5. Done

Stack

  • 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)

Getting started

npm install
cp .env.example .env.local   # add your GEMINI_API_KEY
npm run dev

Environment

Variable Required Description
GEMINI_API_KEY Yes Google Gemini API key

Deployed

https://reelo-three.vercel.app

About

AI-powered onboarding PoC for Reelo — enter a brand name, Gemini auto-fills your business profile

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors