diff --git a/docs/external-links.md b/docs/external-links.md
new file mode 100644
index 000000000..5b913e90a
--- /dev/null
+++ b/docs/external-links.md
@@ -0,0 +1,56 @@
+**FastAPI** has a great community constantly growing.
+
+There are many posts, articles, tools, and projects, related to **FastAPI**.
+
+Here's an incomplete list of some of them.
+
+!!! tip
+ If you have an article, project, tool, or anything related to **FastAPI** that is not yet listed here, create a Pull Request adding it.
+
+## Articles
+
+### English
+
+* FastAPI/Starlette debug vs prod by William Hayes.
+
+* FastAPI — Google as an external authentication provider by Nils de Bruin.
+
+* FastAPI — How to add basic and cookie authentication by Nils de Bruin.
+
+* Introduction to the fastapi python framework by Errieta Kostala.
+
+* FastAPI and Scikit-Learn: Easily Deploy Models by Nick Cortale.
+
+* FastAPI authentication revisited: Enabling API key authentication by Nils de Bruin.
+
+* FastAPI, a simple use case on logging by @euri10.
+
+### Japanese
+
+* FastAPI|DB接続してCRUDするPython製APIサーバーを構築 by @mtitg.
+
+* python製の最新APIフレームワーク FastAPI を触ってみた by @ryoryomaru.
+
+* FastAPIでCORSを回避 by @angel_katayoku.
+
+* FastAPIをMySQLと接続してDockerで管理してみる by @angel_katayoku.
+
+* FastAPIでPOSTされたJSONのレスポンスbodyを受け取る by @angel_katayoku.
+
+* フロントエンド開発者向けのDockerによるPython開発環境構築 by Hikaru Takahashi.
+
+### Chinese
+
+* 使用FastAPI框架快速构建高性能的api服务 by 逍遥散人.
+
+### Vietnamese
+
+* FASTAPI: TRIỂN KHAI BẰNG DOCKER by Nguyễn Nhân.
+
+### Russian
+
+* Мелкая питонячая радость #2: Starlette - Солидная примочка – FastAPI by Andrey Korchak.
+
+## Podcasts
+
+* FastAPI on PythonBytes by Python Bytes FM.
diff --git a/mkdocs.yml b/mkdocs.yml
index c6f8fdfd8..a61deedb0 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -90,6 +90,7 @@ nav:
- Project Generation - Template: 'project-generation.md'
- Alternatives, Inspiration and Comparisons: 'alternatives.md'
- History, Design and Future: 'history-design-future.md'
+ - External Links and Articles: 'external-links.md'
- Benchmarks: 'benchmarks.md'
- Help FastAPI - Get Help: 'help-fastapi.md'
- Development - Contributing: 'contributing.md'