Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (solazai-code) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
SolazAI Code
Professional AI Coding Assistant powered by SolazAI OP (Optimized Performance) model.
Installation
npm install -g solazai-codeThat's it! No configuration needed - ready to use immediately.
Quick Start
cd /path/to/your/project
solazai-codeUsage Examples
Create New Files
solazai-code
> create app.py with a Flask hello world server
> [Press Enter TWICE]Edit Existing Code
solazai-code
> add error handling to database.py
> [Press Enter TWICE]Work with Multiple Files
solazai-code main.py utils.py
> refactor these files to use async/await
> [Press Enter TWICE]Generate Tests
solazai-code
> create test_app.py with unit tests for app.py
> [Press Enter TWICE]Debug Code
solazai-code
> fix the TypeError in utils.py line 42
> [Press Enter TWICE]Commands
While using SolazAI Code:
/help- Show all available commands/add FILE- Add file to context/drop FILE- Remove file from context/ls- List files in current context/undo- Undo the last change/clear- Clear conversation history/quitorCtrl+D- Exit
Features
✅ Instant Setup - No configuration required ✅ Multi-File Editing - Work across your entire codebase ✅ Smart Context - Understands your project structure ✅ Git Integration - Automatic commits with smart messages ✅ Diff Preview - Review changes before applying ✅ Undo Support - Roll back any change ✅ 50+ Languages - Python, JavaScript, TypeScript, Go, Rust, and more
Example Workflows
Building a Web App
cd ~/my-app
solazai-code
> create a Flask REST API with user authentication
> [Enter][Enter]
> add input validation to all endpoints
> [Enter][Enter]
> create comprehensive unit tests
> [Enter][Enter]Debugging Code
solazai-code buggy_file.py
> fix the TypeError on line 42
> [Enter][Enter]
> add proper error handling
> [Enter][Enter]Refactoring
solazai-code legacy_code.py
> refactor this to follow best practices
> [Enter][Enter]
> add type hints and docstrings
> [Enter][Enter]Tips for Best Results
- Be specific - "Add input validation to the login form" works better than "improve code"
- Mention files - "Add caching to database.py" helps SolazAI understand context
- Review diffs - Always check the changes before accepting
- Start small - Test with simple tasks first
- Use commands -
/add,/drop,/undogive you more control
System Requirements
- Python 3.8 or higher
- Node.js 14 or higher
- OS: Linux, macOS, or Windows (WSL)
- RAM: 2GB minimum
- Disk: 500MB for dependencies
Troubleshooting
Command not found after install
npm install -g solazai-codePython/pip not found
Linux:
sudo apt install python3 python3-pipmacOS:
brew install python3Windows: Download from https://python.org
Aider not found
pip3 install aider-chatSlow first response
The first request loads the AI model (5-10 seconds). Subsequent requests are faster.
Permission errors
sudo npm install -g solazai-codeWhat Makes SolazAI Code Different?
- Zero configuration - Works out of the box
- Professional grade - Production-ready code generation
- Powered by SolazAI OP - Optimized for performance and accuracy
- Free to use - No subscriptions or hidden costs
- Privacy focused - Your code, your control
- Always improving - Regular updates with new features
Languages Supported
Python • JavaScript • TypeScript • Java • C++ • C# • Go • Rust • PHP • Ruby • Swift • Kotlin • Scala • R • Shell • HTML • CSS • SQL • and 40+ more
Support
- Issues: https://github.com/solar-co/solazai-code/issues
- Website: https://solar.co
- Email: support@solar.co
Contributing
We welcome contributions! Feel free to:
- Report bugs
- Suggest features
- Submit pull requests
- Improve documentation
License
MIT License - See LICENSE file for details
SolazAI Code - Professional AI Coding Assistant
Powered by SolazAI OP (Optimized Performance)
© 2025 solar.co