{
  "id": "frontend-cms",
  "kind": "web",
  "summary": "The CMS editor UI for the api-cms backend: a sign-in page (POST /auth/*), an SSR auth gate (session.me → redirect anonymous editors to /login), and a content editor that fetches the registered content types (content.types) and auto-generates a form per type with @voltro/cms's <ContentForm> — create/edit drafts (content.saveDraft, validation surfaced inline), live-list them (content.list), and publish/unpublish. Bilingual (en/de).",
  "tags": ["web", "frontend", "cms", "editor", "content", "auth", "ssr", "ContentForm"]
}
