Getting Started
Start with current HomeForce
HomeForce Test is a Railway-hosted Hono API plus React/Vite app backed by Railway Postgres and Cloudflare R2.
Current architecture
- Live app:
https://test.homeforce.ai. - API/server: Hono on Node, serving API routes and the built app.
- Database: Railway Postgres with SQL migrations in
server/migrations/. - Redis: Railway Redis for shared rate limits and short-lived coordination primitives.
- Files: Cloudflare R2 bytes with Postgres metadata.
- Docs and MCP are hosted at
docs.homeforce.aiandmcp.homeforce.ai.
Historical cutoff rule
Docs, screenshots, and plans dated before 2026-06-22 are pre-Postgres/Lovable-Supabase context unless a current source updates them. GHL, GoHighLevel, HighLevel, and LeadConnector are comparison or migration references only, not current runtime dependencies.
First check after deploy
npm run smoke:prod
Use the production smoke after each deploy before trusting app, API, docs, or provider-facing behavior.