Spanda

Smart Spaces & Ambient Intelligence — Official Solution Blueprint

Safety-first verification, orchestration, readiness, assurance, and trust for intelligent environments — from smart homes to smart cities.

Profile: smart_space · Status: Experimental (scaffold) · Doc: docs/solutions/smart-spaces.md

Spanda is not a home automation platform. It composes above Matter hubs, BMS systems, and ecosystems like Home Assistant — adding verified missions, continuity, and evidence without replacing device pairing UX.


Quick start

cd examples/solutions/smart-spaces
spanda check smart-home/night_mode.sd
spanda verify smart-building/floor_readiness.sd --target SmartSpaceGatewayV1
spanda readiness smart-home/night_mode.sd --profile smart_space --config spanda.toml --json

From repo root:

./scripts/smart_spaces_smoke.sh

Blueprint layout

smart-spaces/
├── README.md
├── spanda.toml
├── spanda.devices.toml
├── spanda.readiness.toml
├── spanda.security.toml
├── spanda.providers.toml
├── smart-home/
├── smart-office/
├── smart-building/
├── hospital-at-home/
├── energy-management/
└── emergency-response/

Example applications

Directory Deployment Mission
smart-home/ Residential Night mode, leak hooks
smart-office/ Office floor Occupancy climate, cleaning
smart-building/ Commercial tower Floor readiness, lockdown
hospital-at-home/ Clinical home Patient monitoring
energy-management/ Any scale Demand response
emergency-response/ Any scale Fire response, evacuation

Platform pillars used

Pillar Capabilities
Device & Fleet Unified entity model, device tree, health policies
Verification Readiness, assurance, diagnose, recovery
Operations Mission continuity, Control Center, telemetry
Security Trust, access audit, tamper
Packages Matter, BACnet, energy, building, HA bridge

Control Center

spanda control-center serve \
  --config examples/solutions/smart-spaces/spanda.toml \
  --program examples/solutions/smart-spaces/smart-building/floor_readiness.sd

Documentation