Get involved: Discord • Website • Issues
🚨 NOTE: This is the original React app of the previously-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.
There's a LOT of work to do to get this functioning, but it should be feasible.
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.
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).
You'll need Docker installed to run the app locally.
cp .env.example .env
yarn install
yarn run dev:services
yarn prisma:migrate:dev
yarn prisma:seed
yarn dev
The biggest focus at the moment is on getting the app functional without some previously key external services (namely Auth0, Plaid and Finicity).
You can view the current high-priority issues here. Those are the most impactful issues to tackle first.
- Next.js
- Tailwind
- Node.js
- Express
- Postgres (w/ Timescale)
- Learn about how the app is organized as a monorepo
- Reference past Auto0 implementation as we work to replace it
- Data model assumptions and calculations
- Handling money
- REST API
The original app was built by Zach Gollwitzer, Nick Arciero and Tim Wilson, with design work by Justin Farrugia. The app is currently maintained by Josh Pigford.