Separate definition from execution. Develop in Low-Code, execute in C++20.
From Edge to Cloud, without sacrificing performance.
The platform that combines Web agility with metal performance.
Design complex industrial logic without writing code. VDL (Veex Definition Language) translates your intent into optimized binaries.
Deterministic execution engine. No interpreters, no overhead. Just raw performance on ESP32/M5Stack.
Update logic in milliseconds without reboot. Ed25519 signature verification ensures integrity on metal.
CAN Bus, Modbus RTU, MQTT. Stable native drivers, isolated from logic. Change flow without recompiling firmware.
Artifact hub. Semantic versioning, OTA distribution, real-time fleet observability.
Single binary. Simulate, compile, sign, and flash with no external dependencies. Native Go, zero Python.
Radical separation between definition and execution.
Describe behavior, not implementation
Same input → same output, always
Edge works without Cloud connection
Create complex industrial flows with the simplicity of YAML. VEEX compiles to optimized binaries and signs with Ed25519.
# Simulate locally
veex sim my-flow.vdl
# Compile and sign
veex build my-flow.vdl
veex-signer sign my-flow.vex
# Flash to hardware
veex flash my-flow.vex.signed
# Or publish to Registry
veex publish my-flow.vex.signed
✅ Artifact published to registry
239: 🚀 OTA update available for fleet
Open source. Production ready. Built by engineers, for engineers.