LowCMS is an instant CMS layer on top of your local JSON files. With built-in support for JSON Schema, it lets you manage and edit structured content effortlessly โ no need to touch an IDE or text editor!
30s Demo

Features
- Rich and Safer Editing Experience ๐คน๐ป
- JSON Schemas validation straight from your JSON files which safeguards your editing experience
- Editing and Sorting of nested data structure
array of objects
- Dedicated input field for common data types e.g.
string
, number
and boolean
- Enums support for
string
and array of strings
field
- (Coming soon)
ID
field
- (Coming soon)
relationship
field
- ...and more!
- Content Filtering ๐
- Filter your content with data-type-specific operators that translate to MongoDB-like query selectors
- (Coming soon) Freehand MongoDB-like query
- Browser-full ๐ป - Thanks to the File System API, LowCMS reads and writes content to your authorized directory all from the browser. No software installation.
- Privacy ๐ - No Data is sent to a server. In fact, LowCMS doesn't have a backend server - literally serverless!