@meetreeve/embed
v1.7.0
Published
Foundation SDK for embedding Reeve surfaces (Studio, Chat, CRM, Sign, …) — auth, theme, brand, postMessage, surfaces.
Downloads
1,676
Readme
@meetreeve/embed
Foundation SDK for embedding Reeve surfaces (Studio, Chat, CRM, Sign, …).
Substrate concerns only: HMAC embed tokens (authed + anon), theme tokens, host-app brand registry, postMessage protocol, generic iframe surface components.
The Remotion preview editor that used to live at this package name moved
to @meetreeve/preview-embed in 1.4.0 (DEV-791) — install that package
separately if you need PreviewFrame / useReevePreview / the UMD
preview bundle.
Install
pnpm add @meetreeve/embedSubmodules
| Path | Purpose |
| -- | -- |
| @meetreeve/embed/auth | HMAC embed-token mint/verify (authed + anon), origin allowlist helpers |
| @meetreeve/embed/theme | Older BrandPack → CSS vars (Studio-derived, DEV-448) |
| @meetreeve/embed/brand | HostAppBrand registry consumer (DEV-973) — fetchHostAppBrand + brandToCssVars |
| @meetreeve/embed/react | <ReeveSurface>, <ReeveCommsAdmin>, postToSurface |
| @meetreeve/embed (root) | postMessage protocol envelopes |
Provenance
Extracted from MindFortressInc/reeve-remotion@b0b5eb3 (2026-05-21) per DEV-791.
History before that lives in the reeve-remotion repo under
packages/preview-embed/.
