Repositories
A tour of the repositories that make up paged — the engine, the editor and its server, the viewer, the registry, the docs, and the brand kit.
In short paged is a multi-repo system. The engine is public; the commercial app and its plumbing are private. Each repo below has a page with what it does, how it's built, and its recent activity.
- corethe Rust render engine (public).
- editorthe commercial editing frontend.
- editor-serverthe REST backend.
- viewerthe slim read-only WebGPU viewer.
- statethe capability registry + dashboard.
- docsthis site.
- brandthe design tokens / cockpit kit.
The five content plugins have their own section: Plugins.
Recent activity across all repos
Latest across 17 repos · pulled 2026-06-23.
- 2026-06-23
docsdocs: index all pages (drop noindex gating) + rename SDK to Paged Viewer SDK7892a79 - 2026-06-23
editorcanvas: fix playground boot command id (paged.file.new, not file.new)58dfeeb - 2026-06-23
docsdocs: scripting playground code editor on [email protected]e4699a1 - 2026-06-23
docsdocs: nicer scripting playground — code editor with line numbers + highlighting, editor zoomed to 50%becd5ef - 2026-06-23
editorcanvas: open a blank document when the playground bridge boots67a5998 - 2026-06-23
editorcanvas: add CORP cross-origin so the docs playground iframe can load79aac8a - 2026-06-23
editorcanvas: COEP credentialless so the docs playground can embed play.paged.media969edc4 - 2026-06-23
docsTwo-pillar docs: IDML Reference + Paged, living cross-links, SDK & scripting playgrounds, comparison cluster, SEO/GEO6c31545 - 2026-06-23
editorcanvas: iframe scripting bridge for the docs playground15efbd9 - 2026-06-23
coreintrospect: add IDML elements to the catalog + ship a co-located SDK API cataloga432709 - 2026-06-23
plugin-imagebuild: add repository field (required for OIDC provenance)210a0ad - 2026-06-23
plugin-sheetsbuild: add repository field (required for OIDC provenance)1428e6f - 2026-06-23
plugin-databuild: add repository field (required for OIDC provenance)563d979 - 2026-06-23
plugin-webbuild: add repository field (required for OIDC provenance)695d916 - 2026-06-23
plugin-drawbuild: add repository field (required for OIDC provenance)3e742fc
See the full feed on the activity page.
Automated & data-driven publishing
Generate catalogs, datasheets, and documents from data — PIM-fed, scriptable, headless publishing with Paged's open IDML platform.
core — the render engine
The Rust render engine that parses and renders IDML — the parse→scene→text→compose→GPU pipeline, the wasm boundary, and the dual rasterization backends.