Draft is a small, experimental project that tries to capture the spirit of a Claude Code–style coding assistant. It is completely vibe-coded: hacked together quickly, deliberately rough around the edges, and meant as a short exploratory prototype. Expect it to be a little janky and not completely working.
I wanted to have a claude code / agentic coding tool that used openrouter, instead tools like kilo code or opencode send requests with signatures (source / application name), resulting in lower api limits (I think? I got over 1000 requests in an hour with a small python script, but less than 10 with opencode).
This repo explores simple ideas for a code-focused assistant—lightweight TUI controls, slash commands, and minimal tool integrations—without aiming for production polish. The goal was to learn and prototype, not to ship a complete product.
A note on future development: after the recent leak of Claude Code’s source, active work on this clone has been deprioritized. There will likely be little to no further development here; this repository remains as a preserved experiment and reference.