Official Solution Blueprints
Reference architectures built entirely on Spanda platform capabilities.
Industry-specific logic lives in optional packages and blueprint programs — not in the core language.
All blueprints
Warehouse Automation
Experimental · AMR logistics
Search & Rescue
Experimental · AR-guided SAR
Connected Healthcare
Planned · wearables
ADAS
Experimental · autonomous driving
Smart Factory
Experimental · pick-and-place
Agriculture
Planned · field robots
Critical Infrastructure
Experimental · compliance
Environmental Monitoring
Planned · sensor mesh
Maritime
Planned · autonomous vessels
Transportation
Experimental · fleet logistics
Space
Research · orbital ops
Defense
Experimental · secure autonomy
Research & Education
Stable · Spanda 101
Spatial Computing & HRI
Experimental · AR/VR/XR
Smart Spaces & Ambient Intelligence
Experimental · buildings & IoT
Full blueprint detail in ROADMAP.md →
Experimental
ADAS & Autonomous Driving
Safety-first intelligent vehicle workflows — lane keeping, adaptive cruise, emergency braking,
sensor recovery, driver takeover, and highway pilot for passenger vehicles, trucks, shuttles,
mining, agricultural, delivery, airport, campus, and construction applications.
Platform Layer (existing)
├── spanda verify · readiness · assurance · diagnose · explain
├── Mission continuity · self-healing · trust · replay
└── Control Center (ADAS dashboard tab)
Blueprint Layer (examples/solutions/adas/)
├── Hardware profiles (JetsonAutomotive)
├── Device tree (cameras, radar, LiDAR, ECUs)
├── Capability definitions (lane_detection, emergency_braking, …)
└── Optional protocol packages (CAN, SOME/IP, V2X)
Workflow
readiness → verify → sim → deploy → operate → recover → audit
Reference workflows
spanda demo adas
spanda readiness src/highway_drive.sd --profile iso26262
spanda verify src/highway_drive.sd --capabilities --traceability
spanda replay src/highway_drive.trace --deterministic
spanda control-center serve --config spanda.toml --program src/highway_drive.sd
Example dashboard
Vehicle health
Battery, brake system, tire pressure
Sensor health
Camera, radar, LiDAR, GPS, IMU status
Readiness
ISO 26262 go/no-go scoring
Trust score
Package trust, attestation, tamper
Takeover requests
Driver monitoring alerts
Replay viewer
Collision, recovery, readiness traces
Supported packages
spanda-gps · spanda-nav · spanda-opencv ·
spanda-ros2 · spanda-radar · spanda-lidar ·
spanda-ultrasonic · spanda-canbus ·
spanda-automotive-ethernet (planned) · spanda-v2x (planned)
Blueprint source ·
Architecture docs ·
Demo plan
Planned
Human Interaction & Spatial Computing
Safe collaboration between humans, wearables, AR/VR/XR devices, robots, drones, and fleets —
operator capabilities, human readiness, remote expert workflows, and collaborative missions.
No HRI-specific core language extensions; optional packages for Vision Pro, HoloLens, ARKit, wearables, voice, and gesture.
Platform Layer (existing)
├── Device Registry · Capability Framework · Readiness
├── Mission continuity · takeover · delegation · approval
├── Digital twin · replay · sim · trust · RBAC
└── Control Center (human dashboard — experimental H4)
Blueprint Layer (examples/solutions/spatial-computing/)
├── Human entity model (roles, certs, trust)
├── Wearables · AR · VR device tree
├── Operator capabilities (verify like robots)
└── Optional packages (hololens, arkit, smartwatch, voice, …)
Collaboration Stack
Human → Wearable → AR/VR → Robot → Fleet → Control Center
Reference workflows
spanda verify warehouse-ar/pick_mission.sd --capabilities --config spanda.toml
spanda readiness warehouse-ar/pick_mission.sd --profile human_collaboration
spanda control-center serve --config spanda.toml --program warehouse-ar/pick_mission.sd
Example dashboards (planned)
Operator readiness
Certifications, capabilities, team rollup
Wearable inventory
Battery, connectivity, last telemetry
AR session viewer
Spatial anchors, live collaboration
Approval queue
Mission, recovery, supervisor gates
Remote expert
Annotations, guided repair replay
VR training
Sim sessions, certification evidence
Supported packages (planned)
spanda-vision-pro · spanda-hololens · spanda-arkit ·
spanda-arcore · spanda-smartwatch · spanda-voice ·
spanda-gesture · spanda-mission-continuity (existing)
Blueprint source ·
Architecture docs ·
Roadmap
Experimental
Smart Spaces & Ambient Intelligence
Safety-first verification, orchestration, readiness, assurance, and trust for intelligent environments —
from smart homes and offices to hospitals, factories, campuses, and cities. Spanda composes above Matter hubs,
BMS systems, and ecosystems like Home Assistant; it does not replace home automation platforms.
Platform Layer (existing)
├── spanda verify · readiness · assurance · diagnose · explain
├── Mission continuity · self-healing · trust · digital twin · replay
└── Control Center (Smart Spaces dashboard tab — planned)
Blueprint Layer (examples/solutions/smart-spaces/)
├── Unified entity model (building, zone, occupant, gateway, device)
├── Optional protocol packages (Matter, BACnet, KNX, Zigbee, …)
├── Energy + environment + smart-lock packages
└── Home Assistant interop bridge (provider only)
Intelligent Environment Stack
Building → Gateway → IoT + Robots + Wearables + Energy → Control Center
Reference workflows
spanda check examples/solutions/smart-spaces/smart-home/night_mode.sd
spanda readiness smart-home/night_mode.sd --profile smart_space --config spanda.toml
spanda verify smart-building/floor_readiness.sd --capabilities --config spanda.toml
spanda control-center serve --config spanda.toml --program smart-building/floor_readiness.sd
./scripts/smart_spaces_smoke.sh
Example dashboards (planned)
Buildings
Facility readiness rollup, floor map
Occupancy
Zone presence, flow, ambient context
Devices
Gateway health, sensor battery quorum
Energy
Solar, battery SOC, EV sessions, demand response
Emergency
Fire, leak, evacuation status
Trust & security
Lock attestation, access audit trail
Supported packages
spanda-matter · spanda-thread · spanda-zigbee ·
spanda-zwave · spanda-bacnet · spanda-knx ·
spanda-energy · spanda-building · spanda-smart-locks ·
spanda-environment · spanda-home-assistant (interop) ·
spanda-mission-continuity
Blueprint source ·
Architecture docs ·
Integration strategy
Stable
Autonomous Rover
Flagship platform demo — GPS, MQTT, AI planning, safety, verify, sim, replay.
spanda demo rover
View blueprint
Experimental
Compliance Profiles
ISO 26262, ISO 13849, IEC 61508, defense, medical, warehouse, and industrial templates.
spanda demo compliance
View showcases