Home – The Cozy CMS
a year ago
- #web-development
- #multi-tenant
- #content-authoring
- home is a cozy content authoring system similar to Hugo or Zola but with key differences.
- home is not a static site generator and requires a server component for functionality like 'Log in with GitHub' and proper search via tantivy.
- home is opinionated, enforcing specific formats like JPEG-XL for images, AV1+Opus for videos, TypeScript for scripts, and Svelte 5 for components.
- home is multi-tenant, consisting of two web services: mom (handles deploys and derivations) and cub (handles rendering and caching).
- home's architecture is designed for scalability, with cubs serving all websites globally, making it unsuitable for running on a single VPS.