#249
B+
Rank #112
Home Assistant
The dominant open-source smart-home hub, integrating thousands of devices/services (Zigbee, Z-Wave, cloud APIs) behind a local-first automation engine. Its standout trait is an enormous, actively-maintained integration ecosystem combined with a strong local-control-first philosophy.
69.5
/ 100
β Full Stack
Python core (asyncio event bus) with SQLite by default (Postgres/MySQL supported for the recorder component), a huge library of integration modules, and a Lovelace web UI; runs as a single container/appliance (HAOS) by design.
π Scaling Analysis
Not designed for internet-scale multi-tenancy β it's intentionally single-instance-per-household, and that's a deliberate architectural choice, not a flaw. Within that design it's excellent: runs comfortably on a Raspberry Pi while handling thousands of entities and automations.
π Running on Nexlayer
Deploy as a single Home Assistant pod on Nexlayer with a persistent volume for config/history; it's single-instance-per-household by design (not multi-tenant), so it fits Nexlayer as one pod per user/home rather than a shared scalable service β device discovery protocols (mDNS, Zigbee USB dongles) don't translate well into a cloud pod, which is the main gotcha.