Headless CMS for creating and managing the content of static websites
- Real-time Editing - Update content without stopping or reloading the website.
- Page Templates - Use pre-created templates to quickly start your website.
- Dashboard - Control panel for quick evaluation of key metrics.
- Multi-user mode - Work together with a team on content in real time.
- User Settings - Includes functionality for managing user settings, creating user groups, and defining roles with interface permissions.
npm i @opengis/cmsConfigure .env file
node --env-file=.env.ip --env-file=.env serverimport { getContents } from "@/utils/cms";
// Get content data from API
let postsData = await getContents("posts");We welcome contributions! Feel free to open issues, suggest features, or submit pull requests.
MIT