Privacy choices

Optional Google Analytics and advertising are off until you choose. Read our privacy details.

Topic

PocketBase

1 news article · 8 tutorials

News

Tutorials

Litestream continuously replicating a PocketBase SQLite database to a Cloudflare R2 bucket
AutomationLevel / intermediate

Litestream to Cloudflare R2: Disaster Recovery for SQLite

SQLite on one free box is one disk failure away from gone. Here is the exact Litestream-to-R2 setup I run across every PocketBase backend in my stack, including the restore drill and the gotcha that bites first.

Published 7 min read
PocketBase collection POST body showing the schema key renamed to fields with flattened select options
AI CodingLevel / intermediate

PocketBase v0.22 Broke My Migrations: It's `fields`, Not `schema`

I upgraded PocketBase, my migration code threw a cascade of 400s and 404s, and one collection came back empty with a 200. The breaking change is the `schema` to `fields` rename plus flattened field options, and this is the full fix.

Published 7 min read
Coolify Self-Hosting on Oracle ARM - 2026 Walkthrough (Free Forever)
AutomationLevel / intermediate

Coolify on Oracle ARM in 2026: How I Run 15-20 Apps From One Free Box

I run Coolify on a single free Oracle A1 box in Mumbai as the control plane for 15-20 production apps. This is the real install, the Git-push deploy flow, the Cloudflare Tunnel that keeps every port closed, and the API quirks nobody documents.

Published 8 min read
Non-Engineers Shipping Claude-Generated Frontend Code to PROD - The India Reality
ClaudeLevel / intermediate

I Ship Production Software Without an Engineering Title: The Claude Code Operator Reality in India

A non-traditional operator running real production sites on Claude Code, Coolify, PocketBase on Oracle ARM, and Cloudflare. The real workflow is Opus as orchestrator plus subagents executing, governed by hard gates: verify before claiming done, snapshot before destructive ops, and a flat refusal of --no-verify and --force. Here is what works, and the failure modes a non-engineer hits shipping to prod in India.

Published 8 min read
Oracle ARM Always-Free Tier 2026 - Real Limits, Real Gotchas
AutomationLevel / intermediate

Oracle ARM Always-Free in 2026: What I Learned Running 15 Services on One Free Box

Oracle's ARM free tier gives you 4 OCPUs and 24GB RAM for zero rupees, and it genuinely runs real workloads. I host Coolify, several PocketBase backends, and a Cloudflare Tunnel on one A1 box. Here is what actually breaks, the capacity game nobody warns you about, and the Docker bridge gotcha that breaks tunnels silently.

Published 8 min read
PocketBase vs Supabase 2026 - For Bootstrapped Indian Founders
AutomationLevel / intermediate

PocketBase vs Supabase 2026: Why I Self-Host Every Backend in My Empire

PocketBase and Supabase both promise a backend in a weekend. One of them bills you per project; the other is a single binary you own forever. Here is why every backend in my multi-site setup runs PocketBase on Oracle ARM, the real migration off Supabase, and the breaking changes nobody warns you about.

Published 7 min read
PocketBase admin UI with collections and Claude integration
AutomationLevel / intermediate

PocketBase As SaaS Backend, Wired To Claude

PocketBase is the single-binary backend I use across my SaaS empire. Wired to Claude, it gives you auth, DB, files, and AI features in one Linux process. This is the install.

Published 7 min read
PocketBase admin and Supabase dashboard side by side
AutomationLevel / intermediate

Supabase Alternative, The PocketBase Empire Stack

Supabase is the default Indian-startup BaaS choice. I run PocketBase instead across the empire. This piece explains why, with the cost math and migration trade-offs.

Published 7 min read