Claudy: A native macOS wrapper for Claude Code with multi-session, auto account switching, and draft commits
A developer who uses Claude Code daily built Claudy — a native macOS wrapper that addresses common pain points when running Claude Code across multiple projects. Built with SwiftUI, SwiftData, and libghostty (Ghostty's terminal core), it provides a GUI overlay without replacing the Claude Code CLI experience.
Key features
- Multi-session: Run multiple Claude Code sessions side by side in a proper sidebar, no more juggling terminal tabs.
- Auto account switching: When you hit the API usage limit, Claudy automatically switches to another account to keep working.
- Draft Commits: Checkpoint your work mid-session and restore it anytime — useful when you forget to commit.
- Marketplace: Install Skills, MCPs, and Commands in one click.
Technical details
The app uses SwiftUI for the UI layer, SwiftData for local persistence, and libghostty for the embedded terminal emulator. This means the Claude Code terminal experience is preserved while adding native macOS window management and session persistence.
The developer launched on Product Hunt and is open to questions about the build or features.
📖 Read the full source: r/ClaudeAI
👀 See Also

TextForge: A Claude Code-built email approval tool for LLM workflows
A developer built TextForge using Claude Code to automate email workflows with mandatory approval gates, preventing LLMs from sending emails without explicit permission. The tool integrates with Pipedrive CRM and required Google CASA2 security audit compliance.

PeaDB: Redis-Compatible Database Coded with AI Assistants in C++20
A developer created PeaDB, a Redis 7.2.5 drop-in replacement written in C++20 using Codex, Copilot, and Claude, implementing ~147 commands with persistence, replication, and cluster support. Benchmarks show performance close to Redis.

Claude Code Session Data Loss: Backup Script for Windows & Mac
Users report silent session data loss in Claude Code. Here's a free, automated backup script for Windows and Mac using PowerShell and launchd.

Cloken: A Chrome Extension That Shows Real-Time Claude Context Usage as a Percentage
Cloken is a free Chrome extension that displays your current Claude.ai chat context usage as a percentage — including messages, files, images, and system prompt.