Activo Own ProductMobile App 2026

Full Stack

Quadra

A mobile app to organize personal finances quickly and efficiently — helping users record expenses, income, and transactions with less manual effort through assisted capture, categories, budgets, and simple reports.

Case

Quadra

Product design, technical architecture, mobile development, backend, data modeling, and device synchronization.

Case notes

Quadra starts from a simple premise: managing personal finances shouldn’t feel like an accounting task. Many people try to stay organized but abandon the habit because manual logging takes time, becomes repetitive, and is easy to let slip.

The app aims to reduce that friction with a fast, clear experience built for daily use. The goal is for users to log transactions, organize categories, review their history, and understand their spending habits without friction.

The design philosophy is modular: everyone can start with the essentials and enable more tools as needed. A basic user works with records, categories, and simple reports. A more advanced user can activate budgets, goals, debts, and assisted capture to further reduce manual entry.

On the technical side, local state lives in SQLite via Drift, operations are recorded without waiting for server confirmation, and background sync with the FastAPI backend handles the rest. Flutter was chosen for precise local state control with Riverpod and native Drift integration. Last-write-wins conflict resolution was a deliberate choice — for a single user with one primary device, the added complexity isn’t justified.

The repository is private. The project is in active development with commercial intent.

Key highlights

  • Fast recording of expenses, income, and transfers with accounts, categories, notes, and transaction history.
  • Modules for budgets, goals, debts, reports, and assisted capture to reduce manual entry.
  • Full stack with Flutter, Firebase Auth, SQLite/Drift, FastAPI, and PostgreSQL — built for sync and phased growth.

Stack

    Flutter FastAPI Python PostgreSQL Firebase Auth SQLite / Drift Riverpod Docker