GitHub radar

Airship: Claude Code & Codex Visual Editor

A CLI for dev servers that creates an infinite canvas with your code — click an element, tell the AI in plain English how you want it changed, and the AI edits the code.

010xnyn/airship 535TypeScript

Airship is a free and open-source CLI (airship.design) that provides a visual design layer over top of any running dev server without requiring you to modify any project files, build scripts, or dependencies. When you click an element on the screen, Airship detects where in your codebase the element was generated in the dev build and sends that information along with the user’s request and a few frames to Claude Code, Codex, or OpenCode to make the edit. Airship supports desktop and mobile frames that can be edited simultaneously.

Why a vibe-coder should care

Making changes in a code authoring environment is challenging because it’s difficult to direct the AI to make changes to the precise element you wish to change. With Airship, you can simply click on the element you want to change and the AI will automatically know which file and line to update. The code changes are reflected live on different screen sizes without the need to switch between browser tabs.

Open on GitHub