This repository contains the documentation for Poveroh — an open-source, self-hostable platform to manage personal finances.
Whether you're setting it up locally, deploying with Docker, or exploring contribution guidelines, this repo provides everything you need.
Poveroh helps you:
- Track expenses and income across multiple accounts
- Import transactions manually or via CSV/PDF
- Take monthly financial snapshots
- Track investments (ETFs, stocks, crypto, etc.)
- Generate reports to visualize your financial growth
For more, check the GitHub repository.
--
-
Clone the project
git clone https://github.com/Poveroh/docs.git
-
Go to the project folder
cd docs
-
Install dependencies
npm install
-
Build project
npm run build
-
Run project
npm run dev
This project is licensed under the GNU AGPLv3.
See LICENSE for full details.