Guides

The two development workflows plus practical how-to guides for TelemetryOS applications

Guides

Development Workflows

Every TelemetryOS project supports both workflows. Pick the one you'll spend most of your time in — or mix them, the Developer App is the same in either case.

  • Manual Development — Write the code yourself. Editor, hot module replacement, mock SDK, debugging, production build.
  • AI Agent Development — Direct Claude Code or Codex. The Developer App's MCP server gives the agent screenshots, storage control, and logs so it can iterate visually while you watch the canvas.

Examples

  • Code Examples — Complete working applications demonstrating common patterns. Useful on both workflows.

Advanced Components

  • Workers — Background scripts for data sync and processing
  • Containers — Running Docker services alongside applications on devices

Common Problems

  • CORS — Why CORS affects TelemetryOS applications and how the SDK proxy solves it
  • Integrating Hardware — Real-time sensor and actuator workflows with MQTT