PocketBase is an open-source realtime backend solution.
- Realtime: Built-in realtime subscriptions for collections and records.
- Authentication: User authentication with email/password, and OAuth2.
- File Storage: Safely store files locally or in a S3 storage.
- Extendable: Extendable via Go and JavaScript hooks.
Read more about PocketBase here.
- Sign up: Create an account on Sevalla.
- Deploy PocketBase template: Deploy the PocketBase template from the Sevalla dashboard.
- Create PocketBase account: Create a new PocketBase account using the instructions in the runtime logs of your deployed instance.
PB_VERSION: You can use this environment variable to specify the version of PocketBase you want to use. For example,PB_VERSION=0.28.1will use version 0.28.1 of PocketBase.