A net worth tracking app with an AI-powered financial advisor that helps you make smarter decisions about your portfolio. Foliofox is not a budgeting or an expense tracking app.
- Interactive portfolio visualization - See your wealth grow with engaging charts and tables, not boring spreadsheets
- AI-powered financial insights - Get personalized advice, not generic market data
- Multi-currency support - Automatic exchange rates for global portfolios
- Smart portfolio import - One-click import from any broker or spreadsheet with AI
- Daily market data - Powered by Yahoo Finance
- Secure, private and open source - Your data stays yours
- Next.js 16 (App Router, Turbopack, Cache Components)
- TypeScript (Strict Mode)
- Supabase (Postgres, Auth, Storage)
- Tailwind CSS
If you’re curious about why Foliofox exists and where it’s going, read the full vision here: VISION.md
Prerequisites: Docker Desktop and your own Supabase project (see CONTRIBUTING.md for details).
-
Clone and configure:
git clone https://github.com/unav4ila8le/foliofox.git cd foliofox -
Create
.env.localwith your Supabase credentials:NEXT_PUBLIC_SITE_URL=http://localhost:3000 NEXT_PUBLIC_SUPABASE_URL=your_supabase_url NEXT_PUBLIC_SUPABASE_PUBLISHABLE_KEY=your_supabase_publishable_key SUPABASE_SECRET_KEY=your_supabase_secret_key
-
Apply database migrations:
supabase login supabase link --project-ref <your-project-ref> supabase db push --linked
-
Start with Docker using latest pre-built image:
docker compose -f docker-compose.ghcr.yml up
Or build locally:
docker compose up --build
Visit http://localhost:3000
For local Node.js setup without Docker, see the contributing guide.
Please read the contributing guide.
Join our Discord server.
Foliofox started as personal project with me as a single maintainer, so the roadmap lived here in the README. Now that it’s public, the roadmap has been migrated to GitHub Issues for better tracking and collaboration.
MIT © 2025 주식회사 파운더스레어. See LICENSE for details.
