Files: Reimagined and built for the modern web.
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 structured object 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.
Concords Prototype: Boards App
Built with Svelte and served statically through Vercel.
- Create new and multiple boards
- Downloadable app files
- Load any board, from any user
- Assign tasks to users
- Editable tasks
- Timestamped actions
- Drag to sort columns
- Draggable tasks across columns
- Soft delete tasks to the trash, with restore and remove
- Activity log with an immutable history of the board