[center][size=5]Maybe – Your Money, Your Server, Your Rules
[/size][/center]
[center]Ditch Finance Subscriptions – Self-Host This Gorgeous Open-Source App[/center]
tell me fast part: Ever wanted to see exactly where your salary vanished this month — without some random company storing your bank passwords? Maybe is that answer. Free. Private. Yours.
[center]
[/center]
Wait, What Is This Thing?
You know those fancy finance apps that charge you $10-30/month just to tell you you’re broke? Forget them.
Maybe is like having your own personal money detective living inside your computer. It watches your accounts, tracks your spending, shows you pretty graphs of your net worth (or lack thereof), and doesn’t snitch to anyone — because you own the whole thing.
See everything in one place – Bank accounts, credit cards, investments, that crypto you forgot about
Know where the money bleeds – Auto-categorizes your spending so you finally understand why you’re always broke by the 25th
AI that actually helps – Ask it questions about your finances like it’s your personal accountant (minus the judgy looks)
Zero trust issues – Runs on YOUR machine. Your data never leaves your house.
Why Should You Even Care?
| Problem | Maybe’s Solution |
|---|---|
| “I don’t know where my money goes” | Dashboard shows every rupee, automatically sorted |
| “Finance apps are expensive” | This one’s free. Forever. Open source. |
| “I don’t trust apps with my bank data” | Host it yourself. No company sees anything. |
| “I’m not a coder” | Docker setup = literally 3 commands. We’ll show you. |
Who Is This For?
Anyone tired of spreadsheets that make their eyes bleed
People who want Mint/YNAB vibes without the subscription trap
Privacy nerds who refuse to hand over financial data
Curious folks who just want to see cool graphs of their money
Still here? Good. Let’s get into it.
Before You Dive In
- Maybe is a personal finance web app you self-host.
- Think: modern, clean, Mint / YNAB vibe, but under your control.
- Project is archived, but v0.6.0 is the final, fully working release.
Main repo (v0.6.0 tree):
https://github.com/maybe-finance/maybe/tree/v0.6.0
Final release (assets + notes):
https://github.com/maybe-finance/maybe/releases/tag/v0.6.0
What’s Inside the Box
Dashboard – net worth, balances, charts, and trends in one view
Accounts & transactions – track all banks/cards/wallets
Budgets & categories – see which habit is quietly destroying your balance
Tags / labels / notes – future-you will remember what “₹1,299 – RANDOM” actually was
Mobile-responsive UI – works on phones and tablets, not just desktop
Multi-currency support – multiple currencies across accounts
Self-hosted stock & ETF prices via Synth – no paid price API needed
Plaid integration – auto-import for supported banks (US/Canada)
AI assistant (OpenAI) – ask questions, get insights on your spending
Rules engine – auto-categorize transactions & detect merchants
SSO / Google OAuth – sign in with Google if you want
API-only mode – run it headless and build your own frontend / tools on top
Self-Host: Simple Brain Edition
Option A – Docker (recommended)
- Grab the final v0.6.0 release from:
https://github.com/maybe-finance/maybe/releases/tag/v0.6.0 - Use the provided Docker / self-hosting guides in the repo.
- Point your browser at your server URL → done.
Option B – Local Dev (for Ruby folks only)
- Install required Ruby + PostgreSQL (>9.3, latest stable recommended).
- Clone the repo & enter the folder:
git clone https://github.com/maybe-finance/maybe.gitcd maybe
- Copy example env:
cp .env.local.example .env.local
- Run the setup / demo seed commands from the README.
- Open:
http://localhost:3000
Default demo login (generated by DB seed):
- Email:
[email protected] - Password:
password
(Yes, change it if you keep it running.)
Setup Guides Included
Inside the repo you’ll find platform-specific docs:
- Mac dev setup guide
- Linux dev setup guide
- Windows dev setup guide
- Dev containers / VS Code guide
All linked directly from the README.
Reality Check & Fine Print
Project is no longer maintained – treat v0.6.0 as “snapshot, use as-is”.- ™️ “Maybe” is a trademark of Maybe Finance, Inc. – fork it, but don’t pretend to be them.
If you expose it to the internet, you handle HTTPS, auth, firewall, backups, etc.
License: AGPLv3 – self-host, fork, modify, but respect the copyleft.
What You Can Actually Do With It
- Run a family finance cockpit on a home server or VPS.
- Track multi-currency assets (₹, $, €, crypto, etc.) in one graph.
- Let rules + Plaid + Synth do the boring syncing, you just check the dashboard.
- Use it as a solid base if you want to build your own finance app or SaaS later.
If you’re going to be broke, at least be broke with professional-looking charts. ![]()

!