Isang multi-tenant na cloud surveillance suite na sumasaklaw sa isang Web Dashboard, Super Admin Panel, Mobile companion, isang auto-scaling na Streaming Orchestrator microservice, at isang Cloudflare Worker edge proxy — na naghahatid ng real-time na pagtukoy ng kaganapan ng AI, multi-channel na pag-aalerto, at on-demand na analytics sa pamamagitan ng RTSP at mga device camera.

Idinisenyo ang limang-bahaging arkitektura — Web Dashboard, Super Admin Panel, Mobile companion, Streaming Orchestrator microservice, at Cloudflare Worker HLS edge proxy.
Binuo ang React Web Dashboard na may multi-camera live grid (hanggang 15-camera layouts), pull-based stream lifecycle, low-latency mode, at ang AI event polling feed.
Ipinatupad ang pagpaparehistro ng camera para sa RTSP/IP cameras na may FPS control, zone definitions, health monitoring, at RTSP URL caching para sa mas mabilis na pagsisimula ng stream.
Idinisenyo ang Streaming Orchestrator FastAPI microservice na may MediaMTX lifecycle management, auto-scaling DigitalOcean droplet provisioning, buffer pools, at stream rebalancing.
Inilabas ang Cloudflare Worker edge proxy para sa HLS playlist at segment caching na may tamang CORS para sa cross-origin browser playback.
Naihatid ang lahat ng 8 AI event types (person, loitering, intrusion, motion, vehicle, PPE, safety, zone activity) na may bounding-box snapshot annotation at severity scoring.
Binuo ang multi-channel alerting system sa email, SMS, WhatsApp sa pamamagitan ng Twilio, kasama ang Slack, Teams, Zapier, Make.com, at n8n webhook integrations.
Ipinatupad ang Stripe subscription engine — limang plan tiers, hosted checkout, billing portal, webhooks, trial management, at camera-limit enforcement na may upsell prompts.
Nilikha ang analytics suite na sumasaklaw sa tao, sasakyan, security risk assessment, camera at zone metrics, na may on-demand na pagbuo ng ulat.
Naihatid ang karanasan ng mobile companion — getUserMedia device camera streaming, QR code pairing, mobile-optimized live grid, at on-site alert triage.
Idinagdag ang internationalization sa English at Hebrew kabilang ang buong RTL layout support sa lahat ng customer-facing surfaces.
Isang kumpletong cloud surveillance pipeline mula sa RTSP camera ingest hanggang sa multi-channel alerts, na may real-time na pagtukoy ng kaganapan ng AI, auto-scaling na streaming infrastructure, at edge-cached low-latency playback.
Pag-usapan natin kung paano namin maipapatupad ang iyong bisyon na may parehong antas ng kasanayan at dedikasyon.

MicrocosmWorks designed AwareCam with a pull-based stream lifecycle that only activates streaming when a viewer requests it, with TTL-based automatic shutdown. AI event detection runs on the cloud side where the auto-scaling MediaMTX orchestrator processes streams, analyzing frames for 8 event types including person detection, loitering, and zone intrusion. The Cloudflare Worker edge proxy caches HLS segments to reduce origin bandwidth, while bounding-box annotation snapshots are stored rather than full video, minimizing storage costs.
MicrocosmWorks delivered 8 AI event types: person detection, loitering, intrusion zone violation, motion detection, vehicle detection, PPE compliance, safety hazard, and zone activity monitoring. Each event includes bounding-box snapshot annotation and severity scoring that feeds into the alerting engine. The system supports configurable detection sensitivity thresholds and zone definitions per camera, allowing operators to reduce false positives in their specific environment.
MicrocosmWorks built an event-driven alerting pipeline that routes AI detections to configured channels based on event type and severity. Email and SMS alerts go through Twilio, WhatsApp notifications use the Twilio WhatsApp Business API, and Slack and Microsoft Teams receive webhook-formatted alerts. Additionally, Zapier, Make.com, and n8n webhook integrations allow operators to connect AwareCam alerts to any downstream workflow system.
MicrocosmWorks engineered the Streaming Orchestrator as a FastAPI microservice that manages MediaMTX server lifecycle with auto-scaling DigitalOcean droplet provisioning. When camera load exceeds a server's capacity, the orchestrator spins up additional streaming nodes, distributes cameras across the pool using buffer-based load balancing, and rebalances streams when nodes are added or removed. The entire provisioning and scaling process is automatic and transparent to end users.
MicrocosmWorks implemented 5-tier Stripe subscription billing with camera-limit enforcement at the API level. Each plan tier permits a specific maximum number of registered cameras, and the system blocks camera registration attempts that would exceed the limit while showing upgrade prompts. The subscription engine handles hosted checkout, billing portal access, webhook-driven plan changes, trial management, and organization-level billing for multi-tenant deployments.