Your
money
tracked
Open-source personal finance platform. Bank accounts, investments, crypto, property — one dashboard. Self-host the entire stack or use ours. We don't mind.
No tracking. No lock-in. No bullshit.
NET WORTH TRACKING
Assets minus liabilities. Banks, brokerages, crypto, property, vehicles, credit cards, loans — one number.
BANK SYNC
Connect EU banks via EnableBanking. US banks via Teller. Brokerages via SnapTrade. More coming soon.
MANUAL ACCOUNTS
Cash, collectibles, real estate, vehicles — anything that doesn't have an API gets tracked too.
BUDGETING
Every transaction categorized. Income vs expense flow charts. Search, filter, export.
AI ADVISOR
Chat with an LLM that has full context: accounts, transactions, categories. It calls tools to fetch live data.
DATA PRIVACY
Don't believe us? Check our source code, or export your data and self host it yourself.
DEVELOPER FRIENDLY
Open source, webhooks, OpenAPI reference, MCP server, API keys, documentation, you name it, we got you covered.
Connect your
institutions.
Sync automatically via open banking providers.
Or add anything manually — we don't judge.
EU
EnableBanking
EU banks
Global
SnapTrade
Brokerages
US
Teller
US banks
7,800+ institutions including
Ask your
money.
Chat with an AI that has full context on your accounts, transactions, and categories. It calls tools to fetch live data before answering, so responses stay grounded in your data.
What's my net worth trend this month?
get_balance_history({ period: "1M" })
Your net worth increased by €2,340 this month (+4.2%). The main driver was your Revolut checking account receiving a salary deposit of €3,100 on the 1st, partially offset by €760 in expenses across food, transport, and subscriptions.
Available tools
API-first.
MCP-ready.
Full REST API with OpenAPI docs. API key auth. End-to-end type safety via Eden Treaty. Let AI agents read and write your financial data via MCP with OAuth consent.
$ curl https://api.guilders.app/api/account \
-H "x-api-key: YOUR_API_KEY"
[
{
"name": "Revolut",
"type": "asset",
"value": 12450.00,
"currency": "EUR"
}
] {
"mcpServers": {
"guilders": {
"url": "https://api.guilders.app/mcp"
}
}
} POST https://your-app.com/hook
event: transaction.created
account: "Revolut"
amount: -42.50
category: "Food" Open source
Open source.
Self-hostable.
Yours.
No vendor lock-in. Run the full stack on your own infrastructure. Privacy-first, built for Europe and everywhere else where personal finance tools are limited.