UCD.js Docs

Overview

Architecture notes for each application in the monorepo

This section is the application-level table of contents for UCD.js.

Start Here

Read these pages in this order if you want to understand the deployed surfaces first:

  1. API for the canonical public HTTP entrypoint
  2. Store for the filesystem-style hosted read surface
  3. Web for the product frontend
  4. Docs for the documentation app and navigation model

By Surface

By Product UI

Common Entry Points

  • /api/v1/... and /.well-known/... start in API
  • /.ucd-store.lock and /:version/:path* start in Store
  • browser navigation and server functions start in Web
  • content-driven page rendering starts in Docs

On this page