DEV Community

Discussion on: How do you deal with content editing after the site has been shipped?

Collapse
 
vaclavhodek profile image
vaclavhodek

We use Directus which is a flexible headless CMS, and get content from it using API. It's versatile, and we use it for blog, documentation, products, placeholders, media, etc.

You can get it up and running in minutes with Docker image.

You can even use it to send there content via API. For example, our Github Actions send there new versions of our CLI tool, so once it's built and distributed, the web is immediately and automatically updated too.

It can be theoretically used for user accounts, there are some roles and permissions, etc.