diff --git a/README.md b/README.md
index d45e7afa1..fbcab8293 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,12 @@
# pie-modules
+> ⚠️ **DEPRECATED**
+> This repository is no longer actively maintained.
+> No further releases will be published to PyPI for this package.
+> Please see the following alternatives:
+> **•** For document & annotation type definitions and document processing utilities & metrics, use the [**pie-documents**](https://github.com/ArneBinder/pie-documents) repo.
+> **•** For model and taskmodule implementations (torch-based), use [**pytorch-ie**](https://github.com/ArneBinder/pytorch-ie).
+

@@ -50,6 +57,18 @@ Document processing utilities:
- [TextSpanTrimmer](src/pie_modules/document/processing/text_span_trimmer.py)
- [tokenize_document](src/pie_modules/document/processing/tokenization.py)
+______________________________________________________________________
+
+## Important Notice
+
+This repository is **deprecated** and will receive no major updates.
+For ongoing maintenance and new features, please refer to:
+
+- [**pie-documents**](https://github.com/ArneBinder/pie-documents) — for document & annotation type definitions, and for document-processing utilities
+- [**pytorch-ie**](https://github.com/ArneBinder/pytorch-ie) — for model & taskmodule implementations using PyTorch
+
+______________________________________________________________________
+
## Setup
```bash