Static document

Cloud manifest

The public structure of the personal cloud archive.

Manifest

Sections

Projects, archive cards, notes, status and changelog entries are linked by static manifests.

Maintenance

Build-time updates

Content is refreshed by editing files and regenerating static JSON.

Generated

Sparks

Decorative generated fragments are stored as static fallback data.

×

How the cloud manifest is organized

The cloud manifest is the table of contents for the archive. It lists the visible sections, points readers toward the project index, and gives scripts a stable place to discover public data files.

The manifest does not try to describe every file. It describes sections: projects, archive cards, notes, status and changelog entries. That keeps it readable and avoids turning the public API into a directory dump.

When a new section is added, the manifest is updated alongside navigation and sitemap entries. The page and the JSON file should tell the same story in different formats.

Cloud manifest JSON Sitemap
×

Build-time updates instead of hidden state

The archive is refreshed by regenerating static files. That makes the public output easy to inspect because each page can be opened directly and each JSON file can be checked without a session.

Build-time data is honest about its limits. A status snapshot says when it was generated, while a changelog entry explains what changed in the public content tree.

This approach favors boring durability: fewer moving parts, readable documents, and a small set of public routes that can be tested with ordinary HTTP tools.

Changelog Status snapshot
×

Generated sparks as static fallback data

Generated sparks are stored as small public fragments, not created during page view. That keeps the browsing path deterministic and easy to cache.

The fragments are decorative and are labelled that way. They add texture to the archive without pretending to be authoritative project documentation.

Because they are just JSON, they can be inspected, replaced or removed with the same workflow as the rest of the public archive.

Generated sparks Fallback sparks