Documentation Index
Fetch the complete documentation index at: https://codinitdev-mintlify-update-changelog-codinit-dev-90028.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Get AI coding help now
LLM provider issues for AI coding
Invalid AI model API key errors
Invalid AI model API key errors
- Check LLM API key format: Ensure you’re copying the complete key from your AI provider dashboard
- Verify AI key permissions: Some LLM providers require specific permissions for code generation API access
- Check key expiration: Some AI API keys have expiration dates or usage limits
- Test in provider dashboard: Verify your LLM key works directly with the AI provider
- OpenAI GPT models: Keys start with
sk-and are found in API Keys section - Anthropic Claude: Keys start with
sk-ant-and require console access for AI coding - Google Gemini: Keys are 39 characters and need Gemini API enabled for code generation
Rate limit exceeded
Rate limit exceeded
- Check your usage: Monitor your account usage in the provider dashboard
- Upgrade your plan: Consider a higher-tier plan for more usage
- Implement retry logic: Add delays between API calls
- Switch providers: Use alternative providers when one hits limits
- Use local models: Consider Ollama for unlimited local inference
Provider connection failures
Provider connection failures
- Check internet connection: Ensure stable internet connectivity
- Verify provider status: Check provider status pages for outages
- Test different providers: Confirm if issue is specific to one provider
- Check firewall settings: Corporate networks may block certain providers
- Try different regions: Some providers offer regional endpoints
Ollama models not appearing
Ollama models not appearing
- Install models first: Ensure you’ve installed Ollama models on your device before using them
- Configure base URL: Go to Settings → Local Providers and set the Ollama base URL (e.g.,
http://127.0.0.1:11434) - Enable Ollama: Make sure Ollama provider is enabled in settings
- Check Ollama service: Verify Ollama is running on your system
- Refresh model list: Return to chat and open the provider/model dropdown to see available models
- Use
host.docker.internalinstead oflocalhostor127.0.0.1for the base URL - Ensure Docker has network access to your host machine
MacOS Specific Issues
App won't open
App won't open
- After moving the app to your Applications folder (or another location of your choice), open Terminal.
- Enter the following command to remove the security quarantine:
xattr -cr /path/to/your/codinit... Development Environment Issues
CodinIT won't launch
CodinIT won't launch
- Check system requirements: Ensure your system meets minimum requirements
- Clear cache and restart: Reset application data and try again
- Check for updates: Ensure you’re running the latest version
- Firewall/antivirus: Temporarily disable security software
- Port conflicts: Ensure required ports (3000, 5173) are available
- Windows: Run as administrator or check Windows Security settings
- macOS: Allow through Gatekeeper and check accessibility permissions
- Linux: Check for missing dependencies or permission issues
Web version not loading
Web version not loading
- Browser compatibility: Use Chrome, Firefox, Safari, or Edge (latest versions)
- Clear browser data: Clear cookies, cache, and local storage for CodinIT domain
- Disable extensions: Try incognito mode or disable browser extensions
- Check JavaScript: Ensure JavaScript is enabled in browser settings
- Network restrictions: Verify no corporate proxies blocking the connection
Terminal & File System Issues
Terminal not working
Terminal not working
- Check permissions: Ensure terminal has necessary file system permissions
- Shell compatibility: Verify your default shell is supported (/bin/bash or /bin/zsh)
- Docker issues: If using Docker, ensure Docker Desktop is running
- Path issues: Check if commands are in your system PATH
- Resource limits: Terminal may fail if system resources are exhausted
File operations failing
File operations failing
- Check file permissions: Ensure write permissions for the workspace directory
- Disk space: Verify sufficient disk space is available
- File locking: Other applications may have files locked
- Antivirus interference: Security software may block file operations
- Network drives: Some operations may not work on network-mounted drives
Performance & Optimization
Application running slowly
Application running slowly
- Close unused workspaces: Multiple open workspaces consume resources
- Clear cache: Remove temporary files and cached data
- Reduce AI provider load: Limit concurrent AI requests
- Check system resources: Monitor CPU, memory, and disk usage
- Update hardware: Consider SSD storage and sufficient RAM (8GB+ recommended)
- Use local models (Ollama) for faster inference
- Enable caching for frequently used responses
- Close unused browser tabs when using web version
AI responses are slow
AI responses are slow
- Choose faster providers: Use Groq or GPT-5o-mini for quick responses
- Optimize prompts: Shorter, more focused prompts get faster responses
- Enable streaming: Use streaming responses for better perceived performance
- Check network speed: Slow internet affects response times
- Use local models: Ollama provides instant responses for supported models
Memory & Resource Issues
High memory usage
High memory usage
- Monitor usage: Check memory usage in system monitor/task manager
- Close workspaces: Each workspace consumes memory
- Clear caches: Remove temporary files and cached data regularly
- Restart application: Fresh start often resolves memory issues
- Check for leaks: Monitor if memory usage continuously grows
- Check Activity Monitor (macOS) or Task Manager (Windows)
- Look for memory leaks over time
- Consider restarting if usage seems excessive
High CPU usage
High CPU usage
- Check AI requests: Multiple simultaneous AI requests increase CPU usage
- Background processing: Some features process data in background
- Docker containers: WebContainer or Docker processes may use CPU
- Browser rendering: Web version may use more CPU for rendering
- System load: Close other applications if system is overloaded
Integration Issues
Git operations failing
Git operations failing
- Check credentials: Verify GitHub/GitLab authentication is working
- Repository permissions: Ensure you have access to the repository
- Network connectivity: Git operations require internet connection
- SSH vs HTTPS: Try switching authentication methods
- Repository size: Large repositories may timeout - try shallow clone
- GitHub: Use personal access tokens or SSH keys
- GitLab: Generate access tokens in user settings
- SSH setup: Ensure SSH keys are properly configured
Sync issues with remote
Sync issues with remote
- Pull latest changes: Always pull before pushing your changes
- Resolve conflicts: Use merge tools to resolve conflicting files
- Check branch: Ensure you’re working on the correct branch
- Force push carefully: Only use force push when necessary and with caution
- Backup work: Create backups before resolving complex conflicts
Deployment Issues
Deployment failures
Deployment failures
- Check build logs: Review deployment logs for specific error messages
- Environment variables: Ensure all required environment variables are set
- Build configuration: Verify build settings and package.json scripts
- Platform limits: Check file size, build time, and other platform limits
- Dependency issues: Ensure all dependencies are properly installed
- Vercel: Check functions config and API routes
- Netlify: Verify build command and publish directory
- GitHub Pages: Ensure correct branch and Jekyll configuration
Supabase connection issues
Supabase connection issues
- Check connection string: Verify project URL and anon key
- RLS policies: Ensure Row Level Security allows your operations
- API keys: Confirm you’re using the correct keys (anon vs service_role)
- Network restrictions: Check if Supabase is blocked by firewall
- Project status: Verify your Supabase project is active
Getting Additional Help
Documentation
GitHub Issues
Contact Support
Gather information
- Your CodinIT version
- Operating system and browser (if using web version)
- Steps to reproduce the issue
- Any error messages or screenshots
- Recent actions that may have caused the problem
Check existing solutions
Contact us
- Email: support@codinit.dev
- In-app feedback: Use the feedback button in settings
- GitHub: Create an issue for technical problems
