From b5000404ef3ba8812ffecf717bc1debe36c95e35 Mon Sep 17 00:00:00 2001 From: Josh Pigford Date: Wed, 10 Jan 2024 14:56:41 -0600 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d147478aa95..4047650a95a 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,23 @@ 🚨 NOTE: This is the original React/Next.js app of the now-defunct personal finance app, Maybe. This original version used many external services (Plaid, Finicity, Auth0, etc) and getting it to fully function will be a decent amount of work. -The README below was what we used internally, so many of the links won't work and the instructions won't necessarily be applicable. - There's a LOT of work to do to get this functioning, but it should be feasible. +## Features + +As a personal finance + wealth management app, Maybe has a lot of features. Here's a quick overview of some of the main ones... + +- Net worth tracking +- Financial account syncing +- Investment benchmarking +- Investment portfolio allocation +- Debt insights +- Retirement forecasting + planning +- Investment return simulation +- Manual account/investment tracking + +And dozens upon dozens of smaller features. + ## Building the app This is the current state of building the app. You'll hit errors, which we're working to resolve (and certainly welcome PRs to help with that).