Pocketbase

#bits

Pocketbase is a backend as service, similar to Firebase.

One of the key features is that the it has isomorphic library. So no need to create another layer of backend, like wrapping the pb.collection(...) inside the server-side code, you can call it directly from the frontend for most collection related tasks. For the admin tasks we should wrap it in a server for security reasons.