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

MicroappPurposeAgents Used
Fleet DashboardReal-time vessel statusFleet Manager, Monitor
Certificate TrackerExpiry alerts & renewalsCompliance Auditor
Maintenance PlannerPlanned maintenance schedulingSuperintendent, Engineers
Voyage ReporterAutomated voyage reportsOperations, Commercial

Building Microapps

Microapps can be built with any frontend framework. They communicate with agents through REST APIs and WebSocket connections.

On this page