A free, not-for-profit property marketplace. Reference open-source consumer of the RAIA Protocol.
Operated by Move Home Organisation CIC (Company No. 17202438, England and Wales).
- The Next.js app that powers movehome.org.
- A reference implementation showing how any organisation can build a RAIA Protocol consumer.
- Read-only. Anonymous. No PII. No proprietary logic.
- Implements RAIA Protocol v0.1.
- Not the RAIA platform itself — that's a separate private commercial codebase (EstateAigents.com).
- Not where listings are created or edited — listings flow in from the
raia-publicSupabase mirror, populated by the RAIA platform from agencies who federate via the Protocol. - Not where credentials, AI, or business logic live.
┌───────────────────────┐ ┌───────────────────────────┐
│ RAIA platform │ syncs │ raia-public Supabase │
│ (private) ├────────▶│ mirror (anon-readable) │
│ + federated agencies │ └───────────┬───────────────┘
└───────────────────────┘ │ anon key
│
┌────────────────▼───────────────┐
│ movehome.org (this repo) │
│ Next.js + Supabase client │
└────────────────────────────────┘
Listings originate from estate agents using EstateAigents.com. Agents federate their properties to the RAIA Protocol. MoveHome.org reads the public mirror — no direct database access, no credentials.
cp .env.local.example .env.local
# Fill in: raia-public Supabase project URL + anon key + Google Maps key
npm install
npm run devOpen http://localhost:3000. With an empty mirror you'll see no listings — that's expected.
That's the whole point.
Fork this repo, point it at any Supabase project that exposes a tbl_listings matching
the RAIA Protocol schemas/listing.json,
customise the UI, and you have your own RAIA Protocol aggregator.
Who should fork this:
- An estate agent building their own branded search portal
- A council surfacing affordable housing inventory
- A charity surfacing supported living options
- A relocation firm building a curated destination guide
- A developer experimenting with AI agent-to-agent property search
The RAIA Protocol is open. The data is yours. The portal is free to build.
Property portals charge estate agents significant listing fees regardless of whether a property lets or sells. Those costs are ultimately passed on to tenants and home movers — increasing the cost of renting and moving home for everyone.
MoveHome.org exists to change that. Free to list. A small success fee funds the platform only when a deal completes. The mission: remove the toll booth from housing and return that value to the people who need it most.
Move Home Organisation CIC is constituted to serve this mission permanently — profits cannot be extracted, assets are locked to the community benefit purpose.
See CONTRIBUTING.md. All welcome.
Apache 2.0 — free to use, fork and build on. Commercial use permitted. Attribution required.
Copyright 2026 Move Home Organisation CIC
Move Home Organisation CIC · admin@movehome.org · github.com/MoveHome