#Pocketbase
You can yap stuff :)

✅ Login / logout
✅ Post something

(Sveltekit + Pocketbase)
December 21, 2025 at 10:17 PM
PocketBase v0.23.0
github.com/pocketbase/p...

It is incredible that the author completed so many awesome improvements after announcing the plan nine months ago.
Release v0.23.0 Release · pocketbase/pocketbase
NoteYou don't have to upgrade to PocketBase v0.23.0 if you are not planning further developing your existing app and/or are satisfied with the v0.22.x features set. There are no identified critical...
github.com
November 25, 2024 at 7:18 AM
🔧 Développeurs et amoureux de la tech, découvrez PocketBase ! Tout votre backend simplifié en un seul fichier. 🚀 #TechInnov #DevSimplifié #PocketBase
PocketBase - Gérez votre backend grâce à un seul fichier
Développeurs, administrateurs système, passionnés de tech, aujourd’hui, je vais vous présenter PocketBase, une solution backend complète qui va vous faire …
korben.info
December 3, 2024 at 8:05 AM
omg when i learned about atproto my first thoughts was "wait this is just pocketbase" thank you for making at pocketbase real
September 14, 2026 at 7:41 PM
¡Una alternativa a Firebase y Supabase!
Se llama PocketBase. Gratuita y de código abierto.

✓ Auth y subida de archivos
✓ Base de datos en tiempo real
✓ Panel de administración integrado

Con SDK para JavaScript. ¡Hospédalo donde quieras!
→ pocketbase.io
March 17, 2025 at 2:55 PM
I just published version 0.6.0 of @sparkstone/pocketbase-schema on npm

the typescript type generator cli for pocketbase

it converts all collection names to pascal case

www.npmjs.com/package/@spa...

#pocketbase #buildinpublic #oss #ts #typescript
@sparkstone/pocketbase-schema
`@sparkstone/pocketbase-schema` is an open-source utility to generate TypeScript typings from [PocketBase](https://pocketbase.io/) schemas, enabling type-safe development with PocketBase APIs.. Latest...
www.npmjs.com
January 28, 2025 at 7:38 PM
📦 pocketbase / pocketbase
⭐ 41,321 (+48)
🗒 Go

Open Source realtime backend in 1 file
GitHub - pocketbase/pocketbase: Open Source realtime backend in 1 file
Open Source realtime backend in 1 file. Contribute to pocketbase/pocketbase development by creating an account on GitHub.
github.com
December 7, 2024 at 6:01 PM
Je vous avais déjà parlé de PocketBase, un backend écrit en Go proposant une base de données SQLite, de l'authentification, un dashboard admin et du stockage de fichiers, le tout dans un seul fichier source. La version 0.27.1 est disponible⬇️

pocketbase.io
PocketBase - Open Source backend in 1 file
Open Source backend in 1 file with realtime database, authentication, file storage and admin dashboard
pocketbase.io
April 23, 2025 at 6:15 AM
My website is now hosted on a Raspberry PI in my office! 🤯

CloudFlare (Domain w/ Proxy) => ATT (Public IP w/ Dynamic DNS) => Unify Gateway (Port forward) => Synology NAS (Reverse Proxy) => Raspberry PI 5 16GB RAM (PocketBase)

rodydavis.com
February 16, 2025 at 8:51 AM
PocketBase : un backend Go Open Source très léger idéal pour les applications en temps réel. Avec une base de données SQLite intégrée, gestion des utilisateurs/fichiers, un tableau de bord Admin et une API (presque) REST.
github.com/pocketbas...
GitHub - pocketbase/pocketbase: Open Source realtime backend in 1 file
Open Source realtime backend in 1 file. Contribute to pocketbase/pocketbase development by creating an account on GitHub.
github.com
December 6, 2023 at 8:16 PM
Go-to stack lately:

- SvelteKit
- PocketBase
- Tailwind + shadcn-svelte

Love the dev experience, but I keep rebuilding the same stuff: Auth, routing, layout, UI components… every. single. time.
So I’m fixing that. 🔧
#buildinpublic #sveltekit #pocketbase #webdev
April 14, 2025 at 10:59 AM
@tanstack.com Trailbase (alternative to Supabase & Pocketbase) is exploring local/offline-first capabilities facilitated by Tanstack 💓 testers wanted.

www.npmjs.com/package/@tan...

github.com/trailbaseio/...
Local first tooling · trailbaseio trailbase · Discussion #1
Finally someone’s doing a Rusty take on PocketBase, awesome! 🙌 I’ve been thinking a bit about how such a thing could differentiate itself. People who are using supabase/pocketbase aren’t using them...
github.com
July 17, 2025 at 9:26 AM
Deployed my first ever #PocketBase on a 4.7€ Hetzner server.
January 25, 2025 at 5:58 PM
PocketCoder fixes the onboarding rough edges: login validation now matches PocketBase, keyboard won't hide your fields, and you can see error details before signing in. FOSS, self-hosted, and getting more solid each push. #Shipaton #BuildInPublic #selfhosted #FOSS
September 24, 2026 at 5:00 PM
I think about this post from the pocketbase author a lot.
November 22, 2024 at 6:07 AM
I just published version 0.7.0 of @sparkstone/pocketbase-schema on npm

the typescript type generator cli for pocketbase

the interface generation logic was rewritten and it now generates a Collections enum and enums for your select fields.

#pocketbase #buildinpublic #oss #ts #typescript
February 6, 2025 at 1:51 AM
FirebaseのようにGUIでバックエンドを構築できる無料でオープンソースのシステム「PocketBase」、わずか1ファイルのみ
https://gigazine.net/news/20251206-pocketbase/
FirebaseのようにGUIでバックエンドを構築できる無料でオープンソースのシステム「PocketBase」、わずか1ファイルのみ
FirebaseやSupabaseなど、バックエンドサービスで提供されるデータベース機能や認証機能などを無料かつローカル環境にたった1ファイルで構築できるオープンソースのシステム「PocketBase」が公開されています。
gigazine.net
December 5, 2025 at 3:00 PM
today i figured out how to pass a pocketbase auth cookie through sveltekit to puppeteer so that i could convert protected pages into pdfs. please clap.
December 13, 2024 at 9:40 PM
i really hope more people realize that we all have what is equivalent to pocketbase.io with our bluesky accounts
November 28, 2025 at 4:41 PM
I've been using a custom script to generate typescript typings for my pocketbase collections for a while now and figured since I was pulling it into another project I would go ahead and turn it into a npm package

github.com/odama626/poc...

#pocketbase #schema #ts #typescript #npm
GitHub - odama626/pocketbase-schema
Contribute to odama626/pocketbase-schema development by creating an account on GitHub.
github.com
January 21, 2025 at 5:33 PM
¡Una alternativa a Firebase y Supabase!
Se llama PocketBase. Gratuita y de código abierto.

✓ Auth y subida de archivos
✓ Base de datos en tiempo real
✓ Panel de administración integrado

Con SDK para JavaScript. ¡Hospédalo donde quieras!
→ pocketbase.io
April 24, 2026 at 3:59 PM
🗄️ PocketBase — Backend ringan & open source dengan fitur lengkap!

⚡ Realtime API, autentikasi bawaan, admin UI, & database SQLite ter-embed.
📦 Semua dalam satu file executable yang mudah dijalankan.
🔗 github.com/pocketbase/pocketbase

#PocketBase #OpenSource #Backend #DevTools #SQLite #Realtime
October 8, 2025 at 8:25 AM