Skip to content

Use Cases

SaaS marketing sites

  • Marketing teams update copy without filing eng tickets
  • Static delivery keeps the public site on a CDN; authors edit locally or on staging
  • Draft → publish workflow keeps work-in-progress off the live site

Agency delivery

  • Hand off editable Astro sites to clients
  • Run Caretize on their existing markup instead of rebuilding pages
  • Keep quality controls through schemas and API constraints

Dev-led content ops

  • Keep content in git — JSON under .caret/data/ or markdown in src/content/
  • Add a CMS layer without replacing your Astro architecture
  • Use getLiveEntry / getLiveCollection when you need programmatic access (server delivery)

Solo founders

  • One attribute to add, one password to set — or let caretize tag the site for you
  • Static delivery: no server bill for the public site
  • MIT-licensed and self-hosted
  • Marketing sites where copy changes weekly
  • Editorial sites where authors need WYSIWYG context
  • Markdown content-collection sites — edit existing src/content entries’ frontmatter in place (Markdown adapter)
  • Client-handoff sites where developers don’t want a help-desk role
  • Product-led sites where founders edit headlines themselves
  • Sites with thousands of editorial users (auth model is one shared password)
  • Sites that need granular role-based permissions (no users, no roles yet)
  • Sites that want a hosted CMS today (Cloud mode is alpha — not live)