A startup from Germany.
Flexibility
Kirby is highly flexible and can be tailored to fit various project needs, from simple websites to complex applications.
Flat-File CMS
Kirby uses a flat-file system for content storage, eliminating the need for a database and simplifying deployment and backups.
User-Friendly Interface
Kirby provides an intuitive and clean admin panel, making it easy for content editors to manage their websites.
Performance
The flat-file nature of Kirby CMS results in fast load times and responsive performance, as there is no database overhead.
Customization
Developers can write custom plugins and templates easily due to Kirby's modular architecture and extensive API.
Security
Kirby is designed with security in mind, offering features like user authentication, management, and regular updates to patch vulnerabilities.
Detailed Documentation
Kirby offers comprehensive and well-organized documentation that helps developers quickly get up to speed and solve issues.
Community Support
An active community and forum provide support, tutorials, and shared plugins to enhance functionality.
Kirby is a highly recommended CMS for developers seeking a lightweight, customizable solution that doesnโt compromise on performance. Itโs a great choice for those who prefer writing and managing content via files rather than a traditional database system. The licensing cost is reasonable, making it accessible for small to medium projects.
We have collected here some useful links to help you find out if Kirby is good.
Check the traffic stats of Kirby on SimilarWeb. The key metrics to look for are: monthly visits, average visit duration, pages per visit, and traffic by country. Moreoever, check the traffic sources. For example "Direct" traffic is a good sign.
Check the "Domain Rating" of Kirby on Ahrefs. The domain rating is a measure of the strength of a website's backlink profile on a scale from 0 to 100. It shows the strength of Kirby's backlink profile compared to the other websites. In most cases a domain rating of 60+ is considered good and 70+ is considered very good.
Check the "Domain Authority" of Kirby on MOZ. A website's domain authority (DA) is a search engine ranking score that predicts how well a website will rank on search engine result pages (SERPs). It is based on a 100-point logarithmic scale, with higher scores corresponding to a greater likelihood of ranking. This is another useful metric to check if a website is good.
The latest comments about Kirby on Reddit. This can help you find out how popualr the product is and what people think about it.
I think the progression people went trough is MoveableType > Textpattern > Kirby so if you want the โlatest generationโ of the simple server rendered CMS you might as well try https://getkirby.com. - Source: Hacker News / 12 months ago
There are CMSes that work with static site generators. Static site generators do not imply that the input is markdown, though this is often the usecase. https://decapcms.org/ https://getkirby.com/ https://tina.io/ https://statamic.com/ ect ect. - Source: Hacker News / over 1 year ago
PHP based static file CMS (w/o database) to render markdown on the fly: * Kirby: https://getkirby.com/. - Source: Hacker News / over 1 year ago
I gave October a pretty serious look about five or six years ago. I like the fact that you can code in the interface, which can feel more friendly than competing platforms. But I thought the community hadnโt reached a level of scale that I thought was enough that I could trust it. Also, I know that you have said youโre willing to pay and youโre not necessarily looking for FOSS, but I will point out there was some... - Source: Hacker News / almost 2 years ago
If you have mostly static web sites with little work to update, you could try out the flat-file KirbyCMS: https://getkirby.com/ - it is a CMS I tried myself and liked quite much. I want to point out that it is not an open-source project like Wordpress, but a one-time licence fee you have to pay once you go live with your project. There is a great community around KirbyCMS who are building plugins for it, for... - Source: Hacker News / almost 2 years ago
I have been using kirby (https://getkirby.com/) for all my (mostly non-dynamic) websites with great success the last few years. It's super stable, flexible, under active development and has a great ecosystem. Can't recommend it enough. - Source: Hacker News / almost 2 years ago
After a few years building on WO I switched to https://getkirby.com/ and never looked back. - Source: Hacker News / almost 2 years ago
Not sure if this is what youโre after but give https://getkirby.com/ a try. - Source: Hacker News / about 3 years ago
Personally think https://getkirby.com is the entry to beat but I guess itโs just because Iโm used to it and it works incredibly well for my use case. - Source: Hacker News / about 3 years ago
Check out KirbyCMS. A PHP based files-only CMS. Can also be used as headless CMS. Works on most shared hosts and doesn't need a database. You'll have to do some basic PHP for the templates, though. Source: about 3 years ago
I guess it depends what you need to build. I used to use Wordpress for all my personal and client projects but I then moved to Kirby[0] and I couldnโt be happier. But I think it highly depends on what kind of projects you work on. [0] https://getkirby.com/. - Source: Hacker News / about 3 years ago
I can recommend Kirby (https://getkirby.com/), a flat file PHP CMS. Itโs fast, has a panel to update data and can be hosted on any basically any PHP host. Just use the quite simple PHP-templates and add CSS & JS like you already know how to do. No need to complicate things. - Source: Hacker News / about 3 years ago
PHP has a lot of top tier CMSes. IMHO bunch of them are even better than Statamic. Craft CMS (https://craftcms.com/) is a lot more mature database based CMS. Kirby (https://getkirby.com/) is better at flat-file and has a lot better admin interface. Twill (https://twillcms.com/) is better integrated in Laravel and is fully open-source. Statamic mostly feels like it's sitting besides Laravel and they call themselves... - Source: Hacker News / over 3 years ago
If this sounds like what you need, take a look at https://getkirby.com/ It's the tool of choice for me for smaller-medium things, it's also simple to set up and to maintain. Source: over 3 years ago
Https://getkirby.com/ or consider if they really even need a cms. Sometimes a simple html website is plenty and you can update for them if/when the need arises. Source: over 3 years ago
Another area of CMS Systems are Flat File System based CMS which I did last time not hear a lot around but there was a lot of noice in the past from Kirby CMS and Grav CMS. Instead of a database they store all there data inside files and I mostly saw more for simpler website build with it where not specific security releated user context based content where used. Source: over 3 years ago
I don't know what kind of project you're working on right now, but depending on scope, I can recommend giving https://getkirby.com/ a try. It's a flatfile cms with very good documentation. I got to build with it on our latest project and found it much more enjoyable to work with than wordpress. Downside is that it's not free. Source: over 3 years ago
If you must stay with front-end tech you can use fetch with a path rather than a url to get public files from a given dir. Maybe look into static site generators (eleventy for example) or flat-file CMSs (kirby for example). Source: over 3 years ago
I would recommend Grav or Kirby (if your site is less than 50 pages) or Craft if your site is larger than that. Craft is especially nice. I has an incredibly powerful developer experience and an incredibly refined editor experience. Those 2 don't often go together. Grav and Kirby are nice in that they give you all the nice features of a CMS, but don't require a database, so they're trivially easy to stand up... Source: over 3 years ago
Depends on what you want to do. Web development is always a matter of using the right tool for the right job. Wordpress is absolutely fine in most cases. I think with WP you can't spread yourself too thin either. But if you want something lighter, you could look at https://getkirby.com/ for example. Source: almost 4 years ago
What OP is building is not a typical "flat file CMS". Flat File CMS are typical CMS systems (often times written in PHP) that run on the server, but use files (often Markdown/Frontmatter) as their data layer (instead of a DB like Wordpress, Drupal, etc.) โ if you're looking for a really nice Flat File CMS take a look at Kirby (https://getkirby.com). What OP is building (I think) and what others like Netlify CMS... - Source: Hacker News / almost 4 years ago
Do you know an article comparing Kirby to other products?
Suggest a link to a post with product alternatives.
Is Kirby good? This is an informative page that will help you find out. Moreover, you can review and discuss Kirby here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.