craft VS CraftCMS

Compare craft vs CraftCMS and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
craft CraftCMS
1 45
178 3,156
0.6% 0.2%
6.4 10.0
8 days ago 6 days ago
Twig PHP
BSD Zero Clause License proprietary
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

craft

Posts with mentions or reviews of craft. We have used some of these posts to build our list of alternatives and similar projects.
  • Craft CMS 4 just released.
    1 project | /r/PHP | 5 May 2022
    Ok, maybe I can eat my words and have egg on my face, not sure. I went to craftcms/craft on Packagist, and his the source link for Github. Got to a Github repo, went to the composer.json file and seen: https://github.com/craftcms/craft/blob/main/composer.json

CraftCMS

Posts with mentions or reviews of CraftCMS. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-28.
  • Different flavors of content management
    9 projects | dev.to | 28 Aug 2023
    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 update our CMS or some user have a weak password, it can be someone outside of our team. WordPress, Drupal, CraftCMS, or Ghost are perfect examples of such CMSs.
  • Show HN: Primo – a visual CMS with Svelte blocks, a code editor, and SSG
    9 projects | news.ycombinator.com | 21 Jul 2023
  • Is Htmx Gaining in Popularity?
    3 projects | news.ycombinator.com | 8 Jul 2023
    I checked one website in that list, it uses CraftCMS, which apparently has htmx bundled. (https://github.com/craftcms/cms/tree/main/src/web/assets/htm...)

    Would be interesting to know which other CMS'es make use of htmx (and to what degree).

  • Site without WordPress
    1 project | /r/webdev | 12 May 2023
  • Go with PHP
    19 projects | news.ycombinator.com | 10 May 2023
    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 Laravel based for marketing.
  • Stack to build and deploy a fully functional personal blog?
    4 projects | /r/webdev | 6 May 2023
    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.
  • SvelteKit+ MongoDB
    11 projects | /r/sveltejs | 10 Apr 2023
    Craft CMS
  • 09
    2 projects | /r/schrodingers | 1 Apr 2023
  • A mate of mine built a cool little Tottenham Database showing the history of spurs.
    2 projects | /r/coys | 3 Mar 2023
    It's built on Craft CMS. Makes the relationships between elements (a match and a player, for example) super easy.
  • Creating a CMS with React, what should I look at?
    2 projects | /r/reactjs | 1 Feb 2023
    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.