Microapps
Lightweight, purpose-built applications powered by AI agents
Overview
Microapps are small, focused applications that leverage the AI agent infrastructure to solve specific business problems. Each microapp is self-contained and deployable independently.
Architecture
Microapps connect to the Lifeverse AI platform through the A2A messaging protocol, allowing them to:
- Request agent actions — trigger agent workflows from a simple UI
- Display agent outputs — visualize reports, decisions, and recommendations
- Collect user input — gather information that agents need for their tasks
- Monitor operations — real-time dashboards for agent activity
Example Microapps
| Microapp | Purpose | Agents Used |
|---|---|---|
| Fleet Dashboard | Real-time vessel status | Fleet Manager, Monitor |
| Certificate Tracker | Expiry alerts & renewals | Compliance Auditor |
| Maintenance Planner | Planned maintenance scheduling | Superintendent, Engineers |
| Voyage Reporter | Automated voyage reports | Operations, Commercial |
Building Microapps
Microapps can be built with any frontend framework. They communicate with agents through REST APIs and WebSocket connections.