Headless CMS for the Decentralized web built on Polybase and Ceramic.
A Headless CMS for the Decentralized web built on Polybase. Currently, there is no CMS in the web3 space that provides a headless solution to set up and manage content in a project. With this, we aim to deliver web3 developers a tool to set up cms for their projects in a quick and efficient way that will store all the data on decentralized storage using polybase.
The project provides a user interface for non-technical people to manage their content. Since it's a headless CMS we intend to provide Graphql APIs that they can use to read, write, and update data back and forth from Polybase. The notable thing here is we have to generate Polybase schema from the user input, based on which we dynamically generate graphql queries and mutations. We are using @graphql-tools package for schema stitching and generating executable schema.