#24 WebOS Completion Co-authored-by: Sayan Datta <sayan@Sayans-MacBook-Air.local> Reviewed-on: sagnik/Project_Velocity#25
Project Velocity
Project Velocity is an on-prem real estate operating system for high-value property sales. It combines a premium WebOS, an iPad field app, a FastAPI neural core, ComfyUI-based media generation, and biometric/sentiment-assisted sales intelligence.
This repository is the active product codebase for the Velocity suite.
At A Glance
| Area | Current State |
|---|---|
| WebOS | Live UI shell with Dashboard, Oracle, Sentinel, Inventory, Catalyst, and Settings |
| Backend | Unified FastAPI backend with PostgreSQL, auth, Sentinel, Catalyst, CCTV, scenes, videos, and vault |
| iPad | Materially implemented app surface for inventory, camera flows, and Time & Light |
| AI Media | Dream Weaver, Qwen, and Wan workflow assets present locally |
| Infra | Linux control surface, AWS GPU workers, stable ingress, and S3-backed asset strategy |
Product Surfaces
Velocity WebOS- operator console for sales, inventory, perception, and marketing
The Oracle- AI-assisted lead intelligence and analytical workspace
The Sentinel- live perception, sentiment, and showroom engagement tracking
Inventory / Time & Light- property inventory surfaces and light-analysis tooling
The Catalyst- marketing campaign orchestration and asset generation
iPad App- field-facing app for inventory, camera workflows, and time/light experience
Neural Core- unified FastAPI backend with PostgreSQL, auth, Sentinel, Catalyst, CCTV, scenes, videos, and vault services
Product Screens
Dashboard
The Oracle
The Sentinel
Inventory
The Catalyst
Settings
Architecture
flowchart LR
ipad[iPad App] --> webapi[FastAPI Neural Core]
webos[Velocity WebOS] --> webapi
webapi --> pg[(PostgreSQL)]
webapi --> sentinel[Sentinel Engine]
webapi --> catalyst[Catalyst Routes]
webapi --> vault[Vault Links]
webapi --> cctv[CCTV / Scene / Video Routers]
catalyst --> comfy[ComfyUI / Dream Weaver / Wan / Qwen]
comfy --> s3[S3 Model + Asset Store]
comfy --> gpu[AWS GPU Workers]
webos --> ingress[t4g Ingress]
ipad --> ingress
ingress --> webapi
ingress --> comfy
Stack
Frontend
React 19ViteTypeScriptTailwindFramer MotionRechartsZustand
Backend
FastAPIPostgreSQLWebSocketsJWT authasyncpg
AI / Media
ComfyUIDream WeaverQwen image workflowsWan 2.2 workflow assetsSentinel perception pipelineGoogle MediaPipe browser-side face landmarking
Infrastructure
- Linux control surface
- AWS GPU workers
- stable
t4g.microingress - S3-backed model and asset strategy
- route-managed Comfy exposure
Quick Start
Web frontend
cd app
npm install
npm run dev
Default local URL:
http://127.0.0.1:5173/
Backend
python -m uvicorn backend.main:app --reload --host 127.0.0.1 --port 8000
Health check:
http://127.0.0.1:8000/health
Repository Areas
| Path | Purpose |
|---|---|
app/ |
Velocity WebOS frontend |
backend/ |
FastAPI neural core |
iOS/ |
native iPad application |
comfy_engine/ |
Dream Weaver, Wan, Qwen workflow logic and assets |
infrastructure/ |
ingress, ops, deployment, and recovery artifacts |
.Agent Context/ |
working docs, bibels, strategy, and truth artifacts |
Runtime Coverage
WebOS modules
- Dashboard
- The Oracle
- The Sentinel
- Inventory
- The Catalyst
- Settings
Backend capabilities already present
- authentication and token issuance
- Catalyst campaign routes
- Sentinel websocket/session ingestion
- CCTV routes
- scenes and videos routes
- vault routes
- static asset serving
- health checks
Media and generation paths
- Dream Weaver workflow stack exists locally
- Qwen poster workflow assets exist locally
- Wan 2.2 workflow assets exist locally
- queue/gateway model exists and is being hardened into a canonical async path
Positioning
Velocity is not built as a SaaS-first CRM. It is designed as a private deployment system for builders, channel partners, and enterprise real-estate operators who want:
- private data ownership
- on-prem or client-controlled deployment
- AI-assisted sales acceleration
- perception-assisted showroom intelligence
- high-end marketing asset generation
- portfolio-aware expansion over time
Current Delivery Status
Implemented now:
- strong WebOS UI shell
- real iOS implementation surface
- live FastAPI backend
- live ingress and AWS/Linux operational model
- Dream Weaver / Qwen / Wan workflow assets
- browser-webcam Sentinel path using MediaPipe
Still being closed:
- canonical CRM routes for
leads,chat_logs, andkanban - unified CRM database contract
- prompt inventory and persona contract map
- full end-to-end async orchestration across all media workflows
- stronger frontend/backend contract discipline
Deployment Model
Velocity is being shaped toward:
on-prem primaryclient-owned cloud optionalLinux control surface as operator planeAWS GPU workers as elastic computeS3 as canonical model and large-asset store
The current repo also includes the ingress and ops artifacts used to run this model today.
Internal Truth Sources
Key internal docs live under .Agent Context/ and infrastructure/.
Important current references include:
Project Velocity Master BibelSprint 1 Fact TableTEAM_HANDOFF_2026-04-08.md
Status
This is an active product repository, not a cleaned SDK. Expect a mix of:
- production-bound code
- live infrastructure artifacts
- design explorations
- strategic docs
- work-in-progress subsystem convergence
The main direction is stable: Velocity is converging into a private, modular, on-prem real estate operating system with AI, perception, and media generation as first-class components.






