The fastest open-source headless CMS. Fully customizable with a streamlined API, built in TypeScript for maximum speed and ease of use.
Complete your backend in minutes, not weeks. Effortlessly build customizable content APIs and integrate them with a modern tech stack.
// GET /api/posts
{
data:[],
meta: {
total: 0,
page: 1,
per_page: 10
},
}