
You define the interface for your content
With Kirby, you build your own ideal interface. Combine forms, galleries, articles, spreadsheets and more into an amazing editing experience.

Kirby’s control panel

-
Dashboard
Set up the dashboard to fit each site perfectly. Give editors quick access to the most important data.
-
Article
Set up the perfect, distraction-free writing interface for your articles with our brand new blocks field.
-
Blog
Show drafts, unreviewed and published articles in a side-by-side view for your blog.
-
Microsite
Use Kirby's brand-new layout field to create complex modular microsites and page layouts.
-
Product
Kirby is the perfect starting point for your shop. Create the perfect editing interface for your product attributes.
Plugins
And if you ever run out of ideas or possibilities? Get a plugin or build your own interface elements.
…like this fantastic Matomo plugin
by Sylvain JulĂ© ›

Highlights
Just files and folders
- content
- photography
- oceans
- album.txt
- ocean.jpg
- photography.txt
- oceans
- contact
- contact.txt
- home
- home.txt
- error
- error.txt
- site.txt
- photography
- Drag & Drop installation via FTP
- Very robust and easy to back up
- Simple version control via Git
- Incredible performance
- Super fast development process
Your markup on fire
<article class="album">
<h1><?= $page->title() ?></h1>
<figure class="cover">
<?= $cover->resize(800, 600) ?>
</figure>
<div class="text">
<?= $page->text()->kirbytext() ?>
</div>
<ul class="gallery">
<?php foreach ($gallery as $image): ?>
<li><?= $image->crop(300) ?></li>
<?php endforeach ?>
</ul>
</article>
- High-performance PHP template engine
- Powerful chainable PHP API
- Combine data from everywhere on your site
- Built-in image manipulation
- Replaceable template engine (bring your own engine)
Features
-
Any content you like
Organize content your way. Every page type or data entry can have the completely unique data structure that your project demands.
-
Internationalization
Multi-language support is baked right into the core, so you don’t depend on plugins or frameworks to translate your site.
-
Asset management
Kirby stores media files in the same folder as the page content, not in a giant media library. Never lose track of pictures or other items again.
-
Markdown & KirbyText
Enjoy a fast and effective editing experience with Markdown. KirbyText extends Markdown and makes it even easier to add links, images, videos and more to your text.
-
Built-in REST API
Use Kirby as a headless CMS with the full power of the Panel in the background. This makes Kirby the perfect companion for your SPAs or mobile applications.
-
Version control
As Kirby is a file-based CMS, you can version control all content with Git or any other VCS. Deployments, backups and synchronization of multiple stages are a breeze.
-
Bring your own data sources
While files and folders are Kirby’s primary data source, you can generate pages from databases, REST APIs or even Excel sheets if that’s your thing.
-
Custom publishing workflows
Customizable page states give you maximum control over your workflow, from drafts over unreviewed to published pages. Choose what you need and start creating.
-
Vue UI Kit
Kirby’s Panel is powered by Vue. Use the full power of Vue or our Vue UI component kit to make the admin interface truly yours.
Don't take our word for it:
-
Really loving how flexible @getkirby is. The documentation is also really thorough and fab.
-
I used @getkirby for the @eventhandleruk site and it was such a great tool I'm planning on using it in workshops soon.
-
Just read the docs for @getkirby and it looks great. @bastianallgeier is one clever bastard.
-
More and more a CMS needs to be headless and flexible to configure. I just <3 @getkirby’s clean & simple panel UI and native JSON support!
-
If you're looking for a powerful, easy to use and well documented CMS which works without DB (and efforts) : simply @getkirby
-
Just love working with Kirby and the documentation is world class and a real charm ;) Thanks for creating this amazing product :)
-
I initially tried Kirby as a prototyping framework. It worked out so great I now build most of my sites with it. It's by far the best CMS I've used for multilingual content-sites.
-
Kirby is the way to go. Easy set up, super fast if you have to modify anything and absolutely reliable.
-
easy to setup, easy to use and flexible as hell – that's what @getkirby says about establishing a wiki and we approve