A startup from the United States.
Customizability
Craft CMS offers extensive customization options, making it ideal for complex and unique projects. Developers have full control over HTML and can use Craft's robust content modeling features.
User-Friendly Interface
The admin panel is intuitive and user-friendly, which makes content management easy for non-technical users. The experience is smooth and modern, enhancing productivity.
High Performance
Craft CMS is designed to be fast and efficient, offering excellent performance even with complex and data-rich websites.
Security
It offers strong security features, regularly updates for vulnerabilities, and has built-in protection against common threats like SQL injection and XSS attacks.
Support and Community
Craft CMS has a strong community and excellent support. Users have access to thorough documentation, a vibrant forum, and a Slack channel where they can get help and share knowledge.
We have collected here some useful links to help you find out if Craft CMS is good.
Check the traffic stats of Craft CMS 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 Craft CMS 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 Craft CMS'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 Craft CMS 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 Craft CMS on Reddit. This can help you find out how popualr the product is and what people think about it.
Craft CMS is a flexible and developer-friendly platform that focuses on custom design and structured content. Itโs best for agencies and designers building tailored websites, offering complete control over content modeling and front-end rendering. - Source: dev.to / 10 months ago
There was a whole rash of them a few years back. I'm not sure if any of them took off or what. https://ghost.org/ https://strapi.io/ https://getgrav.org/ https://craftcms.com/. - Source: Hacker News / over 1 year ago
The most typical approach is having a CMS admin panel sit somewhere on the server; everyone with an account uses this. This is a very convenient approach, especially when working with a team. This way, many people can work on different articles simultaneously without worrying about potential conflicts or overwriting stuff. The only con is related to security - everyone can try to get inside, and if you forget to... - Source: dev.to / over 2 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 / about 3 years ago
You're basically looking for any CMS that supports headless mode. E.g. Strapi (https://strapi.io/, NodeJS based), CraftCMS (https://craftcms.com/, PHP based) or countless others. Source: about 3 years ago
It's built on Craft CMS. Makes the relationships between elements (a match and a player, for example) super easy. Source: about 3 years ago
Is there a reason you arenโt using an existing CMS? Thereโs a lot that provide all the UI functionality you are talking about and then expose it via a API to be consumed in your front end. https://craftcms.com is one option Iโve had good success with. Source: over 3 years ago
For all CMSs I think you will find advantages and disadvantages (there is also a german website collecting CMS https://cmsstash.de/empfehlungen/php-cms https://cmsstash.de/empfehlungen/php-cms, or you will even find CMS projects on Symfony CMS page https://symfony.com/projects/category/cms but even unmaintained projects are listed there), I think it is good to be always open for all technologies and use the... Source: over 3 years ago
WAMP and XAMPP are great if you're looking to do projects outside of WordPress, and learn different web-based stuff. I've actually started working with Craft CMS to learn something new, even though I should just be learning a JS framework at this point, since there are so many places that want an Angular or React developer right now. Source: over 3 years ago
It's big and overwhelming and sometimes scary. But you know what? It's also fun, engaging, and very refreshing. Because I'm a DevRel, I don't have many chances to focus on something particular. Still, I'm having a lot of fun exploring different CMSs (like Statamic, Craft, or Sanity), new approaches (at last, I understood why the headless approach is so important), and diving into tech I never used before (hello... - Source: dev.to / 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
Craft CMS is everything I ever wanted wp to be. Source: over 3 years ago
So, I looked for some alternatives and stumbled upon stuff like Statamic, Grav, or Craft. The features sound super cool and it looks just awesome! Just what I need. But then there's the thing called... installation. Via package managers. npm. Composer. Terminal commands. YIKES. In my imagination, I just install it on my webspace (web hosting provider, shared hosting), similar to e.g. WordPress, and configure it... Source: over 3 years ago
Having built and admined sites in WP, Drupal, and Joomla, I heartily recommend: Craft. Source: over 3 years ago
Our recent projects have used Craft CMS and we're actively migrating legacy WP projects to Craft. In the 'traditional' PHP/MySQL space, compared to WordPress, Craft is a breath of fresh air. Source: over 3 years ago
Craft is pretty great if you want to use php and you don't like the idea wordpress. Add the Guest Entries plugin and you can have users upload phots from a basic web form. Source: over 3 years ago
Shameless self promotion, but take a look at Craft CMS. Its multi-lingual support is second to none, with flexible localization/multi-site functionality built in. Itโs self-hosted and highly regarded as having one of the best content authoring experiences out there. Source: almost 4 years ago
I would check out Craft CMS for something like this. Can handle plenty of front-end building methods for templating and can be expanded really easily to handle Membership/Commerce things that are directly built into it. Handles both Static Pages & Blog/Entry type sections really well with built in routing capabilities to handle all of that. Source: almost 4 years ago
Start a new git repo, pick a framework like Laravel, or Craft, which will give you conveniences like routing and templating out of the box, and then possibly copy over some of the relevant PHP code from the old project and convert to blade / twig templates. Source: almost 4 years ago
So yeah, been eyeing up Craft (link), but Iโve yet to give it a proper try. Seems nice for bespoke sites. Source: almost 4 years ago
As a drop in replacement for WP I'm a huge fan of Craft CMS. There is absolutely no 'theme' system -- you simply make a regular old HTML/CSS layout and then add the Craft specific markup, which is just twig anyway. This allows for any CSS or Javascript you want, where and when you want it. The guys behind it are forward thinking and the plugin system has actual standards. Winter CMS is similar. Craft gets bonus... Source: almost 4 years ago
Craft CMS has generated a vibrant and mostly positive discussion across various platforms, asserting its presence as a formidable player in the CMS landscape. Originating as a PHP-based platform built on the Yii framework, Craft CMS is often cited for its modern development architecture and is praised for the balance it strikes between developer flexibility and user-friendliness.
A frequent point of enthusiasm in the public discourse is Craft CMS's robust feature set. The inclusion of custom fields, drag-and-drop layout management, multi-site management, and sophisticated localization capabilities makes it a compelling choice for complex projects. Craft also distinguishes itself with its live content previews and a built-in image editor, enhancing the content authoring experience to a significant degree. Users often highlight the platform's flexibility, lauding its capacity to integrate well into diverse technical ecosystems, which is crucial in today's rapidly evolving digital landscape.
Craft CMS is known for providing a powerful developer experience, primarily attributed to its clean separation of content and presentation. This aspect allows developers to craft bespoke websites without being constrained by pre-existing themes, as is often the case with more traditional CMSs like WordPress. The template system in Craft uses Twig, affording developers the use of modern, expressive syntax which many find to be a refreshing change from the usual PHP-heavy templating systems. This setup is seen as particularly advantageous for developers accustomed to working with modern frontend technologies like React or Vue.js.
The Craft CMS community is frequently mentioned as one of its valuable assets. The community is described as highly active and supportive, providing a rich repository of plugins and extensions and fostering a collaborative environment for problem-solving and innovation. This vibrant community adds a layer of assurance to developers and business stakeholders who might be considering a move to Craft CMS from other platforms like WordPress or Drupal.
Despite its attributes, Craft CMS is not without its challenges. Discussions point to potential hurdles related to its installation process, which might be more cumbersome compared to the straightforward, "one-click" installations offered by some of its competitors. These complexities can serve as a barrier for those less familiar with command-line interfaces or package managers like Composer, which are prerequisites for deploying Craft CMS effectively.
Another point of apprehension is Craft's licensing model. While there is a free version available, the fully-featured professional version requires a paid license, which can be a point of contention for users accustomed to free, open-source solutions like WordPress or Joomla.
Overall, the sentiment around Craft CMS is predominantly positive, highlighting it as a highly capable and adaptable tool for web projects that prioritize a refined content management experience alongside robust technical foundations. The platform is deemed particularly suitable for professionals and organizations that value customization, scalability, and a polished user interface. However, the technical prerequisites and cost considerations suggest that it may be best suited for more advanced CMS users and projects with specific requirements that justify its capabilities and investment.
Do you know an article comparing Craft CMS to other products?
Suggest a link to a post with product alternatives.
Is Craft CMS good? This is an informative page that will help you find out. Moreover, you can review and discuss Craft CMS 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.