Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

digimaker.org

NotificationsYou must be signed in to change notification settings

digimakergo/digimakergo.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digimaker is a Content Management Framework focusing on simplicity, flexibility and performance.

Written in Golang.


Documentation   Github project



DMEditor - a visual editor tool

digimaker-ui(client library) documentation


Complete components based

It's complete components based, both in server side and client side, both in end user and in editorial ui.

It means you own the app entry(in server it's the index page or main function, in client it's the App.tsx(React for instance)), also means the content management features can be well intergrated into your existing system.

Balanced content model design

Define your content model like object-oriented language's class in json, then it's can be used in backend, server api and rest api automatically.

You can still use ORM or sql to easily access the content data.

Beyond content

Typical content can be articles, documents, users, products, images&videos, also can be orders, subcriptions, which is mix of content and database table. From pure database's view, if you don't want to write input client, business logic for some table fields, digimaker can be useful here.

Flexible permission

Control your permission based on content types, under location, field value, etc. It supports attribute level permission, meaning some users can create/update some fields of content.

Variable support means you can define permission rules and set values in role content directly using editorial ui.

Log&Debug-able

You are able to see what's going on using logs/debug tools, from database query, to templates used, and permission policies. Good log&debug make development & maintaince easier.

About

digimaker.org

Resources

Stars

Watchers

Forks


[8]ページ先頭

©2009-2025 Movatter.jp