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.
For a detailed understanding of cms
, its features, and how to use them, refer to our Documentation.
npm i @opengis/cms
Configure .env
file
node --env-file=.env.ip --env-file=.env server
import { getContents } from "@/utils/cms";
// Get posts from API
let postsData = await getContents("posts");
MIT