Pocketbase – open-source realtime back end in 1 file
101–110 of 211 posts
Re: Pocketbase – open-source realtime back end in 1 file
#102Earlier quoted context omitted.
TrailBase has a comparison page https://trailbase.io/comparison/pocketbase/
What a respectfully and humbly written comparison page. Ditto for their Supabase comparison. I can't rate the objectivity since I know very little about TrailBase but they got my attention now. It brings me such joy to see such a writeup in a world where humility is perceived as weakness. Kudos.
Re: Pocketbase – open-source realtime back end in 1 file
#103But a lot of user (including me) use pb as database layer only, not as backend. I still write my backend on my project and pb is just like database as a service for me. And much happier than using it as only backend.
Re: Pocketbase – open-source realtime back end in 1 file
#104Congrats on the launch!
Re: Pocketbase – open-source realtime back end in 1 file
#105I have around 5 instances of pocketbase running on a 10 USD/month Hetzner server, serving thousands of users a day without breaking a sweat.
Re: Pocketbase – open-source realtime back end in 1 file
#106Trailbase is the same concept, but written in Rust instead of Go.
Re: Pocketbase – open-source realtime back end in 1 file
#107Re: Pocketbase – open-source realtime back end in 1 file
#108Postbase uses PostgreSQL and BetterAuth. No GUI yet, but it's in the plan and will be called Admin (Panel). I had the same instinct of using SQLite, but then, after a bit of research, PostgreSQL seemed a better alternative for serious projects.
Postbase, in contrast to PocketBase, doesn’t seem ready for primetime : ” Brand new project launched 02 Nov 2025, this is boiler plate but working! Expect heavy changes coming every few hours until stable Mostly all code is ChatGPT generated but manually tested by human.”
Re: Pocketbase – open-source realtime back end in 1 file
#109Trailbase is the same concept, but written in Rust instead of Go.
Re: Pocketbase – open-source realtime back end in 1 file
#110I'm a huge fan of Pocketbase. Backing up the sqlite though had me more stressed than I'd prefer, and I wanted a plug-and-play way to sqlite3_rsync a backup while Pocketbase was running: so I've been working on this: https://sqlrsync.com . MVP works. Billing isn't being checked yet (be gentle but it's Cloudflare Durable Objects underneath so it should be local, fast, and resilient.) Would love feedback from anyone ope…