Widgets for all your agents.
Put live agent state on your iPhone.
00Widget is a reusable iOS companion app for publishing structured agent and automation state to Home Screen widgets, Lock Screen widgets, Live Activities, and the Dynamic Island.
Work in progress - private alpha. 00Widget is still evolving; APIs, templates, and app behavior may change before a public release.
Use case
Every agent gets a mission channel.
Automations, jobs, and agents report what matters. 00Widget turns that stream into glanceable native iPhone surfaces.
Integration model
Send data, not UI.
Agents publish state
Your app, automation, CI job, or AI agent sends a small JSON card or Live Activity update to api.00widget.com.
The API stores and pushes
The API validates tenant tokens, stores structured state, and fans out WidgetKit or ActivityKit notifications.
iOS renders native surfaces
The app renders predefined SwiftUI templates for metrics, status, progress, timers, lists, actions, and Live Activities.
For coding agents
Read the integration doc first.
The integration contract is the single source of truth for wiring another project into 00Widget. It includes templates, endpoint shapes, safety constraints, and deployment notes.
Templates
A small vocabulary for useful widgets.
Use stable IDs, avoid secrets and PII, and publish only when values change. The integration contract is designed so another agent can wire a project into 00Widget without learning the whole codebase.