by kaanozhan
ide for agentic - vibecoders who use claude code and codex cli
# Add to your Claude Code skills
git clone https://github.com/kaanozhan/FrameA lightweight, IDE-style desktop application built specifically for working with Claude Code. Think VS Code, but streamlined for Claude Code workflows. You can use it on both WINDOWS and MAC-OS.
Update : Frame now supports Codex CLI and Gemini CLI too.
<img width="1464" height="852" alt="Screenshot 2026-01-28 at 01 00 37" src="https://github.com/user-attachments/assets/8699c91f-35ea-4c3d-b871-56962e427017" />Frame is a project management IDE for Claude Code that aims to:
This is an Electron-based desktop application that combines:
The key innovation: Claude Code launches directly in your selected project directory, so you don't need to cd around. Just select a project, click "Start Claude Code", and you're ready to go.
The Core Problem: As projects grow with Claude Code, context gets lost between sessions. Decisions are forgotten, tasks slip through the cracks, and you end up re-explaining the same things over and over.
No comments yet. Be the first to share your thoughts!
Frame's Solution: A standardized project structure that Claude Code reads automatically at the start of each session, combined with tools to track decisions, tasks, and context - so nothing gets lost.
When working with Claude Code, you often need to:
This app does all of that in one window, with a clean VS Code-inspired interface.
┌──────────────┬─────────────────────────┬──────────────┐
│ Project │ Terminal Tabs │ Prompt │
│ Explorer │ [Term 1] [Term 2] [+] │ History │
│ ├─────────────────────────┤ │
│ 📁 src/ │ │ 2026-01-21 │
│ 📄 app.js │ $ claude │ > claude │
│ 📁 test/ │ > Help me refactor... │ │
│ 📄 README.md │ │ 2026-01-21 │
│ │ [Claude response] │ > /init │
│ [Start │ │ │
│ Claude] │ │ │
└──────────────┴─────────────────────────┴──────────────┘
`...