// Native Mobile App

Shrwd.

A native personal finance application built to track spending, manage custom budgets, and securely store financial data offline.

Currently in Private Beta via EAS

The Objective

I needed a highly responsive, custom way to track my daily spending against rigid monthly budgets. Existing apps were either too bloated with ads or required connecting live bank feeds, which raised privacy concerns. I built Shrwd to act as a secure, offline-first financial ledger.

The Architecture

The application relies heavily on a local SQLite database for instant read/write speeds without needing an internet connection. Global state is managed cleanly via Zustand, ensuring the UI perfectly syncs with the database layer during complex recurring payment calculations.

Technical Stack

Frontend FrameworkReact Native / Expo
State ManagementZustand
Local DatabaseSQLite (expo-sqlite)
RoutingExpo Router (File-based)

[ Mockup 1: Dashboard ]

[ Mockup 2: Transactions ]

Back to Portfolio

© 2026 Kobby S. Arthur. All rights reserved.