@drystack/astro
v0.0.1
Published
Astro integration for drystack, a git-backed CMS for Astro inspired by Keystatic.
Maintainers
Readme
@drystack/astro
Astro plugin/integration for drystack — a git-backed CMS for Astro, inspired by Keystatic. Adds an admin UI route, content API, and live in-page editing toolbar to an Astro site backed by @drystack/core.
Install
npm install @drystack/astro @drystack/coreUsage
// astro.config.ts
import { defineConfig } from 'astro/config';
import drystack from '@drystack/astro';
export default defineConfig({
integrations: [drystack()],
});See the drystack repository for full configuration (drystack.config.ts), storage modes (local/GitHub), and deployment notes (Cloudflare Workers).
Credits
drystack is an independent project inspired by and forked from Keystatic (Thinkmill). It is not affiliated with or endorsed by the Keystatic project.
License
MIT
