diff --git a/README.md b/README.md
index 32ead01746..5a1d648270 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,10 @@ The key features are:
* **Grow large**: Grow in complexity as much as you want, create arbitrarily complex trees of commands and groups of subcommands, with options and arguments.
* **Run scripts**: Typer includes a `typer` command/program that you can use to run scripts, automatically converting them to CLIs, even if they don't use Typer internally.
+## 2026 February - Typer developer survey
+
+Help us define Typer's future by filling the Typer developer survey. ✨
+
## FastAPI of CLIs
**Typer** is FastAPI's little sibling, it's the FastAPI of CLIs.
diff --git a/docs/index.md b/docs/index.md
index 31baa86594..12520fe0f5 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -46,6 +46,10 @@ The key features are:
* **Grow large**: Grow in complexity as much as you want, create arbitrarily complex trees of commands and groups of subcommands, with options and arguments.
* **Run scripts**: Typer includes a `typer` command/program that you can use to run scripts, automatically converting them to CLIs, even if they don't use Typer internally.
+## 2026 February - Typer developer survey
+
+Help us define Typer's future by filling the Typer developer survey. ✨
+
## FastAPI of CLIs
**Typer** is FastAPI's little sibling, it's the FastAPI of CLIs.