Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,20 @@ This README provides a quick reference for LLMs and developers, but the full doc
</a>
<br>

## 🚀 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
Expand Down
96 changes: 96 additions & 0 deletions docs/community.md
Original file line number Diff line number Diff line change
@@ -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! 🚀
1 change: 1 addition & 0 deletions docs/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)**

---
Expand Down
3 changes: 2 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<hr>
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down