Skip to Content
Welcome

Housr Tech Docs

Welcome to the Housr engineering documentation. This site is the central reference for all Housr technical systems, architecture decisions, and developer conventions.

Core Repositories

RepoStackPurpose
Housr-WebappNext.js 15, Tailwind 4, Shadcn/UIMarketing website, property search (US + UK)
Housr-AppExpo (React Native), React Query v5Mobile app for students (US + UK)
Housr-APILaravel (PHP)Legacy API (v1) — being phased out
Housr-API2Laravel Modules (PHP)Current API (v2) — all new work goes here
Housr PortalLaravel + Filament 4Internal admin tool for ops, agents, landlords

Supporting Repositories

RepoPurpose
Housr-Property-FeedsImports property data from Entrata (US), Jupix/BLM (UK) into the shared database
Housr-AIAI/ML projects
Housr-Brand-PortalBrand assets and guidelines
Housr BillsBills management system

How These Docs Work

Each core repo maintains its own docs/ folder as the source of truth for that system. This site aggregates them into a single browsable reference.

  • Repo-specific docs (Webapp, App, API v1, API v2, Portal) are synced from each repo’s docs/ directory using npm run sync-docs
  • Cross-cutting docs cover topics that span multiple repos: auth, database schema, API versioning, regional logic, third-party services
  • Conventions document shared engineering standards across the team
Last updated on