Manan Bhardwaj
Theme

Colour

Projects Life Assist

Life Assist

An open source planner for iPhone that keeps everything on the phone. No account, no cloud, no analytics.

The Today tab: what is up next, the day’s check-ins and the week so far.
The Focus tab: one main goal with its milestones and how far along each one is.
The Money tab: the month’s surplus against its target, with the budget categories under it.
The Time tab: hours logged against weekly targets, and the focus timer.
The You tab: a personal line and the operating principles under it.
Notes: a markdown vault with wiki links and tags, searchable in the app.
Fig. 1The Today tab: what is up next, the day’s check-ins and the week so far.

Description

The apps that track your money, time and habits want an account and a server, and that is exactly the data you would rather keep to yourself.

It is Flutter over SQLite, with five tabs: Today, Focus, Money, Time and You. Native Swift underneath handles Siri, widgets and on-device AI, so you can log an expense with the phone locked. Money is stored as whole cents so the sums are exact, and every schema version migrates forward, tested against real database files.

One build covers iOS 17 through 27, with 129 tests and a backup that exports to a JSON file you own.

Scope