diff --git a/src/site/headless-cms/artgen.md b/src/site/headless-cms/artgen.md new file mode 100644 index 000000000..62ede880d --- /dev/null +++ b/src/site/headless-cms/artgen.md @@ -0,0 +1,43 @@ +--- +title: Artgen +repo: artgenio/core +homepage: https://artgen.io +twitter: artgencms +opensource: "Yes" +typeofcms: "API Driven" +supportedgenerators: + - All +description: Javascript Headless CMS built on No Code engine and spiced with a visual database editor. By combining this three important building block, You can build any kind of application without the need for third party elements. +images: + - path: /img/cms/artgen-content.png + - path: /img/cms/artgen-no-code.png + - path: /img/cms/artgen-vdatabase.png +--- + +# What it solves? + +Unlike many other CMS, Artgen concentrates on the whole application design. With it's visual database editor You can easily create and edit database tables; Then simply manage the data from it's automatically generated content editor and finally design complex business logic in it's No Code flow engine. + +Artgen aims to solve the fragmentation between those solutions, and provide the users with a streamlined experience. + +## Get Started! + +``` +docker run -d -p 7200:7200 artgenio/core:latest +``` + +Or with NPX + +``` +npx @artgenio/core +``` + +then visit the [http://localhost:7200](http://localhost:7200) to see it Yourself. + +### Demo + +Checkout the live demo site at [https://demo.artgen.io](https://demo.artgen.io) and see it without and strings attached. + +--- + +Don't forget to have a great day! diff --git a/src/site/img/cms/artgen-content.png b/src/site/img/cms/artgen-content.png new file mode 100644 index 000000000..ece53e083 Binary files /dev/null and b/src/site/img/cms/artgen-content.png differ diff --git a/src/site/img/cms/artgen-no-code.png b/src/site/img/cms/artgen-no-code.png new file mode 100644 index 000000000..24ebe730b Binary files /dev/null and b/src/site/img/cms/artgen-no-code.png differ diff --git a/src/site/img/cms/artgen-vdatabase.png b/src/site/img/cms/artgen-vdatabase.png new file mode 100644 index 000000000..f4691ba3c Binary files /dev/null and b/src/site/img/cms/artgen-vdatabase.png differ