Skip to content

Otso SDK

Otso’s heart is a small TypeScript SDK that exposes the event log, domain models, and typed commands. Interfaces like the CLI, web, or iOS all consume the same package, while plugins register storage adapters, importers, publishers, and enrichers.

  • Tiny core with commands such as createPost, import, and publish.
  • Typed event bus so plugins react to changes instead of poking internals.
  • Shared across surfaces: CLI, Web, iOS, or future desktop builds.