Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions src/site/headless-cms/beaver.md
Original file line number Diff line number Diff line change
@@ -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.