The fastest personal finance application that runs on iOS, Android, Web, and the terminal.
Made with Typescript, Expo/React Native, OpenTUI, Zero Sync Engine, Better Auth, and Drizzle.
git clone https://git.koon.us/max/money.git
direnv allow
cp .env.example .env.dev
ln -s .env.dev .env
vim .env.dev # Update with Plaid credentials
pnpm install
pnpm devAn example deployment of this application can be found here.