AI-powered real estate marketplace using multi-agent systems to automate 80-90% of the property sales process.
# Install dependencies
npm install
# Copy environment variables
cp .env.example .env.local
# Edit .env.local with your actual keys
# Run development server
npm run devbr-scale/
├── src/
│ ├── domain/ # Business entities & rules
│ ├── application/ # Use cases & services
│ ├── infrastructure/ # External integrations
│ └── presentation/ # UI components
├── app/ # Next.js App Router
├── supabase/ # Database migrations
└── docs/ # Documentation
- Framework: Next.js 16.1 + TypeScript
- Database: Supabase (PostgreSQL)
- AI: LangGraph + OpenAI GPT-5.1
- Styling: TailwindCSS
Phase 2: Project Setup ✅
- Next.js initialization
- Clean Architecture structure
- Domain entities
- Supabase setup
- First migration
npm run dev # Start dev server
npm run build # Build for production
npm run lint # Run ESLint
npm run db:reset # Reset database
npm run db:migrate # Create new migration
npm run db:push # Push migrations to remoteSee .env.example for required environment variables.
Private - BR SCALE