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

Interactive Website Simulates Claude Code Project Structure
A developer built exploreclaudecode.com, a browser-based simulation of a Claude Code project with a functional file tree, configurable files, and terminal panel. The site explains how .claude/ directories, settings files, skills, agents, hooks, and MCP configs work together.

Claude Code CLI Toolkit: Four Tools for Code Review, Project Briefs, Auto-Journaling Git Hooks
A developer has released four CLI tools built around Claude Code's print mode that handle code reviews, project brief generation, auto-journaling git hooks, and Claude session status. The tools use existing Claude Code authentication and are available as open source.

TrustLog Dynamics: Python Daemon Uses Bond Math to Kill Rogue AI Agents
TrustLog Dynamics is a Python daemon that monitors AI agent API costs in real time and terminates processes using two quantitative finance methods: convexity detection for accelerating costs and zero-variance detection for mechanical loops.
AIttache: A Read-Only MCP Server That Can't Nuke Your Prod
AIttache is an MCP server with 25+ read-only connectors (terminal, servers, weather, Steam) that physically cannot modify anything — built to give LLMs log context without autonomy.