Building SnapSibo
SnapSibo is our first product to reach beta. Here's a quick look under the hood.
The stack
- Backend — Python with FastAPI, for a fast, typed, well-documented API.
- Database — Supabase (PostgreSQL), giving us auth, storage, and realtime out of the box.
- Frontend — Flutter, shipping to web (as a PWA) and mobile from one codebase.
Why these choices
We optimise for speed without regret — tools that let us move quickly now without painting ourselves into a corner later. FastAPI keeps the API layer lean. Supabase means we aren't reinventing auth and storage. Flutter lets a small team cover web and mobile at once.
The result is a product that feels fast, works offline-friendly as a PWA, and stays maintainable as it grows.
Want early access? Get in touch.