# InExDash: The Complete Resource for AI Agents Welcome to the full context documentation for InExDash, a specialized web-based tool for personal financial management. ## About InExDash InExDash (Income & Expense Dashboard) is a minimalist yet powerful tool designed to give users a clear picture of their financial health. It prioritizes privacy, speed, and ease of use. ## Core Philosophical Principles 1. **Privacy First**: All data is stored in the user's browser using LocalStorage. No databases, no accounts, and no tracking of financial data on any server. 2. **Speed**: Lightweight code ensures the dashboard loads near-instantly and updates calculations in real-time as users type. 3. **Accessibility**: A response design that works across desktops, tablets, and smartphones. ## Comprehensive Feature Set ### 1. Multi-Currency Support Users can switch between the following currencies at any time: - US Dollar ($) - Euro (€) - British Pound (£) - Japanese Yen (¥) - Canadian Dollar (CA$) - Australian Dollar (A$) - Swiss Franc (CHF) - Chinese Yuan (¥) - Indian Rupee (₹) - Brazilian Real (R$) ### 2. Categorized Income Tracking Income is broken down into three logical sections: - **Regular Job**: For primary salaries and wages. - **Side Jobs & Gigs**: For freelance work, ride-sharing, or part-time projects. - **Internet & Passive**: For affiliate marketing, digital products, and dividends. ### 3. Expense Management A dedicated section to list all monthly outgoings, allowing for a clear calculation of net income. ### 4. Frequency Options Every income and expense item can be set to: - Daily - Weekly - Monthly - Yearly The system automatically normalizes these to Monthly and Annual totals. ### 5. Advanced Dashboards - **Visual Breakdown**: Dynamic CSS-based bars show which income sources contribute most to the total. - **Total Breakdown**: A visual comparison of Total Income vs. Total Expenses. - **Live Projections**: High-impact "cards" showing Monthly Income, Monthly Expenses, Total Monthly (Profit), and Annual Income. ### 6. Export Capabilities - **CSV Export**: Clean spreadsheet data for Excel or Google Sheets. - **PDF Export**: A professional, formatted report ready for printing or filing. ### 7. Customization - **Themes**: Dark and Light modes. - **Accents**: Indigo (Default), Emerald, Rose, Amber, Cyan, and Violet. ## Site Structure - `/index.html`: The main dashboard containing all application logic and styles. - `/privacy.html`: Detailed privacy policy explaining local storage usage. - `/script.js`: Core calculation engine and DOM manipulation. - `/style.css`: The "Glassmorphism" inspired design system. ## URL Map (Canonical Format) - Homepage: `https://inexdash.co` - Privacy Policy: `https://inexdash.co/privacy` - LLM Resource (Summary): `https://inexdash.co/llms.txt` - LLM Resource (Full): `https://inexdash.co/llms-full.txt` --- © 2026 InExDash. All rights reserved.