Aandar — Real-estate finance advisory
AI-assisted advisory platform for real-estate finance: chat, transactions, and team — all CMS-driven.

About
Aandar is a real-estate finance advisory platform with an AI chatbot that can answer domain-specific questions using a curated knowledge base, alongside live transactions, team profiles, and lead capture — all powered by Sanity CMS. The AI layer is provider-agnostic so the team can swap between Claude, Gemini, OpenAI, or Groq without touching the rest of the app.
Problem
A boutique advisory needed a credible web presence with real-time transaction data, an answerable chatbot for prospects, and a CMS the team could actually use.
Approach
Next.js App Router for the public site, Sanity for editorial content and structured data, and a thin AI orchestration layer that routes prompts to whichever provider is best (and cheapest) at the time.
Outcome
A site that doubles as a sales surface and a content platform — fast, editor-friendly, and resilient to provider price/SLA changes.
What's interesting
- AI chatbot with retrieval over a domain knowledge base
- Provider-agnostic AI orchestration — swap models with an env var
- Sanity-driven content for team, transactions, posts, and leads
- Rate-limited public APIs with sensible per-IP windows
- Server Components + Vercel for fast, cacheable rendering