@wollycms/server
v0.3.0
Published
Self-hosted headless CMS for Astro.js — block-based page building, media management, and content API
Maintainers
Readme
@wollycms/server
The Node.js server package for WollyCMS, a self-hosted, block-based headless CMS designed for Astro.
Requirements
- Node.js 22 LTS
- SQLite, PostgreSQL, or Cloudflare D1
Recommended setup
Create a configured project with the official scaffolder:
npx create-wolly@latest my-cms
cd my-cms
npm run migrate
npm run seed
npm run devThe API and admin UI are then available at http://localhost:4321.
For direct installation:
npm install @wollycms/serverNever commit .env or a production JWT_SECRET. See the
WollyCMS documentation for configuration,
deployment, database, media, and security guidance.
License
MIT
