PublisherStudio documentation

Version 3.7.6

PublisherStudio is a local-first publishing workspace for page layout, stories, spreadsheets, pictures, audio, video, streaming, interactive content, and self-contained exports.

Within the Future2 direction it is the standalone creative/productivity side of user-owned local infrastructure: it works without LocalGPT, but can optionally cooperate with LocalGPT and approved 1-Wire peers instead of requiring a central cloud platform.

This site is the maintained product and architecture documentation. It uses the same documentation shell as LocalGPT, so navigation, search, themes, side rails, and generated API pages behave consistently. ๐Ÿพ

Choose a path

๐ŸŒธ Use PublisherStudio

Create a publication, learn the workspace, and understand pages, objects, stories, ribbons, and export workflows.

Open the user guide

๐ŸŽจ Build rich content

Work with stories, spreadsheets, pictures, audio, video, animation, interaction, streaming, and recording.

Explore pictures and media

๐Ÿ› ๏ธ Build and maintain it

Read the modular architecture, development requirements, installer behavior, documentation pipeline, and release checks.

Open engineering guidance

๐Ÿ“š Look up details

Browse publishing and export behavior, privacy boundaries, the optional LocalGPT connection, and the generated API reference.

Browse reference material

Architecture at a glance

flowchart LR U[Human author] --> UI[Blazor + DevExpress workspace] UI --> APP[Application services] APP --> DOC[Publication model] APP --> MEDIA[Media and streaming services] APP --> EXPORT[Print, PDF, web and recording exports] APP --> WIRE[Optional LocalGPT 1-Wire boundary] DOC --> STORE[(Local project data)] MEDIA --> DEVICE[Approved local devices] WIRE --> PEER[Approved LocalGPT peer]

The editable publication remains authoritative. Browser runtimes accelerate interaction and rendering, while C# services own project state, validation, persistence, export, and approved external connections.

Complete documentation set

The conceptual pages are built together with compiler-generated XML documentation for public types and members. The same themed HTML site is shipped inside PublisherStudio and published to GitHub Pages.

The packaged PDF is built from the same reviewed Kawaii HTML tree as the website. It contains every maintained PublisherStudio chapter and every generated API namespace/type page; a tiny source-only or fallback PDF is rejected by the release and Pages gates.

๐Ÿพ Download the Kawaii handbook