OpenMates Docs Open Chat

Platform Architecture

Platform Architecture Summary OpenMates currently has three implemented platform surfaces: the SvelteKit web app, the OpenMates CLI, and the Apple app. The w...

[T:documentation.sender_name]

Platform Architecture

Summary

  • OpenMates currently has three implemented platform surfaces: the SvelteKit web app, the OpenMates CLI, and the Apple app.
  • The web app is the primary product surface and source of truth for shared UI behavior.
  • The CLI covers terminal workflows, server management, and API/WebSocket interaction.
  • The Apple app is native Swift/SwiftUI and follows web parity through generated tokens and mapped source docs.

Platform Docs

  • Web App – SvelteKit app architecture and public docs processing.
  • CLI – command-line platform architecture and capabilities.
  • Apple App – native app architecture and web-parity model.