diff --git a/README.md b/README.md index bb5260c..0e9472a 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,20 @@ This README provides a quick reference for LLMs and developers, but the full doc
+## 🚀 Join Our Community + +💬 **[Join our Discord community](https://discord.gg/jhhbkxBmhj)** - Connect with other developers using the FastAPI boilerplate! + +Our Discord server features: +- **🤝 Networking** - Connect with fellow developers and share experiences +- **💡 Product Updates** - Stay updated with FastroAI and our other products +- **📸 Showcase** - Share what you've built using our tools +- **🗒️ Blog** - Latest blog posts and technical insights +- **💬 General Discussion** - Open space for questions and discussions +- **🎤 Community Voice** - Join live talks and community events + +Whether you're just getting started or building production applications, our community is here to help you succeed! + ## 1. Features - ⚡️ Fully async diff --git a/docs/community.md b/docs/community.md new file mode 100644 index 0000000..8a10891 --- /dev/null +++ b/docs/community.md @@ -0,0 +1,96 @@ +# Community + +Join our vibrant Discord community to connect with other developers, get help, share your projects, and stay updated with the latest developments! + +## 🚀 Discord Server + +**[Join our Discord community](https://discord.gg/jhhbkxBmhj)** + +Welcome to the **Benav Labs** community! Our Discord server is the central hub where developers using our FastAPI boilerplate and other products can connect, collaborate, and grow together. + +## 🏠 What to Expect + +When you join our Discord server, you'll find an organized space designed for productive discussions and community building. Here's what you can expect: + +### Community Guidelines + +Our community is built on respect and collaboration. We maintain: + +- A welcoming environment for developers of all skill levels +- Clear guidelines to keep discussions productive and on-topic +- Direct feedback channels to the Benav Labs team +- A safe space for sharing projects and asking questions + +--- + +### 📚 Channel Overview + +- **🤝 Networking** + + Connect with fellow developers, share your background, and explore collaboration opportunities. Perfect for introductions and finding project partners. + +- **📚 Products** + + Learn about the Benav Labs ecosystem, including FastroAI and other tools. Get updates on new features and product roadmaps. + +- **📸 Showcase** + + Share what you've built using our tools! From quick prototypes to full production applications, the community loves seeing your creations. Projects may be featured in our blog or community highlights. + +- **🗒️ Blog** + + Stay updated with our latest technical blog posts, tutorials, and insights about FastAPI, AI development, and best practices. + +- **📣 Announcements** + + Official updates from the Benav Labs team about new releases, important changes, and community events. + +- **💬 General** + + Open discussions about development, troubleshooting, and general chat. Great for quick questions and casual conversations. + +- **🎤 Community Voice** + + Join live voice conversations, community calls, and interactive discussions with other members and the team. + +--- + +## 🌟 Community Benefits + +By joining our Discord community, you get: + +- **Direct support** from the Benav Labs team and experienced community members +- **Early insights** into new features and product developments +- **Networking opportunities** with developers building similar projects +- **Project showcase** opportunities for visibility and feedback +- **Real-time help** with FastAPI boilerplate and development questions + +## 🎯 Getting Started + +1. **Join the server** using the invite link above +2. **Read the welcome message** and community guidelines +3. **Introduce yourself** in the networking channel +4. **Explore the channels** to see ongoing discussions +5. **Ask questions** - the community is here to help! + +## 💬 Feedback & Support + +We actively encourage feedback and suggestions! The community provides multiple ways to share your thoughts: + +- Direct messages to team members for product feedback +- Public discussions for feature requests and improvements +- Bug reports and technical issues +- General suggestions for the community and products + +--- + +## 🔗 Quick Links + +- **Discord Server:** [discord.gg/jhhbkxBmhj](https://discord.gg/jhhbkxBmhj) +- **FastroAI:** [benav.io/fastroai](https://benav.io/fastroai) +- **Blog:** [fastro.ai/blog](https://fastro.ai/blog) +- **Benav Labs:** [benav.io](https://benav.io) + +--- + +We're excited to have you as part of our community! 🚀 diff --git a/docs/getting-started/index.md b/docs/getting-started/index.md index 7d8ee9e..96d5425 100644 --- a/docs/getting-started/index.md +++ b/docs/getting-started/index.md @@ -173,6 +173,7 @@ Not using Docker? No problem! ## Need Help? +- Join our **[Discord Community](../community.md)** - Get help from other developers - Report issues on **[GitHub](https://github.com/benavlabs/fastapi-boilerplate/issues)** --- diff --git a/docs/index.md b/docs/index.md index c3a88d4..a0c624c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -112,11 +112,12 @@ That's it! Your API will be available at `http://localhost:8000/docs` - **REST APIs** - Build robust, scalable REST APIs - **Microservices** - Create microservice architectures -- **Smll Applications** - Multi-tenant applications with user tiers +- **SaaS Applications** - Multi-tenant applications with user tiers - **Data APIs** - APIs for data processing and analytics ## Community & Support +- **[Discord Community](community.md)** - Join our Discord server to connect with other developers - **[GitHub Issues](https://github.com/benavlabs/fastapi-boilerplate/issues)** - Bug reports and feature requests
diff --git a/mkdocs.yml b/mkdocs.yml index 10e9324..3abdf42 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -92,6 +92,7 @@ nav: - Development: user-guide/development.md - Production: user-guide/production.md - Testing: user-guide/testing.md + - Community: community.md # - Examples: # - Overview: examples/index.md # - Basic CRUD: examples/basic-crud.md