Your own IoT cloud.
Running on your Cloudflare account.
Devices POST telemetry over HTTPS. The platform stores it, streams it to a drag-and-drop dashboard, and exposes a clean read API for any external app. One click to deploy.
Single-tenant: deploys land in your account. Marketing site never touches your data.
Stateless devices
Three HTTPS endpoints. Any ESP32 / Pi / Arduino can talk to it without MQTT, sockets, or SDKs.
Drag-and-drop dashboards
Compose a dashboard per project, place widgets, bind to device metrics, and watch data flow in realtime.
Public read API
Edge-cached REST. Plug Grafana, a custom React app, or a Pi screen into the same data.
How it works
- 1. Click Deploy to Cloudflare. Cloudflare provisions D1, R2, KV, and the Worker in your account.
- 2. Add the Worker hostname to Cloudflare Access with a policy you control. First login becomes the owner.
- 3. Create a project, register a device, point its HTTPS client at the worker URL with its token.
- 4. Build a dashboard, bind widgets to device metrics, watch the live feed. Issue commands back to the device with a click.