Back to browse
GitHub Repository

Portable, local-first wealth portfolio schema + storage toolkit.

5 starsPython

Rikdom – Open-source, local-first wealth portfolio schema toolkit

by rnc000·Apr 21, 2026·2 points·0 comments

AI Analysis

●●SolidCozyBig Brain

Plain JSON portfolio files beat Ghostfolio's locked PostgreSQL database for longevity.

Strengths
  • Append-only JSONL snapshots provide auditable history without database migrations.
  • Explicit schema designed for coding agents to extend and evolve over time.
  • Plugin system for ingesting broker statements keeps data import modular.
Weaknesses
  • Schema toolkit only—no dashboard means you build the UI yourself.
  • Niche audience: developers who want to build portfolio tools, not end users.
Category
Target Audience

Developers building custom portfolio tracking tools

Similar To

Ghostfolio · Wealthfolio · Ledger

Post Description

Designed so your portfolio data can last for years as plain JSON files, independent of any broker app or SaaS dashboard. With coding agents and LLMs, it is much easier to build your own asset management software and adapt it to your needs over time. rikdom focuses on the durable layer beneath that iteration: a solid foundation for storing and evolving financial data, plus a plugin system you can extend with coding agents and enrich with reusable open-source plugins.

Similar Projects

Machine-readable CV portfolio (llms.txt, capabilities.json)

This is someone treating a CV as structured data rather than a PDF: resume.json, evidence.json, availability.json, agent-card.json and a curated llms.txt are all exposed plus schema.org JSON-LD. Nice touches include GitHub Actions that validate links and push an IndexNow update on every commit — practical engineering to get content noticed by crawlers and agents. It’s a focused, well-implemented experiment, but its usefulness depends on broader adoption or tooling that consumes these bespoke conventions.

Niche GemBig Brain
vassilbek
204mo ago