What is it?
ZDDC is a convention, not a platform. Every deliverable's filename encodes its tracking number, revision, status, and title; every transmittal folder is date-prefixed and self-describing. A plain shared folder becomes a fully searchable, auditable information-management system — no server, no database, no software required to read the archive.
The four tools below are optional interfaces around this structure. Each is a single self-contained HTML file. Save it locally and it works forever, without internet, updates, or a subscription.
Try the tools
Each tool is published in three channels. Stable is versioned and immutable; beta and alpha are mutable previews of in-flight work.
Append ?v=alpha (or ?v=0.0.4, etc.) to any URL to switch versions for a single request — useful for sharing a link to an exact build. Direct local-folder access requires a Chromium-based browser (the File System Access API is unavailable in Firefox / Safari).
Install on your server
For a self-contained deployment with no dependency on this site at runtime, download install.zip and extract it into the document root of your file server. To make a deployment auto-track a published channel from this site, use one of the track-*.zip bundles instead — each contains five tiny bootstrap stubs that fetch the named channel on every page load.
Self-contained
Bundled stable tools + sample project bootstrap directory. No external dependencies after install.
Track stable
Five level-2 bootstrap stubs. Drop over the deployment root to auto-track latest stable.
See bootstrap/README.md for the install model, the per-project / per-tool override pattern, and the audit grep that lets you see what every project on a deployment is pointing at.
Learn more
- Technical Reference — the full ZDDC convention: filename format, tracking numbers, revisions, status codes, folder naming, transmittal workflow.
- codeberg.org/VARASYS/ZDDC — source code, issue tracker, contributor docs.
- zddc-server — how the local-mode and online-mode tools relate, and what the optional Go HTTP server adds (access control, virtual archive index, audit logging).