You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A full-featured, open-source content management framework built with Node.js that empowers organizations by combining in-context editing and headless architecture in a full-stack JS environment.
Full-stack CMS for developers and content teams
Build websites with in-context editing and headless flexibility using Node.js and MongoDB.
Documentation »
ApostropheCMS is a full-stack content management system built with Node.js and MongoDB. Content creators can edit directly on live pages without switching between admin interfaces, while developers can build with modern JavaScript or use it headlessly with any frontend framework.
Key Features
🎯 In-Context Editing - Content creators edit directly on the live page, seeing changes instantly
⚡ Headless-Ready - Use any frontend framework while keeping the powerful admin experience
🛠️ Developer-First - Built with Node.js and MongoDB for full-stack JavaScript development
📈 Scales Beautifully - From small sites to enterprise applications handling millions of pages
🔐 Enterprise Features - Advanced permissions, workflow management, automated translations, and more
See our setup guides for installation instructions.
Quick Start
Get ApostropheCMS running locally in minutes:
# Option 1: Install CLI globally (recommended for multiple projects)
npm install -g @apostrophecms/cli
apos create my-website
cd my-website
npm run dev
# Option 2: Use npx for one-time project creation
npx @apostrophecms/cli create my-website
cd my-website
npm run dev
Your new ApostropheCMS site will be available at https://localhost:3000 with a powerful admin interface at /login.
Prefer to Go Headless?
Get started with Astro integration - the easiest way to build headless sites while keeping visual editing:
Apollo Starter Kit (Astro) - Production-ready foundation with beautiful design system and rich content features
Both starter kits provide headless CMS power with in-context editing, letting content creators edit directly on the live site while you build with modern frontend tools. Our Astro integration handles all the content fetching automatically—no REST API calls to write.
Desire a different frontend framework? Use our REST APIs with React, Vue, Svelte, or any other framework:
Node.js - JavaScript runtime for server-side development
MongoDB - Flexible document database for content storage
ESM Modules - Native ES6 module support for modern JavaScript
Vite - Lightning-fast build tool and development server
Modern JavaScript - ES6+, async/await, and contemporary development patterns
Community & Support
Join other developers and content creators using ApostropheCMS:
Discord - Get help, share projects, and connect with other users
GitHub Discussions - Feature requests, technical discussions, and community support
Documentation - Comprehensive guides, tutorials, and API references
Contributing
We welcome contributions from the community! Whether you're fixing bugs, adding features, or improving documentation, your help makes ApostropheCMS better for everyone.
Contribution Guide - How to contribute code, documentation, and feedback
ApostropheCMS is open source software licensed under the MIT License. This means you're free to use, modify, and distribute it for both personal and commercial projects.
A full-featured, open-source content management framework built with Node.js that empowers organizations by combining in-context editing and headless architecture in a full-stack JS environment.