This is a collection of PocketBase community resources. Please send suggestions in the form of pull requests.
- PocketBase React - Unofficial React SDK (React, React Native, Expo) for interacting with the PocketBase JS SDK.
- 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.
- PocketBase Drift - a PocketBase client cached with Drift.
- Dart Generator - Generate type safe client SDKs for use in local SQLite, JSON or GraphQL resolvers.
- ORM and code generator - An ORM to manage your PocketBase Application.
- libpb - PocketBase client wrapper for D with automagic serialization and deserialization to and from JSON
- Cloud Functions - Typescript/Javascript serverless cloud functions for PocketBase.
- 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.
- 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.
- Marmot - A distributed SQLite replicator with PocketBase tutorial
- Litestream - Streaming SQLite replication.
- PocketBase+Litestream example - Template showing Litestream running with PocketBase.
- PocketBase with Litestream - Docker example of PocketBase saving/restoring from Litestream.
- Enchanted PocketBase - A PocketBase fork with PBScript built-in and other realtime enhancements
- 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
- 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