Git-Powered Content Management for Developers
Astra CMS is a developer-first content management system that integrates seamlessly with your Git workflows. Manage Markdown, JSON, and YAML files directly in your repositories with a user-friendly interface.


- First-class CMS experience
- Seamless Git Integration
- Manage assets in your codebase
- No database
- Markdoc & MDX support
Want to learn more?
Those sections from the Astra CMS docs are good places to start digging.
Visual Editing
See content changes in real-time as you edit your content.
>_ npm create @astracms@latest█
==> Astra CMS - let’s get you setup
+---+
/ |
/ +---+
+--- /
| /
+---+
==> Pick a framework to use with Astra CMS
- Next.js
- Astro█
Framework guides
Add Astra CMS to an existing Astro, Next.js or any project
npm install @astracms/core @astracms/astro
npm install @astracms/core @astracms/next
Connect to GitHub
Learn more about connecting Astra CMS to GitHub
Organised content
Teach Astra CMS how to find and organise the content in your codebase
collection-name
└── slug
├── index.yaml
└── other.mdx
singleton-name
├── index.json
└── other.mdoc
Content structures
Setup Collections and Singletons to edit your content
collections:
testimonials:
label:
slugField:
schema:
singletons:
settings:
label:
schema:
Enhanced Security for Astra CMS
Secure your content with built-in authentication and authorization
const reader = createReader(process.cwd(), keystaticConfig);
const slugs = await reader().collections.posts.list();
Get updates
To stay connected to the latest Astra CMS and Netronk news, signup to our newsletters:
Tell us what you think
We're building Astra CMS in the open as part of Netronk Innovations Research & Development.
Feedback on how we're going, what you're looking for, and what you'd like to see next is super helpful as we progress!