-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Suddoku edited this page Apr 22, 2026
·
6 revisions
Welcome to the CellForge documentation.
- Getting Started — download, install, first notebook in 5 minutes
- README — install, architecture, highlights
-
Built-in Library —
import cellforge as cf— charts, diagrams, widgets, progress bars, callouts, stat tiles. Full API reference.
- Writing Themes — create color themes (CSS variable overrides). Simplest plugin type — just a JSON file.
- Writing Plugins — full plugin development: Python helpers, custom renderers, toolbar buttons, sidebar panels, keybindings, export formats, status bar items.
- Writing Typst Templates — custom PDF export templates with variables and assets.
- Deployment-Security — threat model, security layers, per-scenario recommendations. Start here if you're about to expose CellForge to more than yourself.
-
Docker-Reference — image variants, Docker flags,
compose.ymlexamples, why--privilegedsometimes shows up. - Configuration-Reference — every CLI flag and env var in one place.
The repo's README.md covers local dev (scripts/dev.sh), the crate
layout, and the frontend stack. The CellForge GitHub repo
is the canonical source — this wiki is operator-facing.