The community plugin and theme registry for EmDash CMS.
Browse, share, and install community-built plugins and themes for EmDash.
Early development. Not yet launched.
- Astro 6 — full-stack framework
- Cloudflare Workers — runtime and deployment
- Cloudflare D1 — database
- Cloudflare R2 — bundle storage
- Cloudflare Workers AI — automated security audit pipeline
npm install
npm run db:migrate:local
npm run db:seed
npm run devFor more, see CONTRIBUTING.md.
Production deploys run via GitHub Actions on every push to main. The pipeline runs tests, builds the worker, applies any pending D1 migrations against production, and only then deploys. If migrations fail, the deploy is halted and the previous worker keeps serving — see docs/deployment.md for the full pipeline and docs/database.md for the database runbook.
A separate CI workflow runs on every pull request and on every push to a non-main branch, validating tests, types, and build without touching any Cloudflare resources. Forks can run it without configuring secrets.
This is an independent community project. Not affiliated with Cloudflare or the EmDash project.
MIT