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).
Artifacts using Compose Preview — Render Session API (4)
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 Aug 15, 2026
Model Context Protocol server for the compose-preview daemon. Multiplexes per-(workspace, module) daemon JVMs spawned from launch descriptors emitted by composePreviewDaemonStart, and exposes the JSON-RPC `DaemonClient` / ...
Last Release on Aug 15, 2026
`java -cp` CLI over the render-session-subprocess library. Lets non-Gradle build systems (Bazel rules, Amper tasks) drive a render against an existing `daemon-launch.json` without buying into a Kotlin/JVM client.
Last Release on Aug 17, 2026
4.Compose Preview — Embedded Desktop Render Session
ee.schimke.composeai » render-session-embedded-desktop Apache
In-process Compose Multiplatform Desktop backend for the compose-preview render-session API. Hosts the daemon's JSON-RPC server in the calling JVM via piped streams; no subprocess fork.
Last Release on Aug 15, 2026
- Prev
- 1
- Next