1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-09 07:25:19 +02:00
Maybe est une application web entièrement open source pour vos finances personnelles. Vous aurez à votre disposition tous les outils et calculatrices interactifs dont vous avez besoin pour visualiser et naviguer dans votre parcours financier. https://maybefinance.com/
Find a file
2024-01-14 13:10:53 -06:00
.husky Initial commit of old codebase 2024-01-10 09:41:07 -06:00
.storybook Initial commit of old codebase 2024-01-10 09:41:07 -06:00
.vscode Initial commit of old codebase 2024-01-10 09:41:07 -06:00
apps Merge pull request #37 from tmyracle/replace-auth 2024-01-14 12:36:25 -06:00
auth0 remove all advisor stuff and fix migrations 2024-01-10 23:48:03 -06:00
libs fix: don't render chart without width or height 2024-01-14 13:10:53 -06:00
prisma add middleware check, refactor axios provider 2024-01-12 18:34:42 -06:00
tools feat: remove AWS dependencies 2024-01-13 10:09:23 +01:00
.dockerignore feat: remove AWS dependencies 2024-01-13 10:09:23 +01:00
.editorconfig Initial commit of old codebase 2024-01-10 09:41:07 -06:00
.env.example remove most of the Auth0 useage 2024-01-14 10:55:59 -06:00
.eslintrc.json remove all advisor stuff and fix migrations 2024-01-10 23:48:03 -06:00
.gitignore feat: remove AWS dependencies 2024-01-13 10:09:23 +01:00
.prettierignore Initial commit of old codebase 2024-01-10 09:41:07 -06:00
.prettierrc Initial commit of old codebase 2024-01-10 09:41:07 -06:00
babel.config.json Initial commit of old codebase 2024-01-10 09:41:07 -06:00
custom-express.d.ts Initial commit of old codebase 2024-01-10 09:41:07 -06:00
docker-compose.yml move postgres to port 5433 locally 2024-01-11 09:00:25 -07:00
jest.config.ts Initial commit of old codebase 2024-01-10 09:41:07 -06:00
jest.preset.js Initial commit of old codebase 2024-01-10 09:41:07 -06:00
LICENSE Create LICENSE 2024-01-10 10:20:03 -06:00
nx.json Initial commit of old codebase 2024-01-10 09:41:07 -06:00
package.json remove @auth0 deps 2024-01-14 11:23:43 -06:00
README.md Minor readme update for building the app 2024-01-14 12:29:50 -06:00
redis.conf Initial commit of old codebase 2024-01-10 09:41:07 -06:00
redis.Dockerfile Initial commit of old codebase 2024-01-10 09:41:07 -06:00
render.yaml Initial commit of old codebase 2024-01-10 09:41:07 -06:00
tsconfig.base.json Initial commit of old codebase 2024-01-10 09:41:07 -06:00
vercel.json Initial commit of old codebase 2024-01-10 09:41:07 -06:00
workspace.json remove all advisor stuff and fix migrations 2024-01-10 23:48:03 -06:00
yarn.lock remove @auth0 deps 2024-01-14 11:23:43 -06:00

Maybe: Open-source personal finance app

Get involved: DiscordWebsiteIssues

🚨 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.

Backstory

We spent the better part of 2021/2022 building a personal finance + wealth management app called Maybe. Very full-featured, including an "Ask an Advisor" feature which connected users with an actual CFP/CFA to help them with their finances (all included in your subscription).

The business end of things didn't work out and so we shut things down mid-2023.

We spent the better part of $1,000,000 building the app (employees + contractors, data providers/services, infrastructure, etc).

We're now reviving the product as a fully open-source project. The goal is to let you run the app yourself, for free, and use it to manage your own finances and eventually offer a hosted version of the app for a small monthly fee.

End goal

Ultimately we want to rebuild this so that you can self-host, but we also have plans to offer a hosted version for a fee. That means some decisions will be made that don't explicitly make sense for self-hosted but do support the goal of us offering a for-pay hosted version.

Features

As a personal finance + wealth management app, Maybe has a lot of features. Here's a brief 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).

You'll need Docker installed to run the app locally.

First, copy the .env.example file to .env:

cp .env.example .env

Then, create a new secret using openssl rand -base64 32 and populate NEXTAUTH_SECRET in your .env file with it.

Then run the following yarn commands:

yarn install
yarn run dev:services
yarn prisma:migrate:dev
yarn prisma:seed
yarn dev

High-priority issues

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.

External data

To pull market data in (for investments), you'll need a Polygon.io API key. You can get one for free here and then add it to your .env file (NX_POLYGON_API_KEY).

Tech stack

  • Next.js
  • Tailwind
  • Node.js
  • Express
  • Postgres (w/ Timescale)

Relevant reading

Credits

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.