NoHandCoder is your AI-powered coding assistant that transforms how you interact with your codebase. Through natural conversation, it helps you:
- 🤖 Chat with AI: Ask questions about your code and get helpful responses
- 📂 Browse Files: Easily navigate through your project files and folders
- 📄 Read Code: View and understand your code files
- 🔍 Search Code: Find specific code patterns or functions across your project
- 📊 Project Overview: Get a clear picture of your project structure
- ⚡ Run Commands: Execute commands safely through the AI interface
No more context switching or complex IDE commands - just chat naturally and code efficiently!
Before using NoHandCoder, make sure you have the following:
- Node.js installed on your system
- An OpenAI API key
Set up your environment variables:
export OPENAI_API_KEY=your_api_key_here
export MODEL_NAME=gpt-4o-mini
-
Install NoHandCoder globally:
npm install -g nohandcoder
-
Start the chat interface:
nohandcoder chat
-
Let's feel free to ask
- Be Specific: The more specific your questions, the better the AI can help you
- Use Natural Language: Just ask questions as you would to a human assistant
- Explore Features: Try different commands to discover what the AI can do
- Stay in Context: The AI remembers your conversation, so build on previous questions
- Type "exit" to quit the chat
- Ask the AI for help with any feature
- Check the project's issues page for known problems
This project is licensed under the MIT License - see the LICENSE file for details.