drive.file scope (files it creates or you pick — never your whole Drive).anon public key. Then run this once in the Supabase SQL Editor:create table households (
id uuid primary key default gen_random_uuid(),
owner_email text not null,
allowed_emails text[] not null default '{}',
data jsonb not null default '{}'::jsonb,
updated_at timestamptz not null default now()
);
alter table households enable row level security;
create policy "members can read" on households for select
using (auth.email() = owner_email or auth.email() = any(allowed_emails));
create policy "members can update" on households for update
using (auth.email() = owner_email or auth.email() = any(allowed_emails));
create policy "owner can insert" on households for insert
with check (auth.email() = owner_email);
(none yet)| Month | Rent Due | Paid | Late Fee | Status | Balance |
|---|---|---|---|---|---|
| Set a lease start date and rent on the Tenant tab to generate a ledger | |||||
| Date | Type | Amount | Note |
|---|---|---|---|
| No payments recorded yet | |||
| Property | Gross Annual Value (Rent) | Municipal Tax | Net Annual Value | 30% Std. Deduction | Loan Interest | Income from House Property |
|---|
| Property | Lease Ends | Days Left | Est. Re-leasing Gap | Est. Lost Rent |
|---|
Items handed over at possession. 5 blank rows shown by default in the document; add more below.
| Property | Type | City | Rent / mo | Market Value | Gross Yield | Tenant | Lease End | Days Left | Maintenance | Status |
|---|---|---|---|---|---|---|---|---|---|---|
| Loading… | ||||||||||
Rental yield, vacancy and price-trend signal for each PIN code in your portfolio. Live figures need a housing-portal integration (MagicBricks/99acres/NoBroker APIs) — shown here as a portfolio-anchored estimate with links to check current listings.
Compares your portfolio's average yield, vacancy rate and maintenance cost ratio against an illustrative same-city benchmark band.
"If I buy property X at price Y with loan Z, what's my IRR over 10 years?" — models rent, appreciation, loan and exit sale into an IRR.
Predicts each tenant's long-term value — expected remaining tenancy, cumulative rent, and a retention-risk read — to guide who to prioritise for renewal outreach.
Correlates past tenant exits with maintenance-ticket load and rent-hike percentage to surface the likeliest churn drivers.
Predicts peak rental-demand months by city (e.g. May–July in Bengaluru around IT transfer/appraisal season) so you can time marketing and renewals.
Model the cash-flow impact of portfolio-wide changes — rent hikes, vacancy shocks, maintenance spikes — before they happen.
ℹ️ LOCKED valves indicate leak auto-shutoff (continuous flow >15 min). Select Auto after inspection to reset.
| Month | Tenant GND | Tenant Steps | Tenant Road | Owner |
|---|
| Signal | GPIO | Notes |
|---|---|---|
| Tenant Low | 32 | INPUT_PULLUP |
| Tenant Med | 35 | Input-only · ext 10k pull-up |
| Tenant Full | 33 | INPUT_PULLUP |
| Owner Low | 34 | Input-only · ext 10k pull-up |
| Owner Med | 25 | INPUT_PULLUP |
| Owner Full | 23 | INPUT_PULLUP |
| Sump Low | 27 | INPUT_PULLUP |
| Sump Med | 14 | INPUT_PULLUP |
| Sump Full | 39 | Input-only · ext 10k pull-up |
| Flow T1 | 4 | YF-S201 interrupt |
| Flow T2 | 16 | YF-S201 interrupt |
| Flow T3 | 17 | YF-S201 interrupt |
| Flow Owner | 5 | YF-S201 interrupt |
| Flow Owner Inlet | 15 | YF-S201 interrupt |
| Flow Borewell | 26 | YF-S201 interrupt |
| Solenoid T1 | 18 | Active LOW relay |
| Solenoid T2 | 19 | Active LOW relay |
| Solenoid T3 | 21 | Active LOW relay |
| Solenoid Owner | 22 | Active LOW relay |
| I2C SDA (DS3231) | 13 | Remapped to avoid conflict |
| I2C SCL (DS3231) | 12 | Remapped to avoid conflict |
Enter admin password to continue.
Smart automation for your rental portfolio — rent optimization, vacancy prediction, maintenance triage, a WhatsApp tenant bot, voice commands and agreement drafting.
Benchmarks your rent against MagicBricks / 99acres / NoBroker listings in the same PIN code and suggests an optimal rent & annual escalation to maximise yield without vacancy.
Predicts which properties are likely to go vacant in the next 90 days from lease expiry, occupancy status and rent positioning — so you can start marketing pre-emptively.
Tenant uploads a photo/video and describes the issue → it's classified (plumbing / electrical / structural / appliance), cost is estimated and a vendor message is drafted automatically.
Two-way tenant self-service over WhatsApp — no app needed. Generate ready-to-send command links; tenants tap to Pay rent, Raise a complaint, Get a receipt or request a Visitor OTP.
Hands-free landlord ops via the Web Speech API. Try: "What's my collection this month?", "Send reminder to Priya", "How many vacancies?", "Open dashboard".
Type special terms in plain English → get a formally worded clause you can paste into the agreement in Document Generator. Uses your Anthropic API key if saved above, otherwise a built-in drafting engine.
Advanced financial & tax automation for your rental portfolio — TDS filing, GST invoicing, depreciation, capital gains, bank reconciliation, co-owner splits, HRA optimization, loan prepayment and 5-year projections.
Individuals/HUFs paying rent > ₹50,000/month must deduct 5% TDS under Sec 194-IB. This computes the TDS, drafts Form 26QC data and a challan, and emails the tenant a deposit reminder — end to end.
For commercial lets, auto-generates a GST-compliant tax invoice with HSN/SAC code (997212 — rental/leasing of non-residential property), applicable rate and reverse-charge notes where relevant.
Auto-computes written-down-value depreciation per Income Tax Act blocks — buildings 5%, furniture & fittings 10%, plant/electrical installations 15% — and tracks the running WDV year over year.
On sale of a property, computes LTCG (held >24 months, indexed) or STCG, and suggests reinvestment options — Sec 54 (residential property) or Sec 54EC (capital gains bonds, up to ₹50L) to save tax.
Upload a bank statement (CSV export of a PDF works best) and the matcher pairs each UPI/NEFT credit to a tenant + month using amount and narration, flagging anything it can't confidently match.
Splits rental income across co-owners by their ownership %, and generates an individual TDS/P&L summary for each — useful when a property is jointly held.
For a salaried tenant, shows the rent structure that maximizes their Sec 10(13A) HRA exemption — least of actual HRA, rent minus 10% of salary, and 40%/50% of salary (non-metro/metro).
Compares your current EMI schedule against outstanding principal and suggests an optimal lump-sum prepayment cadence to minimise total interest paid.
Runs a Monte-Carlo style forecast of your whole portfolio's value and net cash flow over 5 years, factoring rent escalation, vacancy risk, maintenance cost and loan paydown.