Release: Wombat

Wombat is the current DocsHub architecture.

Read the Roadmap

staxdash documentation

Choose a version

Version Current

StaxDash Organization Standards #

Version 1.0.0 Reviewed: 2026-08-28

The ZFordDev ecosystem root standards apply to every StaxDash repository. These StaxDash-specific standards extend — not contradict — that root, and cover the conventions of running StaxDash as a professional studio with an open core, paid tiers, and a contracting business.

Scope #

These standards apply to all repositories under the StaxDash identity (StaxDash/*). Where this document conflicts with the ZFordDev root standard, the root standard wins unless a StaxDash policy is explicitly stricter.

Licensing policy #

StaxDash is open source by default, commercial where it is sustainable:

Repository hygiene #

Per the ZFordDev root standard, every StaxDash repository carries:

.github/
├── CODEOWNERS
├── FUNDING.yml
├── SECURITY.md
└── ISSUE_TEMPLATE/  (when public contribution is open)

.gitignore
LICENSE  (or EULA.md for proprietary products)
README.md
temp_notes.md  (git-ignored, never committed)

StaxDash adds: every repository README must state, in the first few lines, what the tool does and what it does not do, and must list per-feature platform coverage.

Documentation standard #

Tooling conventions #

StaxDash tools are built to these shared rules:

Release convention #

Merge discipline #

The ZFordDev root standard defines a lightweight but strict merge discipline (cooling period, full-functionality testing, no end-of-window merges, staging branch). StaxDash org adopts it as written, including the emergency hotfix protocol.

Security and vulnerabilities #

Every StaxDash repository ships a SECURITY.md explaining:

Client engagement #

StaxDash takes on contracts for system tooling, monitoring, and integrations. The client engagement and support policy is documented separately under company and support. Contract work follows the same conventions: open source where the client agrees, honest scope, and documentation shipped with the tool.


Questions about these standards should be raised through the normal issue channels. Standards evolve as the studio grows; the ZFordDev root standard remains the default expectation where these are silent.