GitHub - benallfree/awesome-pocketbase: A collection of PocketBase community resources.

2 min read Original article ↗

Awesome PocketBase Awesome

GitHub forks GitHub forks GitHub forks

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.

Contents

Official Packages

  • Golang Server - The main PocketBase server. GitHub Repo stars

  • JavaScript SDK - Browser and Node.js for interacting with the PocketBase API. GitHub Repo stars

  • Dart SDK - Multi-platform SDK for interacting with the PocketBase Web API. GitHub Repo stars

Top PocketBase-specific Projects (>100 stars)

Major Community Projects

JSVM Plugins

Go Plugins

React

Svelte

Vue

Solid

Dart/Flutter

C#

D

  • libpb - PocketBase client wrapper for D with automatic serialization and deserialization to and from JSON. GitHub Repo stars

Node.js

  • gobot - PocketBase as an npm package. CLI and API. GitHub Repo stars

Unofficial PocketBase Clients (SDKs)

Self Hosting

TypeScript tools

SQLite tools

Other tools

Showcases

PocketPorts Packages

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) GitHub Repo stars
ejs pocketbase-ejs Embedded JavaScript templates - http://ejs.co GitHub Repo stars
marked ✅ works without changes A markdown parser and compiler. Built for speed. GitHub Repo stars