compIQ is a real estate comps SaaS for investors, agents, and home buyers. The goal is fast property comparison, value estimates, rent context, and report-ready output without spreadsheet work.
- Live frontend: https://frontend-liard-iota-35.vercel.app
- Backend and frontend are already split cleanly and wired for auth, pricing, and deployment.
- The April 1, 2026 target is rough draft, deployment ready, and payment ready.
- Backend: FastAPI, asyncpg, Neon Postgres, Stripe
- Frontend: React 19, Vite, Tailwind, React Query, Zustand, Clerk
- Infra: Render-style backend deployment, Vercel frontend, Makefile-driven local workflows
backend/: comps engine, API, migrations, seed scriptsfrontend/: app UIMakefile: local dev, migrations, build helpersrender.yaml: deploy config
make dev
make migrate
cd frontend && npm run build- Frontend expects a Clerk publishable key in
frontend/.env.local - Backend expects
DATABASE_URL,RENTCAST_API_KEY,STRIPE_SECRET_KEY,STRIPE_WEBHOOK_SECRET,STRIPE_PRICE_ID, andSITE_URL
- Tighten the buyer workflow from address entry to report
- Improve the comp database and AI evaluation layer
- Finish deployment and payment polish
- Rough drafted, deployment ready, and payment ready by April 1, 2026