Flat File CMS

Static sites are powerful and fast.

Flat-file systems are static, but that doesn’t mean they aren’t dynamic. Flat-file content management systems don’t require databases. Instead, they store data in plain text files which allows for lightweight web projects that run quickly and forgo the vulnerabilities associated with database-driven sites. 

Flat-file frameworks we work with 

Angular.js

Angular.js is a JavaScript library that is used to enhance standard HTML. It can be used to dynamically display static site pages, enhancing usability, and providing a more intuitive web experience. 

Gatsby.js

Gatsby is a free and open-source framework based on React widely used for making fast websites and applications. It builds websites as static files that are easily deployable and prebuilt so they can be instantly sent to servers and site users.

Jekyll

Jekyll is an extendable and blog-aware open-source static site generator. It focuses on content first and foremost and allows for easy web publishing right out of the box.

React.js

As the basis for many static site generators, React is a JavaScript library that houses numerous components for building user interfaces for single-page web applications.