Owner-first, tenant-readable, evidence-backed
AI-assisted rental listing, tenant gatekeeping, and flat handover reports.
AI-assisted rental listing, tenant screening, and flat handover reports. Build one clean page per flat. Let tenants check the listing, answer basic screening questions, and later see a proper move-in or move-out condition record.
Simple static workflow
One flat JSON. One report JSON. One generated site.
The listing lives in data/flats/<slug>.json. Damage or handover reports live in data/reports/<flat-slug>/<report-slug>.json. If a report JSON exists, the flat page automatically shows the report CTA. No database is needed for v1.
Live data sample
Current flat pages
Confident Aquila
Bangalore East · Bangalore
1 handover report attached from JSON.
Open live flat page →The part that matters
The flat changes. The structure stays.
For the next flat, copy one flat JSON file. For a damage report, copy one report JSON file and put the evidence assets in the matching asset folder. Re-run the Python generator. Deploy the same dist/client directory to Cloudflare Workers static assets.
{
"slug": "confident-aquila-owner-direct",
"aliases": ["confident-aquila-001"],
"reports": "auto-discovered from data/reports/",
"pricing": {
"expected_rent_inr": null,
"expected_deposit_inr": null
}
}