johannschopplich/kirby-headless

Kirby CMS plugin to enable headless mode

Fund package maintenance!
paypal.me/jschopplich

Installs: 9 416

Dependents: 0

Suggesters: 0

Security: 0

Stars: 39

Watchers: 3

Forks: 4

Open Issues: 0

Type:kirby-plugin

5.0.3 2025-06-02 08:52 UTC

README

Kirby Headless Preview

Kirby Headless

This plugin is designed for developers who want to use Kirby's backend to serve content to a frontend application, static site generator, or mobile application. You can either add headless functionality to your existing Kirby site, or use this plugin to build a headless-first CMS from scratch.

Note

Check out to the Kirby Headless Starter repository for a ready-to-use headless-only setup!

Key Features

Compatibility

The current version of Kirby Headless is compatible with Kirby 4 and 5.

Installation

Tip

📖 Read the documentation

Composer

The recommended way to install the plugin is via Composer. To install the plugin, run the following command in your terminal:

composer require johannschopplich/kirby-headless

Download

Head over to the releases page and download the latest version of the plugin as a ZIP file. Extract the contents of this ZIP file to your site/plugins folder. It should look like this:

site/plugins/
├─ kirby-headless/
│  └─ … Plugin files

Usage

Tip

📖 Read the documentation

License

MIT License © 2022-PRESENT Johann Schopplich