Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions src/site/headless-cms/artgen.md
Original file line number Diff line number Diff line change
@@ -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!
Binary file added src/site/img/cms/artgen-content.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/site/img/cms/artgen-no-code.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/site/img/cms/artgen-vdatabase.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.