This sounds cool, but how do you protect your product from pirating?<p>If your entire product is turned into a frontend app, and all of the infrastructure is stored on the users backend, doesn't this effectively mean they can just use your service for free?<p>And if you try and gate it in the frontend, obviously that can just be stripped out with an LLM in 3 seconds.<p>Am I missing something?<p>Also curious about how payments would work in a system like this.
Anything that explores triple stores in production more is interesting to me, nice one!<p>That said, the load test immediately stuck out to me as being too small scale. Triple stores can have performance issues, and the amount of operations in the load test isn't enough to exhaust a single node, let alone a multi-node setup. If you're looking to make a more convincing case I'd benchmark where one node falls over and get some sense of the ability to horizontally scale.
I had a similar idea but with a much lower-brained approach of security through purely uuid uniqueness (to some degree, similar to the initial writer controlling access), and without any actual constructs built into it:<p><a href="https://github.com/matthewscholefield/blobse" rel="nofollow">https://github.com/matthewscholefield/blobse</a><p>Which powers a few small apps like <a href="https://matthewscholefield.github.io/votosphere/" rel="nofollow">https://matthewscholefield.github.io/votosphere/</a><p>Have you considered adding an llms.txt for linkedrecords? I'd love to be able to just tell my agent to build something and point it at your llms.txt and have it just build it out on its own reliably without having to clone the repo, go through the docs, etc.
Sounds cool, but you never got around to explaining how “users control where their data is stored “, which is odd because that’s the title of your post.<p>So if I’m a user of an app built with your thing, how do I go about controlling where my data is stored? What’s the experience like for the end user to set this up and connect it to an app?
I think it would help demo an app or two that use this BaaS. Even better, if all those apps use/display the same data in different ways.
Please explain in simple words what it is and does. Is user data stored unencrypted on your servers?