Hello, world.
Last updated: 2026-05-24
First post from the PocketNOC content engine. Confirms the registry, renderer, and sitemap wiring work end to end.
This post exists so the content engine has something to render while we wire it up. Real content lands in Phase 1.
Why a content engine
The marketing site was a 3,900-line hand-written Cloudflare Worker. Every new page required editing TypeScript. That blocked any agent-driven content workflow, which is the whole point of the NOC-71 epic.
With the registry in place, publishing a new page now means committing a single markdown file under content/{blog,compare,docs,glossary}/. The build script validates frontmatter, the worker renders it, and the sitemap picks it up automatically.
What's next
- NOC-75 — JSON-LD schema injection + Open Graph tags, so AI engines and social previews work properly.
- NOC-84 —
/llms.txtand/pricing.mdfor AI agents that evaluate products programmatically. - NOC-76 — accurate per-page lastmod in the sitemap, derived from each entry's frontmatter.
- Phase 1 — the first real content drops: SolarWinds Orion mobile comparisons, secure-remote-access guides, and a glossary.