Curated list of awesome PocketBase resources.
PocketBase is an open source backend consisting of embedded database (SQLite) with realtime subscriptions, built-in auth management, convenient dashboard UI and simple REST-ish API.
Golang Server - The main PocketBase server.
JavaScript SDK - Browser and Node.js for interacting with the PocketBase API.
Dart SDK - Multi-platform SDK for interacting with the PocketBase Web API.
create
, update
and delete
events on selected collections via POST request to other systems.Ports of NPM/Node.js packages to the PocketBase JSVM.
OG Package | Ported Package | Description | |
---|---|---|---|
Node.js | pocketbase-node | Node.js core packages (fs , process , etc) |
|
ejs | pocketbase-ejs | Embedded JavaScript templates - http://ejs.co | |
marked | ✅ works without changes | A markdown parser and compiler. Built for speed. |
JS plugin ecosystem at pocodex.dev. Mirrored from the pocodex project for convenience.
Name | Description | Installation Command | |
---|---|---|---|
OTP | One-Time Passwords | pocketbase-otp | |
PocketPages | Server-side JS pages | pocketpages |