Skip to content

Repository files navigation

AgentFlow MVP Frontend

Client-based route optimization app for real estate agents.

Status: shelved MVP, built solo in ~1 week (Nov 2025) to validate the idea. Paired with the AgentFlow Backend. Not actively maintained.

Features

✅ Landing page (marketing) ✅ Client management (persistent, reusable) ✅ Session-based workflow (3-6 properties per client) ✅ Kanban dashboard layout ✅ Route optimization with conflict detection ✅ Beautiful, responsive UI ✅ Ready to deploy to Vercel

Quick Start

npm install
npm run dev

Frontend runs on http://localhost:5173

Note: Make sure the backend is running on port 3000!

Development

The frontend automatically proxies /api/* requests to http://localhost:3000 (the backend).

Deploy to Vercel (FREE - 2 Minutes)

  1. Push to GitHub
  2. Go to vercel.com
  3. Click "Import Project"
  4. Select your repo
  5. Set these settings:
    • Framework Preset: Vite
    • Build Command: npm run build
    • Output Directory: dist
    • Environment Variable: Add VITE_API_URL = your Railway backend URL
  6. Click "Deploy"

Done! Your frontend is live.

Next Steps

  1. Test locally (add showings, optimize routes)
  2. Deploy backend to Railway
  3. Deploy frontend to Vercel
  4. Add Google Maps integration
  5. Add real-time location sharing UI

About

Client-based route optimization app for real estate agents. Status: shelved MVP, built solo in ~1 week (Nov 2025) to validate the idea. Paired with the AgentFlow Backend. Not actively maintained.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages