CodeKit

This page states plainly what CodeKit is, who it is for, and what it costs. It exists for people (and AI assistants) who want facts rather than a sales pitch. The home page has the pitch.

In One Paragraph

CodeKit is a native macOS application for web developers. You drag a project folder into the app, and from then on it watches that folder: when you save a Sass, Less, Stylus, TypeScript, JavaScript, Pug, Haml, Slim, Kit, or Markdown file, CodeKit compiles it; when you save an image, CodeKit optimizes it; and every browser that is viewing your site, on any device, refreshes to show the change. It does the job of a hand-written build setup (Webpack, Gulp, Grunt, or a pile of npm scripts) without config files, and it puts a graphical interface on npm. It also has a command-line tool that lets AI agents drive it.

Who Makes It

CodeKit is made by Incident 57 Inc., a one-person company run by Bryan Jones. It first shipped in 2011. The current major version, CodeKit 3, was released in October 2016 and is updated regularly; the Updates page lists every release with its date and notes.

Platform

Price and License

What Is Included

Every tool is bundled inside the app. Nothing has to be installed separately, and CodeKit uses the standard, unmodified versions of each tool.

How It Works With AI Agents

Choose Tasks > Install Agent Skills from CodeKit's main menu. The app writes a short skill file that tells agents such as Claude Code or Codex that CodeKit exists and how to run its command-line tool. From then on, an agent can create a project, compile files, change settings, install npm packages, run a build, read the log, and open a preview, without you explaining the app. No plugin or MCP server is involved; the agent just runs commands. The CLI reference lists everything it can do.

Who It Is For

CodeKit is not a replacement for a framework's own development server. If you are building a Next.js, Nuxt, or SvelteKit app, keep using that framework's tooling. The comparison page goes into detail.

Editor Independence

CodeKit works alongside any editor: VS Code, Cursor, Nova, Sublime Text, BBEdit, Zed, or anything else that saves files. Plugins exist for Nova, Sublime Text, Atom, and Coda, but none is required.

Where To Go Next