awesome-pocketbase

This is a collection of PocketBase community resources. Please send suggestions in the form of pull requests.

React

Svelte

  • SvelteKit Starter - A starter-kit showing how to use customized PocketBase as a backend to SvelteKit frontend.
  • SvelteKit Auth - This project is designed as a sample implementation reference for getting authentication setup using SvelteKit.

Vue

Dart/Flutter

  • PocketBase Drift - a PocketBase client cached with Drift.
  • Dart Generator - Generate type safe client SDKs for use in local SQLite, JSON or GraphQL resolvers.

C#

D

  • libpb - PocketBase client wrapper for D with automagic serialization and deserialization to and from JSON

Unofficial PocketBase Clients (SDKs)

Serverless

  • Cloud Functions - Typescript/Javascript serverless cloud functions for PocketBase.

Hosting

  • pockethost.io - Hosted and managed PocketBase with email and SSL support. Up and running in 30 seconds. Supports JS/TS serverless cloud functions.
  • PocketBase Docker - Docker setup supporting multiple architectures and automatically updated with PocketBase releases.
  • Deploy on Digital Ocean link.
  • Host free on fly.io link.
  • Use LocalXpose to allow public access to a localhost PocketBase instance link.

Typescript tools

  • PocketBase Typegen - Generate Typescript types from the SQLite db file.
  • pocketbase-ts - A simplified PocketBase SDK to ease the developer experience. Modular API. Strongly typed Schemas.

SQLite tools

Forks

Showcases

  • Vimsnake - A realtime WASM game where Vim commands are used as controller inputs.
  • ToDo - React-based to-do demo app
  • Realtime Blog - a React-based realtime blog demo
  • oAuth - a React-based oAuth demo

Official Packages

  • PocketBase golang server - The main PocketBase server
  • PocketBase JS/node client - TS/JS/node client to communicate with the server
  • PocketBase Dart client - Dart client to communicate with the server