Extract the roundtable repo's EmDash + Astro + CF Workers stack as a parameterized scaffold template.
What it gives agency clients:
- Visual CMS at
/_emdash/admin (non-technical editing, no code required)
- Portable Text editor, image picker, draft/publish workflow, revisions
- D1 + R2 + KV bindings (CF-native, zero maintenance)
- Social distribution on publish (auto Bluesky/X)
- Edge performance (Astro 6 SSR on CF Workers, sub-20ms)
Extraction steps:
- Copy
seed/seed.json as parameterized template (swap collections per client)
- Strip roundtable-specific content types, leave generic
posts + pages
- Genericize
BaseLayout.astro (logo, nav, footer as config)
- Make
wrangler.jsonc bindings configurable via scaffold vars
- Document customization guide (5 things to change per client)
Source: /mnt/c/Users/kover/Documents/roundtable
Template name: scaffold-emdash-astro
Why this matters: Closes the Duda competitive gap — agencies get a white-label site their clients can edit, running on edge infra at near-zero maintenance cost.
Extract the roundtable repo's EmDash + Astro + CF Workers stack as a parameterized scaffold template.
What it gives agency clients:
/_emdash/admin(non-technical editing, no code required)Extraction steps:
seed/seed.jsonas parameterized template (swap collections per client)posts+pagesBaseLayout.astro(logo, nav, footer as config)wrangler.jsoncbindings configurable via scaffold varsSource:
/mnt/c/Users/kover/Documents/roundtableTemplate name:
scaffold-emdash-astroWhy this matters: Closes the Duda competitive gap — agencies get a white-label site their clients can edit, running on edge infra at near-zero maintenance cost.