Write what you need. KHF keeps requirements, checks, and delivery in one place so AI tools and humans stay aligned from first note to shipped app.
AI tools write code fast. KHF keeps the plan, checks, and feedback connected so work stays clear from idea to release.
Write what the product should do in simple docs. KHF turns them into a clear, structured plan your team and AI tools can follow.
Plug into Droid, Claude Code, Cursor, and similar tools. Agents can read the plan, open tasks, and check progress without extra setup scripts.
Every requirement links to acceptance checks and tests. You can see what is covered, what is missing, and what is ready to ship.
Project memory keeps requirements, decisions, and session history. Come back tomorrow and pick up where you left off.
Crashes and command errors report automatically (no prompt). Or run khf feedback "what broke". Opt out anytime with khf feedback --off.
A single small app. No heavy runtime stack to babysit. Install once, then use khf update when a newer version is out.
Install once. Use it with your AI coding tools. Currently shipping for macOS Apple Silicon.
# Recommended curl -fsSL https://www.hforge.online/install.sh | bash # Check it worked khf --version # khf 1.2.0-alpha.32 (KTS Hip Forge CLI) # Later updates khf update
# Inside your repo cd your-project khf init # Manual feedback anytime khf feedback "what happened" # Crashes/errors auto-report by default (no prompt) # Opt out: khf feedback --off # Connect your AI tool (Droid / Claude Code) # .factory/mcp.json { "mcpServers": { "khf": { "command": "khf", "args": ["--mcp-stdio"] } } }
Version checks and app updates use simple public endpoints. No extra update service to run.
{
"version": "1.2.0-alpha.32",
"notes": "auto crash reports on by default",
"pub_date": "2026-07-19T10:30:00Z",
"platforms": {
"darwin-aarch64": {
"url": "https://github.com/hieple7985/kts-hip-forge/releases/download/v1.2.0-alpha.32/"
}
}
}
$ curl https://www.hforge.online/cli-version.txt 1.2.0-alpha.32 $ curl https://www.hforge.online/versions.json { "stable": "1.2.0-alpha.32", "latest": "1.2.0-alpha.32", "release_url": "https://github.com/hieple7985/kts-hip-forge/releases/tag/v1.2.0-alpha.32" } # Bug reports go here (POST) # https://www.hforge.online/api/feedback