https://github.com/k2on/money
The fastest personal finance application that runs on iOS, Android, Web, and even in the terminal.
https://github.com/k2on/money
Last synced: 14 days ago
JSON representation
The fastest personal finance application that runs on iOS, Android, Web, and even in the terminal.
- Host: GitHub
- URL: https://github.com/k2on/money
- Owner: k2on
- Created: 2025-10-27T09:50:57.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-12-29T04:11:05.000Z (7 months ago)
- Last Synced: 2025-12-31T15:17:21.059Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.02 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Koon Money

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.
## Development
```sh
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 dev
```
## Deployment
An example deployment of this application can be found [here](https://git.koon.us/max/os/src/branch/main/host/ark/service/money.nix).