EmDash is a TypeScript CMS built on Astro and Cloudflare that stores content as structured Portable Text instead of HTML. It runs plugins in sandboxed Worker isolates rather than giving them full filesystem access, which is a smarter security model than WordPress ever had. You can deploy to Cloudflare's edge (D1, R2, Workers) or run it locally with SQLite and Node.js. The content API is clean, the CLI generates types from your schema, and passkey-first auth is built in. If you're tired of WordPress but need something extensible that doesn't feel like a static site generator with training wheels, this is worth trying.
npx skills add https://github.com/aradotso/trending-skills --skill emdash-cms