Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BR SCALE

AI-powered real estate marketplace using multi-agent systems to automate 80-90% of the property sales process.

🚀 Quick Start

# Install dependencies
npm install

# Copy environment variables
cp .env.example .env.local
# Edit .env.local with your actual keys

# Run development server
npm run dev

Open http://localhost:3000

📁 Project Structure

br-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

🛠️ Tech Stack

  • Framework: Next.js 16.1 + TypeScript
  • Database: Supabase (PostgreSQL)
  • AI: LangGraph + OpenAI GPT-5.1
  • Styling: TailwindCSS

📚 Documentation

🎯 Current Phase

Phase 2: Project Setup

  • Next.js initialization
  • Clean Architecture structure
  • Domain entities
  • Supabase setup
  • First migration

📝 Scripts

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 remote

🔐 Environment Variables

See .env.example for required environment variables.

📄 License

Private - BR SCALE

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages