Edit in place
Editable regions carry a data-louise-field marker; in edit mode the client makes each one editable right where it lives.
A V8-native, inline edit-on-the-live-page CMS for Cloudflare Workers.
No separate admin app. No JSON forms for prose. Log in, and the live site becomes editable in place.
npm install louisecmsEditable regions carry a data-louise-field marker; in edit mode the client makes each one editable right where it lives.
A ProseKit editor for prose — not a JSON form. Storage is sanitized HTML, rendered straight back onto the page.
No Node runtime, no React. Everything runs in workerd and deploys to Cloudflare Workers at the edge.
D1, R2, Queues, Email are passed in — Louise never imports cloudflare:workers itself, and has no opinion about your schema or framework.
One ESM package with granular subpath exports — import only the primitive a route needs.
Stripe, Square, and Fourthwall clients — raw fetch + crypto.subtle over a shared signature/money base. No SDKs.
Opt-in magic-link + passkey studio sign-in (Better Auth), a rich-text sanitizer, and a KV rate limiter — one fix protects every site.