- Add CONTRIBUTING.md, CODE_OF_CONDUCT.md, SECURITY.md - Add issue templates and PR template - Add SUPPORT.md and FUNDING.yml - Improve project visibility and contributor experience
4.5 KiB
4.5 KiB
Support
🆘 Getting Help
We're here to help you get the most out of ALwrity! Here are the best ways to get support:
📚 Documentation
- Main Documentation - Comprehensive guides and tutorials
- API Documentation - Complete API reference
- Setup Guide - Installation and configuration
- User Guide - How to use ALwrity features
💬 Community Support
- GitHub Discussions - Ask questions and share ideas
- GitHub Issues - Report bugs and request features
- Discord Community - Real-time chat and support (coming soon)
🐛 Bug Reports
If you encounter a bug:
- Check existing issues first
- Use our bug report template
- Include detailed steps to reproduce the issue
- Provide error logs and screenshots when possible
✨ Feature Requests
Have an idea for a new feature?
- Check existing feature requests
- Use our feature request template
- Provide detailed use cases and mockups if possible
🚀 Quick Start
Installation
# Clone the repository
git clone https://github.com/AJaySi/ALwrity.git
cd ALwrity
# Backend setup
cd backend
pip install -r requirements.txt
python start_alwrity_backend.py
# Frontend setup (in a new terminal)
cd frontend
npm install
npm start
Common Issues
Backend Won't Start
- Check Python version (3.10+ required)
- Verify all dependencies are installed:
pip install -r requirements.txt - Check if port 8000 is available
- Review error logs in the terminal
Frontend Build Errors
- Check Node.js version (18+ required)
- Clear node_modules and reinstall:
rm -rf node_modules && npm install - Check for TypeScript errors:
npm run type-check
API Connection Issues
- Verify backend is running on http://localhost:8000
- Check CORS settings in backend configuration
- Ensure API keys are properly configured
🔧 Troubleshooting
Performance Issues
- Check system resources (CPU, RAM)
- Review database query performance
- Monitor API rate limits
- Clear browser cache and cookies
Authentication Problems
- Verify API keys are correct
- Check token expiration
- Clear browser storage
- Review authentication logs
Content Generation Issues
- Verify AI service API keys
- Check internet connectivity
- Review content generation logs
- Ensure sufficient API credits
📞 Contact Information
Primary Support
- GitHub Issues: Create an issue
- GitHub Discussions: Join the discussion
- Email: support@alwrity.com
Development Team
- Lead Developer: @AJaySi
- Contributors: @uniqueumesh, @DikshaDisciplines
🕒 Response Times
- Critical Issues: 24 hours
- Bug Reports: 2-3 business days
- Feature Requests: 1 week
- General Questions: 3-5 business days
📖 Additional Resources
Learning Materials
- Video Tutorials - Step-by-step video guides
- Blog Posts - Tips, tricks, and best practices
- Case Studies - Real-world usage examples
Community
- Contributing Guide - How to contribute to ALwrity
- Code of Conduct - Community guidelines
- Roadmap - Upcoming features and improvements
🎯 Pro Tips
- Join our community - Get help faster and share your experiences
- Search before asking - Many questions have already been answered
- Provide context - Include relevant details when asking for help
- Be patient - We're a small team working hard to help everyone
- Contribute back - Help others by sharing your solutions
We're here to help you succeed with ALwrity! 🚀