A terminal-based tool that helps developers generate code line by line - AI assisted, lightweight, and fully open source.
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/Shubham-355/Thing/main/Thing.js" -OutFile "Thing.js"curl -O https://raw.githubusercontent.com/Shubham-355/Thing/main/Thing.jsor
wget https://raw.githubusercontent.com/Shubham-355/Thing/main/Thing.jsnode Thing.js- Generates code from user's prompt
- Write that code in required files
- And creates backup file if user want to switch back
- Platform: Node.js (JavaScript)
- Interface: Command Line (Terminal)
- Tech: Uses Node.js CLI tools (
readline,ora,chalk) - AI: Integrates with Gemini, OpenAI, ANTHROPIC API
- Open Source: Anyone can contribute or extend it.
- Open source and customizable
- Simple, fast, and distraction-free.
- Open terminal.
- Run
node Thing.js. - Enter prompt or problem statement.
- AI generates code line by line.
- Accept, or ask to edit, or skip.