|
|
|
|
|
by Scotups
2126 days ago
|
|
Here are just a few things: 1. Our frontend editor, where you edit content, is open-source. You can add new field types with react components easily.
2. The editor is also mounted on your site and lives there wherever you want. So, yousite.com/cms. We handle auth as well.
3. You define your schema in your code, like a DB schema, instead of in a GUI. Your schema lives in git with your app.
4. You can get started completely from the CLI, never touching a web app.
5. You can extend your schemas with plugins from the community.
6. We give your features like content previews right out the box with no code setup. |
|