1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-08 23:15:24 +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-11 18:11:45 -06:00
.github/workflows feat: remove ConvertKit usage 2024-01-12 00:56:02 +01: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 branch 'main' into remove-convertKit-usage 2024-01-11 18:11:45 -06:00
auth0 remove all advisor stuff and fix migrations 2024-01-10 23:48:03 -06:00
aws/maybe-app Merge branch 'main' into remove-convertKit-usage 2024-01-11 18:11:45 -06:00
libs Merge branch 'main' into remove-convertKit-usage 2024-01-11 18:11:45 -06:00
prisma Merge branch 'main' into remove-convertKit-usage 2024-01-11 18:11:45 -06:00
tools Initial commit of old codebase 2024-01-10 09:41:07 -06:00
.dockerignore Initial commit of old codebase 2024-01-10 09:41:07 -06:00
.editorconfig Initial commit of old codebase 2024-01-10 09:41:07 -06:00
.env.example feat: remove ConvertKit usage 2024-01-12 00:56:02 +01:00
.eslintrc.json remove all advisor stuff and fix migrations 2024-01-10 23:48:03 -06:00
.gitignore Initial commit of old codebase 2024-01-10 09:41:07 -06: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 add docker services to build 2024-01-11 08:17:09 -07:00
README.md Update README.md 2024-01-11 14:19:24 -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 all advisor stuff and fix migrations 2024-01-10 23:48:03 -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.

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

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

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.

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.