This product was not featured by Product Hunt yet. It will not be visible on their landing page and won't be ranked (cannot win product of the day regardless of upvotes).
GhostCode
Open-source starter template for a terminal coding harness
I built GhostCode because coding harnesses got smarter and I understood them less. Small open-source terminal harness you can read and fork — not a Claude Code clone. Local-first, your API keys. Bun + AI SDK. PLAN + BUILD modes, custom TUI, prompts, tools, Ghost.md memory, JSONL sessions. Good for developers who want to own their harness, not rent one.
GhostCode is an open-source starter template for a terminal coding harness — not a Claude Code or OpenCode replacement.
I built it because I wanted to understand how coding agent harnesses actually work: streaming, tool calls, local execution, session persistence. The big tools got smarter; I understood them less. So I made something small enough to read in an afternoon and fork without drowning in code.
What you get: • Local-first — your API keys, your machine, no hosted account stack • PLAN mode (read-only) + BUILD mode (edit files + shell) • Bun + AI SDK — swap Anthropic and OpenAI at runtime • Customizable TUI, prompts, tools, and Ghost.md project memory • Session persistence as JSONL under ~/.ghostcode/projects/ • MIT license — fork it, rename it, ship your version
What's missing (on purpose): no MCP, no sub-agents yet. This is a learning template, not a feature parity play.
Good for developers who want to own their harness, not rent one.
No comment highlights available yet. Please check back later!
About GhostCode on Product Hunt
“Open-source starter template for a terminal coding harness”
GhostCode was submitted on Product Hunt and earned 4 upvotes and 1 comments, placing #155 on the daily leaderboard. I built GhostCode because coding harnesses got smarter and I understood them less. Small open-source terminal harness you can read and fork — not a Claude Code clone. Local-first, your API keys. Bun + AI SDK. PLAN + BUILD modes, custom TUI, prompts, tools, Ghost.md memory, JSONL sessions. Good for developers who want to own their harness, not rent one.
GhostCode was featured in Open Source (68.5k followers), Developer Tools (513.4k followers), Artificial Intelligence (469.9k followers) and GitHub (41.2k followers) on Product Hunt. Together, these topics include over 201.8k products, making this a competitive space to launch in.
Who hunted GhostCode?
GhostCode was hunted by Amit Mishra. A “hunter” on Product Hunt is the community member who submits a product to the platform — uploading the images, the link, and tagging the makers behind it. Hunters typically write the first comment explaining why a product is worth attention, and their followers are notified the moment they post. Around 79% of featured launches on Product Hunt are self-hunted by their makers, but a well-known hunter still acts as a signal of quality to the rest of the community. See the full all-time top hunters leaderboard to discover who is shaping the Product Hunt ecosystem.
Want to see how GhostCode stacked up against nearby launches in real time? Check out the live launch dashboard for upvote speed charts, proximity comparisons, and more analytics.
GhostCode is an open-source starter template for a terminal coding harness — not a Claude Code or OpenCode replacement.
I built it because I wanted to understand how coding agent harnesses actually work: streaming, tool calls, local execution, session persistence. The big tools got smarter; I understood them less. So I made something small enough to read in an afternoon and fork without drowning in code.
What you get:
• Local-first — your API keys, your machine, no hosted account stack
• PLAN mode (read-only) + BUILD mode (edit files + shell)
• Bun + AI SDK — swap Anthropic and OpenAI at runtime
• Customizable TUI, prompts, tools, and Ghost.md project memory
• Session persistence as JSONL under ~/.ghostcode/projects/
• MIT license — fork it, rename it, ship your version
What's missing (on purpose): no MCP, no sub-agents yet. This is a learning template, not a feature parity play.
Good for developers who want to own their harness, not rent one.
Try it: npm install -g ghostcode-cli (needs Bun)
Quick start:
npm install -g ghostcode-cli
export ANTHROPIC_API_KEY=...
ghostcode
Build-your-own walkthrough