Developer Builds AI Bookkeeping App with Claude Code

A developer has built AICountant, an AI bookkeeping application for freelancers, self-employed individuals, and small businesses. The app was developed primarily using Claude Code for implementation across the entire technology stack.
Key Features and Implementation
The app provides the following functionality:
- Upload receipt photos through the website or send them via Telegram/Discord
- Automatically extract vendor, date, total, tax, and line items from receipts
- Convert foreign currency receipts using historical exchange rates from the receipt date
- Organize all data into a clean, searchable ledger
- Support for English and French languages
- Provide deduction guidance during review
Claude Code was used extensively for implementation across multiple areas:
- Next.js App Router development
- Prisma with PostgreSQL database integration
- Vercel Blob storage setup
- UI iteration and design
- Receipt-processing flow implementation
Development Example: Currency Conversion
The developer specifically mentioned the currency conversion feature as a good example of Claude Code's assistance. When requesting multi-currency support, Claude helped implement:
- Database schema updates
- Exchange-rate fetching functionality
- Caching mechanisms
- Error handling
- UI updates
The developer noted this feature would have taken significantly longer to implement working solo.
Workflow Design Philosophy
The app was designed to reduce friction in bookkeeping workflows. The developer wanted to avoid making receipt tracking something users only do later from a dashboard, so chat-based capture was integrated from the start as part of the workflow.
The app is currently available for free beta testing at https://ai-countant.vercel.app/ using beta code: HUJA-VJG5.
📖 Read the full source: r/ClaudeAI
👀 See Also

Graduate Student Uses Claude to Build AI Image Detection Experiment
A graduate student at The New School collaborated with Claude to build a website called InPixelsWeTrust.org that tests whether users can distinguish real photos from AI-generated images in 6 rounds with 10-second decisions.

Using Claude Code to Automate AI Research Experiments for 12 Hours
A developer used Claude Code to run automated AI research experiments for 12 hours, tuning a continual learning framework to maximize model compliance to preference verifiers. The system ran 9 experiments, fixed a model collapse bug, and achieved 100% compliance from 0%.

Radio Free Gemma: Disaster AI via Meshtastic and Local LLM
A developer runs a Gemma 4:26B model locally on a mesh network using Meshtastic and OpenClaw, providing RAG-based emergency info via radio when cellular is down.

Developer Builds HIPAA-Compliant Healthcare App Using Claude AI with Xano and Bolt
A developer built a HIPAA-compliant internal healthcare management system using Claude 4.6 with no-code tools Xano for backend and Bolt for frontend, implementing field-level encryption, RBAC middleware, and audit logs.