Developer builds macOS banking app with Claude Code in 6 weeks

What was built
A developer built simplebanking, a free, open-source macOS menu bar application for German banking. The developer describes themselves as "a product & strategy person, not an engineer" and created the app almost entirely with Claude Code in about 6 weeks. The app currently has approximately 1,000 daily active users.
App features
- Lives in the Mac menu bar and shows live balance across multiple German bank accounts
- Read-only functionality with no payment capabilities
- Instant transaction search
- Automatic subscription detection with cancel links
- Financial health score
- MoneyMood heatmap for spending patterns
- All data stays locally on the Mac: no server, no tracking, no ads
- Built on Open Banking via YAXI
Development approach with Claude Code
The developer shared specific techniques that worked well when building with Claude Code:
- Treat Claude like a colleague to learn about architecture
- Use Plan mode to let Claude think in steps before touching any code
- Use branches extensively - described as "non-negotiable"
- Provide pixel-perfect descriptions of what should go where on screen
- Tell Claude to change exactly one thing at a time and explicitly not touch the rest to avoid merge conflicts
- Structure prompts with constraints and clear definitions of "done"
- Use Gstack to keep everything organized across prompts, flows, and overall architecture
Project outcomes
After development, experienced engineers conducted a full code review to catch issues and, by their own admission, to "steal a few ideas for their own projects." The developer noted unexpected criticism in some circles for using AI, despite the app's success and user satisfaction.
The app is available at www.simplebanking.de and the source code is on GitHub.
📖 Read the full source: r/ClaudeAI
👀 See Also

Optimizing Moltbot with Key Integrations
An evaluation of almost every Moltbot integration reveals which tools actually improve productivity, highlighting integrations like Telegram and AgentPay.

Persistent AI Memory via Obsidian MCP: 16 Tools for Claude Cowork
A custom MCP server bridges Claude Cowork with Obsidian for persistent memory across sessions, using 16 tools and Dataview queries.

Developer Builds Personal OS App with Claude Code and Mowgli in 3 Hours
A developer created Longinus, a personal OS app that integrates Slack, WhatsApp, feeds, and AI chat using Claude Code with Opus 4.6 and Mowgli for design. The project took 3 hours total: 1 hour for design/spec, 2 hours for building and testing.

Project Slayer: Halo-inspired browser shooter built with Claude Code
A developer built Project Slayer, a Halo-inspired arena shooter playable in browser, using Claude Code (Opus 4.6) over two weeks with approximately 200 working hours and over 400 git commits. The game runs on FP Engine, a custom game engine built on Babylon.js.