DeTaxFolio is a simple tool that tracks wallet activity across chains, categorizes transactions using AI, and exports the data to a CSV file for tax purposes or business accounting.
This is a Next.js project bootstrapped with create-next-app and configured for use with Firebase Studio.
- Multi-Chain Tracking: Enter a wallet address to view its transaction history across supported blockchains (Ethereum, Solana, Sui, and Base).
- AI-Powered Categorization: With a single click, use the power of Google's Gemini AI to automatically categorize your transactions into types like 'swap', 'transfer', 'fee', 'deposit', and 'withdraw'.
- CSV Export: Export your categorized transaction data into a CSV file, ready for your accountant or tax software.
- Modern UI: Built with ShadCN UI components and Tailwind CSS for a clean and responsive user experience.
- Light & Dark Mode: The UI adapts to your system's theme preference.
First, run the development server:
npm run devOpen http://localhost:9002 with your browser to see the result.
You can start editing the page by modifying src/app/page.tsx. The page auto-updates as you edit the file.