Docs

Developer-facing notes for the site and tools.

Use this page for implementation details, data formats, and local processing rules. It is not a user FAQ.

Data sources

The authenticator directory is maintained as a reviewed static data source with schema tests. Platform, recovery, compare, learn, and team pages are generated from repository content. Search is generated at build time and loaded locally.

Security rules

Tool inputs never travel through Worker APIs. Sensitive data is kept in memory only and masked by default.

Deployment

The site builds to static assets for Cloudflare Workers Static Assets. Only `/api/*` routes require worker execution.