Existing CMS solutions can be cumbersome and not worth the hassle for small projects.
Justfields is easy & fast. Configure a minimal CMS online in seconds and use up-to-date content in your project.
Get started - it's freeUse the online admin interface to create the data structure (schema) using fields with different datatypes like text, select, image, etcetera.
In a separate editor interface, your client can add content to the configured fields. This online interface is very easy to use.
The JSON output contains your data structure with the client's content.
// Javascript ES6 example
fetch('https://justfields.com/project/1bvE8yWw/json')
.then( response => response.json() )
.then(function (data) {
console.log(data.example_group.page_title)
data.example_group.teammembers.forEach(function(teammember){
console.log(teammember.name, teammember.position)
})
})
See more code examples in the documentation
These are the types of fields that you can choose from when configuring your data structure: