## Notes
### Workflows
#### Sign Up Workflow
1. User installs app
2. User opens app
3. User sees Sign In/Sign Up Page
4. User provides details
5. User proceeds to connect with Plaid if they haven't already
6. If user wants to move to the paid tier, then they will have to click a link to go to the browser UI
### Business Model
Transactions in iPhone get skimmed by Apple, so I should use the web UI for signing up. This means that users will eventually be redirected to the UI to use Koffer.
#### Account
- [ ] Create a business checking account
#### Freemium
Free version only allows 1 budget. Paid version means they can create unlimited budgets.
#### Paid
Users can create unlimited budgets.
### iPhone Widget
[[WidgetKit]] manages the information that needs to be presented using a timeline.
## Branding
### Names
- Ija 이자 interest or return
- 인자 factor or element in finances
- 많이 aka Mani
### Colors
- [[Koffer Colors]]
```json
{
"Primary": {
"50": "#d6fbf5",
"100": "#96f4e3",
"200": "#02eed0",
"300": "#00e2ba",
"400": "#00d5aa",
"500": "#00c999",
"600": "#00ba8a",
"700": "#00a878",
"800": "#009769",
"900": "#007849"
},
"Complementary": {
"50": "#ffe9ed",
"100": "#ffc9ce",
"200": "#f69292",
"300": "#ee6668",
"400": "#f83c41",
"500": "#fc1c21",
"600": "#ee0222",
"700": "#dc001c",
"800": "#cf0014",
"900": "#c20003"
},
"Analogous - 1": {
"50": "#e8fee9",
"100": "#c6fbc9",
"200": "#9bf7a4",
"300": "#65f37b",
"400": "#02ee59",
"500": "#00e832",
"600": "#00d72a",
"700": "#00c11f",
"800": "#00ac11",
"900": "#008703"
},
"Analogous - 2": {
"50": "#e3f2fc",
"100": "#badef9",
"200": "#8ecbf5",
"300": "#60b6f1",
"400": "#3aa6f0",
"500": "#0297ee",
"600": "#008ae0",
"700": "#0078ce",
"800": "#0067bc",
"900": "#00499d"
},
"Triadic - 1": {
"50": "#eee7ff",
"100": "#d2c4fd",
"200": "#b39cfd",
"300": "#9072ff",
"400": "#7150fe",
"500": "#4a2efd",
"600": "#372af6",
"700": "#0222ee",
"800": "#001ce9",
"900": "#000be3"
},
"Triadic - 2": {
"50": "#f9e4fc",
"100": "#efbbf8",
"200": "#e48bf5",
"300": "#d854f1",
"400": "#ce02ee",
"500": "#c300e9",
"600": "#b100e5",
"700": "#9800df",
"800": "#8100dc",
"900": "#4d00d1"
}
}
```
## Worklog
- [[2024-08-08 Koffer Worklog]]
- [[2024-08-07 Koffer Worklog]]
- [[2024-08-06 Koffer Worklog]]
- [[2024-07-25 Koffer Worklog]]
- [[2024-07-24 Koffer Worklog]]
- [[2024-06-12 Koffer Worklog]]
- [[2024-06-11 Koffer Worklog]]
- [[2024-06-09 Koffer Worklog]]
- [[2024-06-07 Koffer Worklog]]
- [[2024-06-06 Koffer Worklog]]
- [[2024-06-05 Koffer Worklog]]
- [[2024-06-04 Koffer Worklog]]
- [[2024-05-31 OneBudget Worklog]]
- [[2024-05-25 Koffer Worklog]]
- [[2024-05-24]]
- Looking into competitors, it looks like [[Copilot]] does what I want, but the categories are still too big or too "traditional"? I still want fewer categories
- AI financial advisor/optimizer for retirement—it tells you what to do and why; transfer assets; what classes/financial vehicles; which accounts to prioritize
- Transfer unspent money to another account (savings, pay off debt faster, retirement)
- Percentage or flat amount
- Maybe make that accessible in the app
- Charge like $1-$2 to do transfers
- Recent activity widget
- Maybe the Medium-sized widget can display recent activity
- Monthly debt payment strategies
- I could call it “mani”, like Korean for “a lot”
- [[2024-05-21 Koffer Worklog]]
- [[2024-05-10 Koffer Worklog]]
- [[2024-05-09 Koffer Worklog]]
- [[2024-05-05 Koffer Worklog]]
- [[2024-04-15 Koffer Worklog]]
## References
- [Flutter + SwiftUI](https://www.youtube.com/watch?v=NoTc1D26HAo)
- [Supabase and Flutter - Supabase](https://supabase.com/docs/guides/getting-started/quickstarts/flutter)