A privacy-focused portfolio rebalancing tool that helps you optimize your investment allocation across asset classes. Calculate where to invest new money to maintain your target portfolio balance.
- Portfolio Analysis: View current vs target allocation across all your asset classes and accounts
- Rebalancing Recommendations: Get precise dollar amounts for where to invest new money
- Responsive Design: Works perfectly on desktop and mobile devices
- Privacy First: All data is stored locally in your browser - nothing is sent to servers
- Real-time Calculations: Instant updates as you modify your portfolio or investment amounts
- Node.js 22+
- npm
# Clone the repository
git clone https://github.com/Blacksmoke16/rebalancer.git
cd rebalancer
# Install dependencies
npm install
# Start development server
npm run dev
# Open http://localhost:5173 in your browser
- George Dietrich - creator and maintainer