Static hosting
Cloudflare Pages serves the `site/` directory directly with no framework preset and no build command.
Static artifact library
A sharp, public-safe library shell for decision artifacts that need to be shared cleanly without a build system, tracker, runtime service, or platform dependency.
Library
Each card is rendered from the static registry. The library shell owns discovery, provenance display, and filtering; the artifact owns its final presentation.
Publishing model
SharePlane provides a polished index, shared navigation conventions, and a public-safe publishing checklist. It does not force every artifact into one visual system.
An artifact page may use shared SharePlane CSS, page-local CSS and JavaScript, or a fully self-contained single-file HTML implementation with its own design language.
That separation keeps the library coherent while allowing each published analysis, calculator, explainer, or client-ready page to use the presentation that best fits the work.
Static by design
Cloudflare Pages serves the `site/` directory directly with no framework preset and no build command.
The library uses local HTML, CSS, and JavaScript only. No external fonts, CDNs, analytics, or remote scripts.
Artifacts must pass privacy review before publication, especially before making the repository public.