The store · category
Registries
5One content-as-code source of truth that drives many surfaces — add a row, and the whole site follows.
Add-ons Registry
One catalog that powers the marketplace and the public tools page.
A content-as-code registry of installable add-ons (analytics, social, productivity boards). The same source renders both the /profile/settings marketplace and the public /tools landing, so the two can never drift.
Utilities Registry
Sixty-plus client-side browser tools, each its own SEO page.
A registry of free, client-side browser utilities (converters, encoders, generators, formatters). Each tool is statically generated with its own metadata, FAQ and WebApplication JSON-LD. Nothing leaves your machine.
Command Registry
One declarative list of every destination and action on the site.
A single source of truth for the site’s stable destinations and actions, role-gated and grouped. The nav, footer sitemap, omnibar and concierge all read it — so they never re-derive their own lists.
Architecture Map
A living, interactive map of how the whole system communicates.
A content-as-code system map: layers, surfaces-by-zone, integrations, and an interactive ecosystem graph of how they all talk. Public and indexed — the front door to understanding the platform.
Secrets Store
DB-first, rotatable secrets with a drift-audit gate.
A managed secret store: values resolve DB-first (getSecretValue) so they rotate from an admin console with no redeploy, encrypted at rest, and a classified inventory ledger gates every token against the code that uses it via the secrets:audit check.