FiboFinance is a lightweight, self-hosted asset tracking app that tracks asset changes by recording current asset values, moving beyond traditional bookkeeping.
- Easy deployment, data security, and password protection
- Personal and family asset grouping without mixing assets
- Multi-currency support with custom exchange rates (silver, gold, and similar assets can be recorded by gram)
- Asset trend charts and flexible comparison of asset changes
- Configure an AI key for asset allocation recommendations
One-click deployment on Vercel (not recommended, because it creates a brand-new repository instead of a fork)
Deploy on Vercel after forking the repository (recommended, because you can sync the latest code with one click)

Create a Neon database in Vercel

Connect the database, and the environment variables will be automatically injected after successful connection

Redeploy after connecting the database

Configure AI analysis (optional)

Configure .env.local
DATABASE_URL="postgres://..."
OPENAI_API_KEY="" # Optional
OPENAI_MODEL="" # Optional
OPENAI_BASE_URL="" # OptionalStart the app
npm install
npm run dev
