NERV is a centralized headless CMS built with Strapi, designed to power a constellation of websites, apps, services, and digital rituals. It serves as the sovereign backend for the Strong Hands, Soft Heart ecosystem — delivering structured content across domains in Markdown, HTML, and JSON via secure, flexible APIs.
This is more than just a CMS.
NERV is the central nervous system of a mythic creator's network. LOL
- Content Types for Posts, Categories, Users, Pages, and Social Links
- Multi-site support with siteId scoping for filtering pages/content
- API-ready delivery (REST and GraphQL out of the box)
- Markdown + Media Support for modern publishing workflows
- User-based roles and relations for collaborative publishing
- Headless delivery to Astro, React, static sites, or mobile apps
- Feed content to [StrongVault], my Obsidian-inspired public digital archive
- Power rich media pages and glossaries for my branded projects
- Host universal social profiles, page content, and rituals across domains
- Deliver structured data to frontends hosted on Vercel, Netlify, or GitHub Pages
- Create internal or public APIs for collaborators, mentees, or automation tools
- Node.js >= 18.0.0 and <= 22.x.x
- npm >= 6.0.0
npm installStart your Strapi application with autoReload enabled:
npm run develop
# or
yarn developStart your Strapi application with autoReload disabled:
npm run start
# or
yarn startBuild your admin panel:
npm run build
# or
yarn buildTo seed the database with example data:
npm run seed:example
# or
yarn seed:examplesrc/
├── api/ # API endpoints and controllers
├── components/ # Reusable components
├── extensions/ # Strapi extensions
└── admin/ # Admin panel customizations
- Strapi v5.13.0
- React v18
- TypeScript
- SQLite (better-sqlite3)
This project is licensed under the Creative Commons Attribution 4.0 International License.
- Strapi documentation - Official Strapi documentation
- Strapi tutorials - List of tutorials
- Strapi blog - Official Strapi blog
- Discord - Strapi community
- Forum - Strapi forum
- Awesome Strapi - Curated list of Strapi resources
🤫 Psst! Strapi is hiring.