diff --git a/src/site/headless-cms/beaver.md b/src/site/headless-cms/beaver.md new file mode 100644 index 00000000..39fe0414 --- /dev/null +++ b/src/site/headless-cms/beaver.md @@ -0,0 +1,19 @@ +--- +title: Beaver +repo: zaengit/beaver +homepage: https://github.com/zaengit/beaver +opensource: "Yes" +typeofcms: "Local" +supportedgenerators: + - Astro +description: "An open-source, self-hosted CMS integration for Astro SSR projects with an admin panel, SQLite storage, media management, and configurable content types." +--- +# What is Beaver? + +[Beaver](https://github.com/zaengit/beaver) is a local CMS integration for Astro projects. It adds an admin panel, SQLite-backed content management, media handling, menus, site settings, and configurable content types to an Astro SSR application. + +## Install + + npm create @zbeaver/beaver + +Beaver includes an Astro integration, a project initializer, and a bundled starter template. It is designed for self-hosted deployments and stores content in the project's SQLite database.