Content management system

Emdash

Emdash · Content management system. How DNSTrace.dev identifies it from public evidence.

Updated Sep 2026

What Emdash is

Emdash is a content management system built on Astro and served from Cloudflare. Unlike most systems in this group it does not announce itself in a header or a generator tag. It is identified instead from the timing breakdown its middleware publishes on every response, and from the reserved path prefix its admin and media routes use.

How DNSTrace.dev detects it

Detection reads the final HTTPS response and the first bytes of its markup. One matching signal is reported as strong evidence; two or more independent signals are reported as confirmed.

  • server-timing descriptors — The middleware publishes named phases on every response. Auto-seed gate, Sandboxed plugins and Exclusive hook resolution are specific to Emdash rather than generic timing labels.
  • /_emdash/ path prefix — The reserved namespace its media and API routes are served from.
  • /emdash/admin — The administration entry point referenced from the public document.
  • data-astro-cid- attributes — Astro scoped-style markers, reported as a separate Astro detection rather than folded into this one.

What a detection proves

The response was produced by Emdash. A server-timing descriptor and the reserved path prefix agreeing raises this to confirmed.

What it does not prove

The version, the plugins installed or the database behind it, none of which are public. The timing header is a diagnostic that a deployment can disable, so absence is not evidence against Emdash. Astro and Cloudflare are reported separately because Emdash builds on both, and neither of those detections implies Emdash on its own.

Common questions

Why does Astro appear alongside it?

Emdash is built on Astro, and Astro leaves its own markers in the markup. DNSTrace.dev reports both rather than inferring one from the other.

Can a site hide that it runs Emdash?

Largely. The server-timing header is a performance diagnostic and can be turned off, and the admin path can be moved. What survives is harder to remove than a header, but absence still proves nothing.

Compare with

Site frameworkAstro

Open source, the Astro Technology Company

Edge application platformCloudflare Workers

Cloudflare, Inc.

Content management systemPayload

Payload CMS, Inc.

Content management systemStatamic

Wilderborn

Check a domain

Run a full lookup to see the delivery layer, the detected application stack, live TLS and the announcing network side by side.

Run a lookup →Application stack →Evidence model →