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.
✅ 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
npm install
npm run devFrontend runs on http://localhost:5173
Note: Make sure the backend is running on port 3000!
The frontend automatically proxies /api/* requests to http://localhost:3000 (the backend).
- Push to GitHub
- Go to vercel.com
- Click "Import Project"
- Select your repo
- Set these settings:
- Framework Preset: Vite
- Build Command:
npm run build - Output Directory:
dist - Environment Variable: Add
VITE_API_URL= your Railway backend URL
- Click "Deploy"
Done! Your frontend is live.
- Test locally (add showings, optimize routes)
- Deploy backend to Railway
- Deploy frontend to Vercel
- Add Google Maps integration
- Add real-time location sharing UI