Accounting Made Simple: AI-Powered Financial Insights of Japanese Companies with Gemma 4 The article describes "Accounting Made Simple," a web application that uses Google's Gemma 4 AI model to analyze Japanese financial data from EDINET and J-Quants. The app helps users track organizations and evaluate the core accounting equation (Assets = Liabilities + Owner's Equity) by providing AI-powered insights into a company's financial health and potential red flags. It is built with a modern tech stack including Node.js, Prisma, and the Google GenAI SDK. This is a submission for the Gemma 4 Challenge: Build with Gemma 4 Accounting Made Simple is a modern and very simple, work in progress, financial web app that helps users track organisations and evaluate the core accounting equation: Assets = Liabilities + Owner's Equity. It combines Japanese financial data sources EDINET and J-Quants with Gemini-powered AI analysis to give users quick insights into a company’s financial health, trends, and potential red flags. Key capabilities: A modern and simple web app for managing organisations and tracking the core accounting equation: Assets = Liabilities + Owner's Equity. Built with: git clone https://github.com/your-repo/accounting-made-simple.git cd accounting-made-simple npm install The repo runs prisma generate after install via postinstall . .env I used Gemma 4 via the Google GenAI SDK to power the financial analysis experience in GeminiFinancialAnalysis.tsx.