Hacker News

Show HN: RealDeed PropPass – Own Indian Real Estate Digitally from INR 10k

Hacker News - Sat, 02/21/2026 - 5:12am

Hi YC / HN

I’m Malhar, founder of RealDeed PropPass — and We’re building what we believe is India’s first structured tokenized real estate marketplace enabling users to digitally own a fractional piece of Indian property starting from just ₹10,000.

The Problem

Real estate in India is:

High entry barrier (₹50L–₹5Cr+ tickets)

Illiquid

Paper-heavy

Hard to verify titles

Difficult for young investors or NRIs to participate

What We Built – PropPass by RealDeed

PropPass allows investors to:

Own fractional real estate digitally

Invest from ₹10,000

Receive structured ownership rights via SPV model

Access verified title documentation

Trade fractional ownership (24/7 liquidity enabled model)

Invest through escrow account mechanisms

Each property is:

Structured via an SPV (company/LLP model)

Digitally represented as land-area-backed units

Linked to verified property documentation

Managed through compliant banking rails and escrow segregation

We are working with regulated banking partners for escrow management and client fund segregation to ensure compliance-first infrastructure.

Compliance-First Approach

We are not a crypto speculation platform.

We are building structured, compliance-oriented rails including:

Escrow account segregation

KYC onboarding (Aadhaar / DigiLocker)

SPV-based ownership structure

Document verification integrations

Transparent disclosures

The goal: bring trust + transparency + liquidity to Indian real estate.

Why Tokenization?

Tokenization enables:

Lower entry barrier

Fractional diversification

Faster settlement

Transparent ownership tracking

Secondary liquidity potential

Instead of buying an entire flat, users can own measured land-area units digitally, backed by legal SPV structures.

Who It’s For

Young Indian investors & GenZ

NRIs wanting exposure to Indian property

Professionals diversifying beyond equity/FDs

Real estate developers seeking structured liquidity

Vision

Our long-term goal is to build:

India’s compliant real estate token exchange layer

A 24/7 fractional property liquidity marketplace

Digital property ownership rails integrated with banking systems

Looking for Feedback

We’d love feedback from:

Legal / securities experts

Blockchain engineers

Fintech founders

Comments URL: https://news.ycombinator.com/item?id=47099291

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Beadhub.ai – Real time coord for coding agents across different minders

Hacker News - Sat, 02/21/2026 - 4:52am

Beads[1] (Steve Yegge's git-native issue tracking for agents) has been a great boost to my agents' productivity, but it's also made them more difficult to keep aligned.

So I built BeadHub, a coordination layer on top of beads. The Go CLI (bdh) wraps the beads bd client transparently: your existing beads workflows keep working, and coordination is added automatically:

- Agent-to-agent sync chat and async mail. - Claim detection with conflict rejection: agent A claims a task; if agent B tries to claim the same, bdh rejects it with a message explaining why. - Automatic file reservations: when a file is modified, all agents know it. - Live dashboard showing who's working on what, in real time.

We use BeadHub to build BeadHub. Public dashboard: https://app.beadhub.ai/juanre/beadhub/

The agents-chatting-with-each-other part feels almost magical. The agents negotiate task splits and API contracts, warn each other about breaking changes, and generally sort things out themselves. They also greatly improve coordination among the human team members, because they can handle the details in real time without involving their minders.

Everything is open source (MIT). Self-host the full stack, or use the hosted version at https://beadhub.ai.

Self-host everything with Docker:

git clone https://github.com/beadhub/beadhub.git cd beadhub && make start # then in your repo: bdh :init --beadhub-url http://localhost:8000 --project my-project What doesn't work yet: agents can't be woken externally, so they need prodding to check their mail and incoming chats. In Claude Code, hooks trigger this automatically so latency is low. Other agents need reminding.

Server and dashboard: https://github.com/beadhub/beadhub

CLI: https://github.com/beadhub/bdh

[1]: https://github.com/steveyegge/beads

Comments URL: https://news.ycombinator.com/item?id=47099148

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Cmcp – Aggregate all your MCP servers behind 2 tools

Hacker News - Sat, 02/21/2026 - 4:51am

I built cmcp, a proxy that sits between your AI agent (Claude, Codex) and all your MCP servers. Instead of registering each server individually — which can add 100+ tool definitions to your agent's context — you register one proxy that exposes just 2 tools: search() and execute().

The agent writes TypeScript to discover and call tools:

// search — find tools across all servers return tools.filter(t => t.name.includes("screenshot"));

// execute — call tools with full type safety await chrome_devtools.navigate_page({ url: "https://example.com" }); const shot = await chrome_devtools.take_screenshot({ format: "png" }); return shot;

Type declarations are auto-generated from each tool's JSON Schema, so the agent gets typed parameters for every tool. TypeScript is stripped via oxc and the JS runs in a sandboxed QuickJS engine (64 MB memory limit).

Adding servers works exactly like you'd expect — just prepend cmcp to any claude mcp add command from a README:

cmcp claude mcp add chrome-devtools npx chrome-devtools-mcp@latest cmcp install

Built in Rust with rmcp, rquickjs, and oxc. Inspired by Cloudflare's blog post on code-mode MCP.

What I found interesting building this: the biggest win isn't just fewer tokens — it's composability. An agent can chain calls across multiple servers in a single execution, which isn't possible with individual tool calls.

Comments URL: https://news.ycombinator.com/item?id=47099142

Points: 1

# Comments: 0

Categories: Hacker News

South-Pointing Chariot

Hacker News - Sat, 02/21/2026 - 4:47am
Categories: Hacker News

Instant AI Response

Hacker News - Sat, 02/21/2026 - 4:42am

Article URL: https://chatjimmy.ai/

Comments URL: https://news.ycombinator.com/item?id=47099087

Points: 1

# Comments: 0

Categories: Hacker News

Konform Browser

Hacker News - Sat, 02/21/2026 - 4:36am
Categories: Hacker News

Deprecate. Fix. Enforce. Repeat

Hacker News - Sat, 02/21/2026 - 4:18am
Categories: Hacker News

Pages