I had a quick look at your website and I don't understand the value. The point of SQLite is to run it in-process, with no networking overhead. Does each client keep a full copy of the database? If not, then what you're offering is a client-server database, then why not use PostgreSQL or MySQL instead of SQLite Cloud. Would be useful to have some architectural overview on your website explaining this.
Hello, I'd like to start receiving feedback for my new startup. We build a distributed DBMS on top of SQLite. Under the hood, we use Raft as a consensus algorithm between the cluster nodes.