Group: compose-ai-tools
Sort by:Popular

1.Compose Preview — Daemon Core47 usages

ee.schimke.composeai » daemon-core Apache

Renderer-agnostic core of the compose-preview daemon: JSON-RPC server, protocol types (@Serializable), and the RenderHost abstraction. Pre-1.0; consumed by daemon-android and daemon-desktop.
Last Release on Sep 18, 2026

3.Compose Preview — Common IO36 usages

ee.schimke.composeai » common-io Apache

Okio-based file/IO foundation for the compose-preview tooling: a single synchronous FileSystem indirection. Coroutines-free so it stays safe on the render subprocess classpath.
Last Release on Sep 18, 2026
Shared render data-product protocol: preview context, theme payloads, device clip, render trace, and failure records exchanged by renderer and daemon connectors.
Last Release on Sep 18, 2026
Compose-aware hooks for generic render data-extension application.
Last Release on Sep 18, 2026
Shared layout inspector data-product model classes for Compose Preview.
Last Release on Sep 18, 2026

7.Compose Preview — Data API9 usages

ee.schimke.composeai » preview-data-api Apache

Published wire-format DTOs for the compose-preview render pipeline: PreviewResult, PreviewManifest, the dataExtensions extension-payload carrier, and the v1 a11y mirror types. Consumed by the CLI, contrib scripting, and any third-party tool that ...
Last Release on Sep 18, 2026
The @Serializable request, response and notification shapes of the compose-preview daemon's JSON-RPC lane, without the daemon implementation behind them.
Last Release on Sep 18, 2026
Shared model classes for the plain-Compose named-override data product (`compose/overrides`): the author-declared editable knobs (`previewOverride*`) a preview exposes, carried both live (`data/fetch`) and inside a portable bundle so a viewer can ...
Last Release on Sep 18, 2026
Public, renderer-agnostic API for driving compose-preview render sessions from third-party tooling. Pre-1.0; pair with :render-session-subprocess (or future embedded backend).
Last Release on Sep 18, 2026

11.Compose Preview — Daemon Client6 usages

ee.schimke.composeai » daemon-client Apache

JVM client for the compose-preview daemon's JSON-RPC-over-stdio protocol: the wire client, the spawn port, and the subprocess implementation that forks a daemon JVM.
Last Release on Sep 18, 2026
Shared theme data-product model classes for Compose Preview.
Last Release on Sep 18, 2026
Daemon-side launcher-widget container-size connector: wraps the preview body in a sized `Box` so a held preview can be laid out at a specific whole-cell size on the host's launcher grid. Activated via `renderNow.overrides.launcherWidget = ...
Last Release on Sep 18, 2026
Opt-in consumer API for plain-Compose preview overrides: `previewOverride*` keyed lookups (string/int/float/bool/color/dp, with indexed knobs for repeated components) that a preview uses to expose editable values, resolved against daemon seeds and ...
Last Release on Sep 18, 2026
Daemon-subprocess-backed implementation of the compose-preview render-session API. Spawns a daemon JVM per session, drives it via JSON-RPC, presents the result as a RenderSession.
Last Release on Sep 18, 2026
Versioned serializable catalog, design, command, collaboration and transport-envelope shapes shared by Compose UI builder browser, server and MCP clients.
Last Release on Sep 18, 2026
Generic Android accessibility data-product primitives: ATF check wrapper, Paparazzi-style overlay PNG generator, and the JSON model classes the Gradle plugin / CLI / daemon all read. Pairs with the connector module that wires this into the ...
Last Release on Sep 18, 2026
UIAutomator-shaped query/action API for the Compose preview renderer: a BySelector-mirroring DSL that matches against either Android View trees (View.createAccessibilityNodeInfo) or Compose SemanticsNode trees (SemanticsProperties / ...
Last Release on Sep 18, 2026

20.Compose Preview — Bundle Format4 usages

ee.schimke.composeai » bundle-format Apache

The `.previewbundle` format: manifest DTO, well-known entry names, sidecar injectors, deterministic zip helpers, the detached signature scheme, classpath hydration, and the Android resource/launch support. Read by the CLI, the daemon and an extracted ...
Last Release on Sep 18, 2026