Concords is a framework for building offline and decentralized SAAS applications, by taking a file-based approach to data and eliminating the need for complex and centralized server infrastructures. If you’re a coder, think of it as a functional application; you pass it a document, you perform a series of actions on the document, you then return the new document. Concords stores all app data in a JSON format, meaning it can be saved to or loaded from anywhere, without the dependency of a centralized hosting solution. Powered by a JS runtime Merkle Tree of CRUD based actions and synced with a reactive IndexedDB layer, Concords stores data with full audit history and integrity — secured by a keypair based offline authentication module.



