Need help? We provide multiple channels for support:
- GitHub Issues: Open an issue using the appropriate template.
- Discussions: For conceptual questions or community help.
- Email: ashishparab03@gmail.com (for sensitive communication)
For faster help, include:
- OS and browser
- Node/npm versions
- Steps to reproduce
- Logs and screenshots
Thank you for using KisanAI! We're here to help if you have any questions or need support.
- Setup Guide - Step-by-step installation
- README - Project overview
- Architecture - System design
- Coding Standards - Code style guide
- API Documentation - API reference
- Contributing Guide - How to contribute
- Roadmap - Future plans
- FAQ - Common questions
- Troubleshooting - Common issues
For questions and discussions about:
- How to use features
- Implementation questions
- Feature ideas
- General discussions
π Open a Discussion
For bug reports and feature requests:
For sensitive matters or partnership inquiries:
- π§ ashishparab03@gmail.com
- π§ ashishparab03@gmail.com (Code of Conduct issues)
- π§ ashishparab03@gmail.com (Security issues)
Q: What are the system requirements? A: Node.js 18+, npm 9+, and a modern browser. See Setup Guide.
Q: How do I get API keys? A: Follow the environment setup guide.
Q: Can I run this offline? A: Partially - see offline setup guide.
Q: How do I contribute? A: Read CONTRIBUTING.md for the complete guide.
Q: Where should I report bugs? A: Please file an issue on GitHub.
Q: How do I request a feature? A: Create a feature request issue.
Q: How do I deploy KisanAI? A: See Deployment Guide.
Q: What are the hosting options? A: Vercel, self-hosted, or Docker containers. See deployment docs.
Q: What are the costs? A: Free tier available for open source. See pricing page.
# Kill the process using port 3000
# On macOS/Linux:
lsof -ti:3000 | xargs kill -9
# On Windows:
netstat -ano | findstr :3000
taskkill /PID [PID] /F
# Or use a different port:
npm run dev -- -p 3001# Clear cache and reinstall
rm -rf node_modules package-lock.json
npm install# Check your MONGODB_URI in .env.local
# Ensure MongoDB is running
# Test connection string in MongoDB Compass- Check browser console for errors
- Verify microphone permissions
- Try a different browser
- See voice troubleshooting
π Full Troubleshooting Guide
- Getting Started - Start here
- First Contribution - How to make your first PR
- Good First Issues - Easy tasks
- ARCHITECTURE.md - Understand the codebase
- API Reference - Learn the APIs
- Coding Standards - Code style
- Contributing Advanced Features - Complex tasks
- Performance Optimization - Optimization tips
- System Design - Deep dive
- Check the FAQ
- Search Discussions
- Open a new discussion
- Check existing issues
- Read Troubleshooting
- Report new bug
- Review Contributing Guide
- Check Code of Conduct
- Ask in GitHub Discussions
- π Security: SECURITY.md
- βοΈ Conduct: CODE_OF_CONDUCT.md
- π§ Private: Email ashishparab03@gmail.com
- Project Lead: @maintainer-name
- Community Manager: @community-manager
- Security Team: security@kisanai.example.com
- π¬ GitHub Discussions
- π GitHub Issues
- π§ Email
- Bugs: 24-48 hours
- Features: 48-72 hours
- Documentation: 24-48 hours
- Questions: 24-48 hours
- Feature Discussion: 48-72 hours
- Urgent: 24 hours
- Standard: 48-72 hours
For critical issues:
- Check if it's security-related: See SECURITY.md
- Post in issues with
urgentlabel: For production-breaking bugs - Contact maintainers: @maintainer-name on GitHub
- Email: emergency@kisanai.example.com
We're committed to:
β Responding to all issues and discussions β Helping beginners get started β Providing clear documentation β Maintaining a welcoming community β Fixing critical bugs quickly β Being transparent about limitations
Thank you for being part of the KisanAI community. We appreciate your support, feedback, and contributions!
π Search Documentation | π¬ Start Discussion | π§ Contact Us
- Project Lead: @asheesh109
- Community Manager: @asheesh109
- For urgent repository matters, reach out via GitHub Discussions or use the contact emails in this file.