PLUGIN

Develop Fork apps
with Claude Code

Install the plugin, say /fork, and start building.
File changes sync to your live app automatically.

/plugin marketplace add forkco/claude-plugin
/plugin install fork@forkco-claude-plugin

Then type /fork to get started

1

Install the plugin

Run the two commands above in Claude Code

2

Say /fork

Authenticates via browser, lets you choose an app, clones files locally

3

Just talk to Claude

Every file change syncs to Fork automatically. Your app updates live.

Claude Code
> /fork Authenticating... Open fork.me/authorize?code=A3X7 Logged in as Oleg Cloning "My Chat App" (5 files)... Ready. Files sync automatically on save. > add user avatars to the chat messages Edited index.html — avatar elements Edited style.css — avatar styles Edited app.js — fetch avatars # Changes are live at fork.me/oleg/my-chat-app
/forkAuth + choose app + clone files
/fork pullPull latest files from server
/fork pushPush all local files to server
/fork listList your apps
/fork openOpen app in browser
/fork statusShow sync status
What the plugin does: auto-syncs every file write to Fork.me via PostToolUse hook, connects to Fork's MCP server for search and version control, and provides /fork commands for managing your apps.
Requires: Claude Code (claude.ai/code) and jq