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.

01Rental listing page
02AI-style tenant gatekeeping flow
03Move-in inventory and photo log
04Move-out damage evidence report

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.

ListAdd rent, deposit, availability, furnishing status, and owner note.
ScreenAsk tenants the same questions before wasting time on calls and visits.
ReportAttach inventory, keys, photos, videos, cleaning, repair, and deduction records.

Live data sample

Current flat pages

Live sample

Confident Aquila

Bangalore East · Bangalore

Furnished flat Fully furnished To be updated

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
  }
}