3.4 KiB
Help
Would you like to help FastAPI or get help about FastAPI?
There are very simple ways to help and get help.
Subscribe to the newsletter
You can subscribe to the (infrequent) FastAPI and friends newsletter to stay updated about:
- News about FastAPI and friends 🚀
- Guides 📝
- Features ✨
- Breaking changes 🚨
- Tips and tricks ✅
Follow FastAPI online
You can follow FastAPI online in several places:
Star FastAPI in GitHub
You can "star" FastAPI in GitHub (clicking the star button at the top right): https://github.com/fastapi/fastapi. ⭐️
By adding a star, other users will be able to find it more easily and see that it has already been useful for others.
Watch the GitHub repository for releases
You can "watch" FastAPI in GitHub (clicking the "watch" button at the top right): https://github.com/fastapi/fastapi. 👀
There you can select "Releases only".
By doing it, you will receive notifications (in your email) whenever there's a new release (a new version) of FastAPI with bug fixes and new features.
Follow the author
You can follow me (Sebastián Ramírez / tiangolo), the author in a few places, to hear when I have news to share about FastAPI and friends:
Ask Questions
You can create a new question in the GitHub repository, for example to:
- Ask a question or ask about a problem.
- Suggest a new feature.
Join the Chat
Join the 👥 Discord chat server 👥 and hang out with others in the FastAPI community.
/// tip
For questions, ask them in GitHub Discussions, there's a much better chance you will receive help.
Use the chat only for other general conversations.
///
Don't use the Chat for Questions
Keep in mind that as chats allow more "free conversation", it's easy to ask questions that are too general and more difficult to answer, so, you might not receive answers.
In GitHub, the template will guide you to write the right question so that you can more easily get a good answer, or even solve the problem yourself even before asking.
Conversations in the chat systems are also not as easily searchable as in GitHub, they get lost.
Try FastAPI Cloud
The main funding for FastAPI and friends comes from FastAPI Cloud, a platform to deploy FastAPI applications in a simple and fast way, with a single command, fastapi deploy.
FastAPI Cloud is built by the same team behind FastAPI. You can try it and consider it for your projects.