← All posts

Building SnapSibo

SnapSibo is our first product to reach beta. If you want the full picture of what it does, there's a product page for that — this post is the quick look under the hood.

The stack

  • Backend — Python and FastAPI. It's quick, typed, and documents itself as you go.
  • Database — Supabase, which is PostgreSQL with auth, storage, and realtime already wired up.
  • Frontend — Flutter, so web (as a PWA) and mobile come out of one codebase.

Why these choices

We pick tools that let us move fast now without boxing ourselves in later. FastAPI keeps the API layer lean. Supabase means we aren't rebuilding auth and storage from scratch. And Flutter lets a small team cover web and mobile at the same time, which matters when the team is this small.

The result is an app that feels fast, installs from the browser like a native one, and stays maintainable as it grows.

Want early access? Get in touch.

← All posts