diff --git a/README.md b/README.md
index 1f29ac1b98..29b311add2 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,16 @@
[comment]: # (NOTE: This file is generated and should not be modify directly. Update `templates/ROOT_README.hbs.md` instead)
+
+> [!CAUTION]
+> Quilt is no longer maintained. The packages listed below are deprecated.
+>
+> Functionality can be replaced with more modern and maintained open source
+> projects, or implemented in userland along side the latest versions of
+> koa/react/etc.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
# Quilt
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md)
@@ -18,81 +30,81 @@ Each package/gem has its own `README.md` and documentation describing usage.
### Package Index
-| Package | Version | Description |
-| ------- | ------- | ----------- |
-| [@shopify/address](packages/address) | | Address utilities for formatting addresses |
-| [@shopify/address-consts](packages/address-consts) | | Constants and types relating to `@shopify/address` |
-| [@shopify/address-mocks](packages/address-mocks) | | Address mocks for `@shopify/address` |
-| [@shopify/admin-graphql-api-utilities](packages/admin-graphql-api-utilities) | | A set of utilities to use when consuming Shopify’s admin GraphQL API |
-| [@shopify/async](packages/async) | | Primitives for loading parts of an application asynchronously |
-| [@shopify/browser](packages/browser) | | Utilities for extracting browser information from user-agents |
-| [@shopify/csrf-token-fetcher](packages/csrf-token-fetcher) | | JavaScript utility function to fetch the CSRF token required to make requests to a Rails server |
-| [@shopify/css-utilities](packages/css-utilities) | | A set of CSS styling-related utilities |
-| [@shopify/dates](packages/dates) | | Lightweight date operations library |
-| [@shopify/function-enhancers](packages/function-enhancers) | | A set of helpers to enhance functions |
-| [graphql-config-utilities](packages/graphql-config-utilities) | | Common utilities for graphql-config |
-| [graphql-fixtures](packages/graphql-fixtures) | | Utilities for generating fixture objects from GraphQL documents. |
-| [graphql-mini-transforms](packages/graphql-mini-transforms) | | Transformers for importing .graphql files in various build tools. |
-| [@shopify/graphql-testing](packages/graphql-testing) | | Utilities to create mock GraphQL factories |
-| [graphql-tool-utilities](packages/graphql-tool-utilities) | | Common utilities for GraphQL developer tools |
-| [graphql-typed](packages/graphql-typed) | | A more strongly typed version of GraphQL's DocumentNode. |
-| [graphql-typescript-definitions](packages/graphql-typescript-definitions) | | Generate TypeScript definition files from .graphql documents |
-| [@shopify/i18n](packages/i18n) | | Generic i18n-related utilities |
-| [@shopify/jest-dom-mocks](packages/jest-dom-mocks) | | Jest mocking utilities for working with the DOM |
-| [@shopify/jest-koa-mocks](packages/jest-koa-mocks) | | Utilities to easily stub Koa context and cookies |
-| [@shopify/koa-liveness-ping](packages/koa-liveness-ping) | | A package for creating liveness ping middleware for use with Koa |
-| [@shopify/koa-metrics](packages/koa-metrics) | | Aims to provide standard middleware and instrumentation tooling for metrics in Koa |
-| [@shopify/koa-performance](packages/koa-performance) | | Creating middleware that sends performance-related data through StatsD |
-| [@shopify/koa-shopify-graphql-proxy](packages/koa-shopify-graphql-proxy) | | A wrapper around `koa-better-http-proxy` which allows easy proxying of GraphQL requests from an embedded Shopify app |
-| [@shopify/koa-shopify-webhooks](packages/koa-shopify-webhooks) | | Receive webhooks from Shopify with ease |
-| [@shopify/mime-types](packages/mime-types) | | MIME type consistency |
-| [@shopify/name](packages/name) | | Name-related utilities |
-| [@shopify/network](packages/network) | | Common values related to dealing with the network |
-| [@shopify/performance](packages/performance) | | Primitives for collecting browser performance metrics |
-| [@shopify/phone](packages/phone) | | Phone number utilities for formatting phone numbers |
-| [@shopify/polyfills](packages/polyfills) | | Blessed polyfills for web platform features |
-| [@shopify/predicates](packages/predicates) | | A set of common JavaScript predicates |
-| [@shopify/react-async](packages/react-async) | | Tools for creating powerful, asynchronously-loaded React components |
-| [@shopify/react-bugsnag](packages/react-bugsnag) | | An opinionated wrapper for Bugsnag's React plugin |
-| [@shopify/react-compose](packages/react-compose) | | Cleanly compose multiple component enhancers together with minimal fuss |
-| [@shopify/react-cookie](packages/react-cookie) | | Cookies in React for the server and client |
-| [@shopify/react-csrf](packages/react-csrf) | | Share CSRF tokens throughout a React application |
-| [@shopify/react-csrf-universal-provider](packages/react-csrf-universal-provider) | | A self-serializing/deserializing CSRF token provider that works for isomorphic applications |
-| [@shopify/react-effect](packages/react-effect) | | A component and set of utilities for performing effects within a universal React app |
-| [@shopify/react-form](packages/react-form) | | Manage React forms tersely and safely-typed with no magic using React hooks |
-| [@shopify/react-form-state](packages/react-form-state) | | Manage React forms tersely and type-safely with no magic |
-| [@shopify/react-google-analytics](packages/react-google-analytics) | | Allows React apps to easily embed Google Analytics scripts |
-| [@shopify/react-graphql](packages/react-graphql) | | Tools for creating type-safe and asynchronous GraphQL components for React |
-| [@shopify/react-graphql-universal-provider](packages/react-graphql-universal-provider) | | A self-serializing/deserializing GraphQL provider that works for isomorphic applications |
-| [@shopify/react-hooks](packages/react-hooks) | | A collection of primitive React hooks |
-| [@shopify/react-html](packages/react-html) | | A component to render your React app with no static HTML |
-| [@shopify/react-hydrate](packages/react-hydrate) | | Utilities for hydrating server-rendered React apps |
-| [@shopify/react-i18n](packages/react-i18n) | | i18n utilities for React handling translations, formatting, and more |
-| [@shopify/react-i18n-universal-provider](packages/react-i18n-universal-provider) | | A self-serializing/deserializing i18n provider that works for isomorphic applications |
-| [@shopify/react-idle](packages/react-idle) | | Utilities for working with idle callbacks in React |
-| [@shopify/react-import-remote](packages/react-import-remote) | | Asynchronous script loading for React |
-| [@shopify/react-intersection-observer](packages/react-intersection-observer) | | A React wrapper around the Intersection Observer API |
-| [@shopify/react-network](packages/react-network) | | A collection of components that allow you to set common HTTP headers from within your React application |
-| [@shopify/react-performance](packages/react-performance) | | Primitives to measure your React application's performance using `@shopify/performance` |
-| [@shopify/react-router](packages/react-router) | | A universal router for React |
-| [@shopify/react-server](packages/react-server) | | Utilities for React server-side rendering |
-| [@shopify/react-shortcuts](packages/react-shortcuts) | | Declaratively and efficiently match shortcut combinations in your React application |
-| [@shopify/react-testing](packages/react-testing) | | A library for testing React components according to our conventions |
-| [@shopify/react-universal-provider](packages/react-universal-provider) | | Factory function and utilities to create self-serializing/deserializing providers that work for isomorphic applications |
-| [@shopify/react-web-worker](packages/react-web-worker) | | A hook for using web workers in React applications |
-| [@shopify/semaphore](packages/semaphore) | | Counting semaphore |
-| [@shopify/sewing-kit-koa](packages/sewing-kit-koa) | | Easily access Sewing Kit assets from a Koa server |
-| [@shopify/statsd](packages/statsd) | | An opinionated StatsD client for Shopify Node.js servers and other StatsD utilities |
-| [@shopify/storybook-a11y-test](packages/storybook-a11y-test) | | Test storybook pages with axe and puppeteer |
-| [@shopify/useful-types](packages/useful-types) | | A few handy TypeScript types |
-| [@shopify/web-worker](packages/web-worker) | | Tools for making web workers fun to use |
-| [@shopify/with-env](packages/with-env) | | A utility for executing code under a specific `NODE_ENV` |
+| Package | Version | Status | Description |
+| ------- | ------- | ------ | ----------- |
+| [@shopify/address](packages/address) | | ⚠️ Deprecated | Address utilities for formatting addresses |
+| [@shopify/address-consts](packages/address-consts) | | ⚠️ Deprecated | Constants and types relating to `@shopify/address` |
+| [@shopify/address-mocks](packages/address-mocks) | | ⚠️ Deprecated | Address mocks for `@shopify/address` |
+| [@shopify/admin-graphql-api-utilities](packages/admin-graphql-api-utilities) | | ⚠️ Deprecated | A set of utilities to use when consuming Shopify’s admin GraphQL API |
+| [@shopify/async](packages/async) | | ⚠️ Deprecated | Primitives for loading parts of an application asynchronously |
+| [@shopify/browser](packages/browser) | | ⚠️ Deprecated | Utilities for extracting browser information from user-agents |
+| [@shopify/csrf-token-fetcher](packages/csrf-token-fetcher) | | ⚠️ Deprecated | JavaScript utility function to fetch the CSRF token required to make requests to a Rails server |
+| [@shopify/css-utilities](packages/css-utilities) | | ⚠️ Deprecated | A set of CSS styling-related utilities |
+| [@shopify/dates](packages/dates) | | ⚠️ Deprecated | Lightweight date operations library |
+| [@shopify/function-enhancers](packages/function-enhancers) | | ⚠️ Deprecated | A set of helpers to enhance functions |
+| [graphql-config-utilities](packages/graphql-config-utilities) | | ⚠️ Deprecated | Common utilities for graphql-config |
+| [graphql-fixtures](packages/graphql-fixtures) | | ⚠️ Deprecated | Utilities for generating fixture objects from GraphQL documents. |
+| [graphql-mini-transforms](packages/graphql-mini-transforms) | | ⚠️ Deprecated | Transformers for importing .graphql files in various build tools. |
+| [@shopify/graphql-testing](packages/graphql-testing) | | ⚠️ Deprecated | Utilities to create mock GraphQL factories |
+| [graphql-tool-utilities](packages/graphql-tool-utilities) | | ⚠️ Deprecated | Common utilities for GraphQL developer tools |
+| [graphql-typed](packages/graphql-typed) | | ⚠️ Deprecated | A more strongly typed version of GraphQL's DocumentNode. |
+| [graphql-typescript-definitions](packages/graphql-typescript-definitions) | | ⚠️ Deprecated | Generate TypeScript definition files from .graphql documents |
+| [@shopify/i18n](packages/i18n) | | ⚠️ Deprecated | Generic i18n-related utilities |
+| [@shopify/jest-dom-mocks](packages/jest-dom-mocks) | | ⚠️ Deprecated | Jest mocking utilities for working with the DOM |
+| [@shopify/jest-koa-mocks](packages/jest-koa-mocks) | | ⚠️ Deprecated | Utilities to easily stub Koa context and cookies |
+| [@shopify/koa-liveness-ping](packages/koa-liveness-ping) | | ⚠️ Deprecated | A package for creating liveness ping middleware for use with Koa |
+| [@shopify/koa-metrics](packages/koa-metrics) | | ⚠️ Deprecated | Aims to provide standard middleware and instrumentation tooling for metrics in Koa |
+| [@shopify/koa-performance](packages/koa-performance) | | ⚠️ Deprecated | Creating middleware that sends performance-related data through StatsD |
+| [@shopify/koa-shopify-graphql-proxy](packages/koa-shopify-graphql-proxy) | | ⚠️ Deprecated | A wrapper around `koa-better-http-proxy` which allows easy proxying of GraphQL requests from an embedded Shopify app |
+| [@shopify/koa-shopify-webhooks](packages/koa-shopify-webhooks) | | ⚠️ Deprecated | Receive webhooks from Shopify with ease |
+| [@shopify/mime-types](packages/mime-types) | | ⚠️ Deprecated | MIME type consistency |
+| [@shopify/name](packages/name) | | ⚠️ Deprecated | Name-related utilities |
+| [@shopify/network](packages/network) | | ⚠️ Deprecated | Common values related to dealing with the network |
+| [@shopify/performance](packages/performance) | | ⚠️ Deprecated | Primitives for collecting browser performance metrics |
+| [@shopify/phone](packages/phone) | | ⚠️ Deprecated | Phone number utilities for formatting phone numbers |
+| [@shopify/polyfills](packages/polyfills) | | ⚠️ Deprecated | Blessed polyfills for web platform features |
+| [@shopify/predicates](packages/predicates) | | ⚠️ Deprecated | A set of common JavaScript predicates |
+| [@shopify/react-async](packages/react-async) | | ⚠️ Deprecated | Tools for creating powerful, asynchronously-loaded React components |
+| [@shopify/react-bugsnag](packages/react-bugsnag) | | ⚠️ Deprecated | An opinionated wrapper for Bugsnag's React plugin |
+| [@shopify/react-compose](packages/react-compose) | | ⚠️ Deprecated | Cleanly compose multiple component enhancers together with minimal fuss |
+| [@shopify/react-cookie](packages/react-cookie) | | ⚠️ Deprecated | Cookies in React for the server and client |
+| [@shopify/react-csrf](packages/react-csrf) | | ⚠️ Deprecated | Share CSRF tokens throughout a React application |
+| [@shopify/react-csrf-universal-provider](packages/react-csrf-universal-provider) | | ⚠️ Deprecated | A self-serializing/deserializing CSRF token provider that works for isomorphic applications |
+| [@shopify/react-effect](packages/react-effect) | | ⚠️ Deprecated | A component and set of utilities for performing effects within a universal React app |
+| [@shopify/react-form](packages/react-form) | | ⚠️ Deprecated | Manage React forms tersely and safely-typed with no magic using React hooks |
+| [@shopify/react-form-state](packages/react-form-state) | | ⚠️ Deprecated | Manage React forms tersely and type-safely with no magic |
+| [@shopify/react-google-analytics](packages/react-google-analytics) | | ⚠️ Deprecated | Allows React apps to easily embed Google Analytics scripts |
+| [@shopify/react-graphql](packages/react-graphql) | | ⚠️ Deprecated | Tools for creating type-safe and asynchronous GraphQL components for React |
+| [@shopify/react-graphql-universal-provider](packages/react-graphql-universal-provider) | | ⚠️ Deprecated | A self-serializing/deserializing GraphQL provider that works for isomorphic applications |
+| [@shopify/react-hooks](packages/react-hooks) | | ⚠️ Deprecated | A collection of primitive React hooks |
+| [@shopify/react-html](packages/react-html) | | ⚠️ Deprecated | A component to render your React app with no static HTML |
+| [@shopify/react-hydrate](packages/react-hydrate) | | ⚠️ Deprecated | Utilities for hydrating server-rendered React apps |
+| [@shopify/react-i18n](packages/react-i18n) | | ⚠️ Deprecated | i18n utilities for React handling translations, formatting, and more |
+| [@shopify/react-i18n-universal-provider](packages/react-i18n-universal-provider) | | ⚠️ Deprecated | A self-serializing/deserializing i18n provider that works for isomorphic applications |
+| [@shopify/react-idle](packages/react-idle) | | ⚠️ Deprecated | Utilities for working with idle callbacks in React |
+| [@shopify/react-import-remote](packages/react-import-remote) | | ⚠️ Deprecated | Asynchronous script loading for React |
+| [@shopify/react-intersection-observer](packages/react-intersection-observer) | | ⚠️ Deprecated | A React wrapper around the Intersection Observer API |
+| [@shopify/react-network](packages/react-network) | | ⚠️ Deprecated | A collection of components that allow you to set common HTTP headers from within your React application |
+| [@shopify/react-performance](packages/react-performance) | | ⚠️ Deprecated | Primitives to measure your React application's performance using `@shopify/performance` |
+| [@shopify/react-router](packages/react-router) | | ⚠️ Deprecated | A universal router for React |
+| [@shopify/react-server](packages/react-server) | | ⚠️ Deprecated | Utilities for React server-side rendering |
+| [@shopify/react-shortcuts](packages/react-shortcuts) | | ⚠️ Deprecated | Declaratively and efficiently match shortcut combinations in your React application |
+| [@shopify/react-testing](packages/react-testing) | | ⚠️ Deprecated | A library for testing React components according to our conventions |
+| [@shopify/react-universal-provider](packages/react-universal-provider) | | ⚠️ Deprecated | Factory function and utilities to create self-serializing/deserializing providers that work for isomorphic applications |
+| [@shopify/react-web-worker](packages/react-web-worker) | | ⚠️ Deprecated | A hook for using web workers in React applications |
+| [@shopify/semaphore](packages/semaphore) | | ⚠️ Deprecated | Counting semaphore |
+| [@shopify/sewing-kit-koa](packages/sewing-kit-koa) | | ⚠️ Deprecated | Easily access Sewing Kit assets from a Koa server |
+| [@shopify/statsd](packages/statsd) | | ⚠️ Deprecated | An opinionated StatsD client for Shopify Node.js servers and other StatsD utilities |
+| [@shopify/storybook-a11y-test](packages/storybook-a11y-test) | | ⚠️ Deprecated | Test storybook pages with axe and puppeteer |
+| [@shopify/useful-types](packages/useful-types) | | ⚠️ Deprecated | A few handy TypeScript types |
+| [@shopify/web-worker](packages/web-worker) | | ⚠️ Deprecated | Tools for making web workers fun to use |
+| [@shopify/with-env](packages/with-env) | | ⚠️ Deprecated | A utility for executing code under a specific `NODE_ENV` |
### Gem Index
-| Gem | Version | Description |
-| --- | ------- | ----------- |
-| [quilt_rails](gems/quilt_rails) | | A turn-key solution for integrating server-rendered React into your Rails app using Quilt libraries. |
+| Gem | Version | Status | Description |
+| --- | ------- | ------ | ----------- |
+| [quilt_rails](gems/quilt_rails) | | ⚠️ Deprecated | A turn-key solution for integrating server-rendered React into your Rails app using Quilt libraries. |
## Want to contribute?
diff --git a/gems/quilt_rails/README.md b/gems/quilt_rails/README.md
index 3abbbc3a96..78b02ec52a 100644
--- a/gems/quilt_rails/README.md
+++ b/gems/quilt_rails/README.md
@@ -1,5 +1,13 @@
# quilt_rails
+> [!CAUTION]
+>
+> `quilt_rails` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
A turn-key solution for integrating [Quilt](https://github.com/Shopify/quilt) client-side libraries into your Rails app, with support for server-side-rendering using [`@shopify/react-server`](https://www.npmjs.com/package/@shopify/react-server), integration with [`@shopify/sewing-kit`](https://github.com/Shopify/sewing-kit) for building, testing and linting, and front-end performance tracking through [`@shopify/performance`](https://www.npmjs.com/package/@shopify/performance).
## Table of Contents
diff --git a/packages/address-consts/README.md b/packages/address-consts/README.md
index ef4d00fec6..f622e7280f 100644
--- a/packages/address-consts/README.md
+++ b/packages/address-consts/README.md
@@ -1,5 +1,13 @@
# `@shopify/address-consts`
+> [!CAUTION]
+>
+> `@shopify/address-consts` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Faddress-consts.svg)](https://badge.fury.io/js/%40shopify%2Faddress-consts.svg)
diff --git a/packages/address-mocks/README.md b/packages/address-mocks/README.md
index 7acab501a3..bc8c923b86 100644
--- a/packages/address-mocks/README.md
+++ b/packages/address-mocks/README.md
@@ -1,5 +1,13 @@
# `@shopify/address-mocks`
+> [!CAUTION]
+>
+> `@shopify/address-mocks` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Faddress-mocks.svg)](https://badge.fury.io/js/%40shopify%2Faddress-mocks)
diff --git a/packages/address/README.md b/packages/address/README.md
index e9dd6fb357..2b1a485299 100644
--- a/packages/address/README.md
+++ b/packages/address/README.md
@@ -1,5 +1,13 @@
# `@shopify/address`
+> [!CAUTION]
+>
+> `@shopify/address` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Faddress.svg)](https://badge.fury.io/js/%40shopify%2Faddress)
diff --git a/packages/admin-graphql-api-utilities/README.md b/packages/admin-graphql-api-utilities/README.md
index 86044f5bdc..4f53f064bd 100644
--- a/packages/admin-graphql-api-utilities/README.md
+++ b/packages/admin-graphql-api-utilities/README.md
@@ -1,5 +1,13 @@
# `@shopify/admin-graphql-api-utilities`
+> [!CAUTION]
+>
+> `@shopify/admin-graphql-api-utilities` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Fadmin-graphql-api-utilities.svg)](https://badge.fury.io/js/%40shopify%2Fadmin-graphql-api-utilities.svg) [![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@shopify/admin-graphql-api-utilities.svg)](https://img.shields.io/bundlephobia/minzip/@shopify/admin-graphql-api-utilities.svg)
diff --git a/packages/async/README.md b/packages/async/README.md
index f8c2080a0f..3cb8f5c76f 100644
--- a/packages/async/README.md
+++ b/packages/async/README.md
@@ -1,5 +1,13 @@
# `@shopify/async`
+> [!CAUTION]
+>
+> `@shopify/async` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Fasync.svg)](https://badge.fury.io/js/%40shopify%2Fasync.svg)
diff --git a/packages/browser/README.md b/packages/browser/README.md
index 2b705f125b..8a7b05e1af 100644
--- a/packages/browser/README.md
+++ b/packages/browser/README.md
@@ -1,5 +1,13 @@
# `@shopify/browser`
+> [!CAUTION]
+>
+> `@shopify/browser` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md)
diff --git a/packages/csrf-token-fetcher/README.md b/packages/csrf-token-fetcher/README.md
index f7557e7174..2b2aa26733 100644
--- a/packages/csrf-token-fetcher/README.md
+++ b/packages/csrf-token-fetcher/README.md
@@ -1,5 +1,13 @@
# `@shopify/csrf-token-fetcher`
+> [!CAUTION]
+>
+> `@shopify/csrf-token-fetcher` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Fcsrf-token-fetcher.svg)](https://badge.fury.io/js/%40shopify%2Fcsrf-token-fetcher.svg) [![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@shopify/csrf-token-fetcher.svg)](https://img.shields.io/bundlephobia/minzip/@shopify/csrf-token-fetcher.svg)
diff --git a/packages/css-utilities/README.md b/packages/css-utilities/README.md
index e7e6cece99..ff3e27939c 100644
--- a/packages/css-utilities/README.md
+++ b/packages/css-utilities/README.md
@@ -1,5 +1,13 @@
# `@shopify/css-utilities`
+> [!CAUTION]
+>
+> `@shopify/css-utilities` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Fcss-utilities.svg)](https://badge.fury.io/js/%40shopify%2Fcss-utilities.svg) [![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@shopify/css-utilities.svg)](https://img.shields.io/bundlephobia/minzip/@shopify/css-utilities.svg)
diff --git a/packages/dates/README.md b/packages/dates/README.md
index 209ed27395..0ca51ed9e8 100644
--- a/packages/dates/README.md
+++ b/packages/dates/README.md
@@ -1,5 +1,13 @@
# `@shopify/dates`
+> [!CAUTION]
+>
+> `@shopify/dates` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Fdates.svg)](https://badge.fury.io/js/%40shopify%2Fdates.svg) [![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@shopify/dates.svg)](https://img.shields.io/bundlephobia/minzip/@shopify/dates.svg)
diff --git a/packages/function-enhancers/README.md b/packages/function-enhancers/README.md
index 6e52d3c146..ffb6759a89 100644
--- a/packages/function-enhancers/README.md
+++ b/packages/function-enhancers/README.md
@@ -1,5 +1,13 @@
# `@shopify/function-enhancers`
+> [!CAUTION]
+>
+> `@shopify/function-enhancers` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Ffunction-enhancers.svg)](https://badge.fury.io/js/%40shopify%2Ffunction-enhancers.svg) [![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@shopify/function-enhancers.svg)](https://img.shields.io/bundlephobia/minzip/@shopify/function-enhancers.svg)
diff --git a/packages/graphql-config-utilities/README.md b/packages/graphql-config-utilities/README.md
index 85741dbe2c..1834741340 100644
--- a/packages/graphql-config-utilities/README.md
+++ b/packages/graphql-config-utilities/README.md
@@ -1,5 +1,13 @@
# `graphql-tool-utilities`
+> [!CAUTION]
+>
+> `graphql-config-utilities` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/graphql-tool-utilities.svg)](https://badge.fury.io/js/graphql-tool-utilities.svg)
diff --git a/packages/graphql-fixtures/README.md b/packages/graphql-fixtures/README.md
index 229af1097b..a3554293c2 100644
--- a/packages/graphql-fixtures/README.md
+++ b/packages/graphql-fixtures/README.md
@@ -1,5 +1,13 @@
# `graphql-fixtures`
+> [!CAUTION]
+>
+> `graphql-fixtures` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/graphql-fixtures.svg)](https://badge.fury.io/js/graphql-tool-utilities.svg)
diff --git a/packages/graphql-mini-transforms/README.md b/packages/graphql-mini-transforms/README.md
index 4d3db62863..d352642966 100644
--- a/packages/graphql-mini-transforms/README.md
+++ b/packages/graphql-mini-transforms/README.md
@@ -1,5 +1,13 @@
# `graphql-mini-transforms`
+> [!CAUTION]
+>
+> `graphql-mini-transforms` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/graphql-mini-transforms.svg)](https://badge.fury.io/js/graphql-mini-transforms.svg)
diff --git a/packages/graphql-persisted/README.md b/packages/graphql-persisted/README.md
index f9b949a8d4..7c1037528e 100644
--- a/packages/graphql-persisted/README.md
+++ b/packages/graphql-persisted/README.md
@@ -1,5 +1,13 @@
# `@shopify/graphql-persisted`
+> [!CAUTION]
+>
+> `` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
⚠️ DEPRECATED
This package has been deprecated and should no longer be used.
diff --git a/packages/graphql-testing/README.md b/packages/graphql-testing/README.md
index fc7c69a6dc..481548d316 100644
--- a/packages/graphql-testing/README.md
+++ b/packages/graphql-testing/README.md
@@ -1,5 +1,13 @@
# `@shopify/graphql-testing`
+> [!CAUTION]
+>
+> `@shopify/graphql-testing` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Fgraphql-testing.svg)](https://badge.fury.io/js/%40shopify%2Fgraphql-testing.svg)
diff --git a/packages/graphql-tool-utilities/README.md b/packages/graphql-tool-utilities/README.md
index 3519129cb3..dfa3766625 100644
--- a/packages/graphql-tool-utilities/README.md
+++ b/packages/graphql-tool-utilities/README.md
@@ -1,5 +1,13 @@
# `graphql-tool-utilities`
+> [!CAUTION]
+>
+> `graphql-tool-utilities` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/graphql-tool-utilities.svg)](https://badge.fury.io/js/graphql-tool-utilities.svg)
diff --git a/packages/graphql-typed/README.md b/packages/graphql-typed/README.md
index ac1cba7bbe..86a2c9f1ae 100644
--- a/packages/graphql-typed/README.md
+++ b/packages/graphql-typed/README.md
@@ -1,5 +1,13 @@
# `graphql-typed`
+> [!CAUTION]
+>
+> `graphql-typed` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/graphql-typed.svg)](https://badge.fury.io/js/graphql-typed.svg)
diff --git a/packages/graphql-typescript-definitions/README.md b/packages/graphql-typescript-definitions/README.md
index eea45abf61..159aca0537 100644
--- a/packages/graphql-typescript-definitions/README.md
+++ b/packages/graphql-typescript-definitions/README.md
@@ -1,5 +1,13 @@
# `graphql-typescript-definitions`
+> [!CAUTION]
+>
+> `graphql-typescript-definitions` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/graphql-typescript-definitions.svg)](https://badge.fury.io/js/graphql-typescript-definitions.svg)
diff --git a/packages/graphql-validate-fixtures/README.md b/packages/graphql-validate-fixtures/README.md
index 8e35edbceb..25fe9e40bd 100644
--- a/packages/graphql-validate-fixtures/README.md
+++ b/packages/graphql-validate-fixtures/README.md
@@ -1,5 +1,13 @@
# `graphql-validate-fixtures`
+> [!CAUTION]
+>
+> `` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
⚠️ DEPRECATED
This package has been deprecated and should no longer be used.
diff --git a/packages/i18n/README.md b/packages/i18n/README.md
index 1b022d1cae..b345f8106c 100644
--- a/packages/i18n/README.md
+++ b/packages/i18n/README.md
@@ -1,5 +1,13 @@
# `@shopify/i18n`
+> [!CAUTION]
+>
+> `@shopify/i18n` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Fi18n.svg)](https://badge.fury.io/js/%40shopify%2Fi18n.svg) [![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@shopify/i18n.svg)](https://img.shields.io/bundlephobia/minzip/@shopify/i18n.svg)
diff --git a/packages/jest-dom-mocks/README.md b/packages/jest-dom-mocks/README.md
index 6d01dfb663..9e7a66e15a 100644
--- a/packages/jest-dom-mocks/README.md
+++ b/packages/jest-dom-mocks/README.md
@@ -1,5 +1,13 @@
# `@shopify/jest-dom-mocks`
+> [!CAUTION]
+>
+> `@shopify/jest-dom-mocks` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Fjest-dom-mocks.svg)](https://badge.fury.io/js/%40shopify%2Fjest-dom-mocks)
diff --git a/packages/jest-koa-mocks/README.md b/packages/jest-koa-mocks/README.md
index 0abb6f06b9..c148e8aa59 100644
--- a/packages/jest-koa-mocks/README.md
+++ b/packages/jest-koa-mocks/README.md
@@ -1,5 +1,13 @@
# `@shopify/jest-koa-mocks`
+> [!CAUTION]
+>
+> `@shopify/jest-koa-mocks` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Fjest-koa-mocks.svg)](https://badge.fury.io/js/%40shopify%2Fjest-koa-mocks)
diff --git a/packages/koa-liveness-ping/README.md b/packages/koa-liveness-ping/README.md
index 2993006aae..e5913fc21c 100644
--- a/packages/koa-liveness-ping/README.md
+++ b/packages/koa-liveness-ping/README.md
@@ -1,5 +1,13 @@
# `@shopify/koa-liveness-ping`
+> [!CAUTION]
+>
+> `@shopify/koa-liveness-ping` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md)
diff --git a/packages/koa-metrics/README.md b/packages/koa-metrics/README.md
index 65ac56329b..1c9a0756b7 100644
--- a/packages/koa-metrics/README.md
+++ b/packages/koa-metrics/README.md
@@ -1,5 +1,13 @@
# `@shopify/koa-metrics`
+> [!CAUTION]
+>
+> `@shopify/koa-metrics` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Fkoa-metrics.svg)](https://badge.fury.io/js/%40shopify%2Fkoa-metrics.svg)
diff --git a/packages/koa-performance/README.md b/packages/koa-performance/README.md
index a710aaa86e..6e97b32d79 100644
--- a/packages/koa-performance/README.md
+++ b/packages/koa-performance/README.md
@@ -1,5 +1,13 @@
# `@shopify/koa-performance`
+> [!CAUTION]
+>
+> `@shopify/koa-performance` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Fkoa-performance.svg)](https://badge.fury.io/js/%40shopify%2Fkoa-performance.svg) [![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@shopify/koa-performance.svg)](https://img.shields.io/bundlephobia/minzip/@shopify/koa-performance.svg)
diff --git a/packages/koa-shopify-graphql-proxy/README.md b/packages/koa-shopify-graphql-proxy/README.md
index 3055bec019..21d8e11540 100644
--- a/packages/koa-shopify-graphql-proxy/README.md
+++ b/packages/koa-shopify-graphql-proxy/README.md
@@ -1,5 +1,13 @@
# `@shopify/koa-shopify-graphql-proxy`
+> [!CAUTION]
+>
+> `@shopify/koa-shopify-graphql-proxy` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Fkoa-shopify-graphql-proxy.svg)](https://badge.fury.io/js/%40shopify%2Fkoa-shopify-graphql-proxy)
diff --git a/packages/koa-shopify-webhooks/README.md b/packages/koa-shopify-webhooks/README.md
index 2bb8be93e0..cbe8be9f60 100644
--- a/packages/koa-shopify-webhooks/README.md
+++ b/packages/koa-shopify-webhooks/README.md
@@ -1,5 +1,13 @@
# `@shopify/koa-shopify-webhooks`
+> [!CAUTION]
+>
+> `@shopify/koa-shopify-webhooks` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Fkoa-shopify-webhooks.svg)](https://badge.fury.io/js/%40shopify%2Fkoa-shopify-webhooks.svg)
diff --git a/packages/logger/README.md b/packages/logger/README.md
index e51de342e3..5d7b69d8b4 100644
--- a/packages/logger/README.md
+++ b/packages/logger/README.md
@@ -1,5 +1,13 @@
# `@shopify/logger`
+> [!CAUTION]
+>
+> `` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
⚠️ DEPRECATED
This package has been deprecated and should no longer be used.
diff --git a/packages/mime-types/README.md b/packages/mime-types/README.md
index eefdc6ba3d..4e66816126 100644
--- a/packages/mime-types/README.md
+++ b/packages/mime-types/README.md
@@ -1,5 +1,13 @@
# `@shopify/mime-types`
+> [!CAUTION]
+>
+> `@shopify/mime-types` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Fmime-types.svg)](https://badge.fury.io/js/%40shopify%2Fmime-types.svg) [![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@shopify/mime-types.svg)](https://img.shields.io/bundlephobia/minzip/@shopify/mime-types.svg)
diff --git a/packages/name/README.md b/packages/name/README.md
index bda0a20790..34e10e3bfd 100644
--- a/packages/name/README.md
+++ b/packages/name/README.md
@@ -1,5 +1,13 @@
# `@shopify/name`
+> [!CAUTION]
+>
+> `@shopify/name` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Fname.svg)](https://badge.fury.io/js/%40shopify%2Fname)
diff --git a/packages/network/README.md b/packages/network/README.md
index b0153496c8..73587aa2c1 100644
--- a/packages/network/README.md
+++ b/packages/network/README.md
@@ -1,5 +1,13 @@
# `@shopify/network`
+> [!CAUTION]
+>
+> `@shopify/network` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Fnetwork.svg)](https://badge.fury.io/js/%40shopify%2Fnetwork.svg) [![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@shopify/network.svg)](https://img.shields.io/bundlephobia/minzip/@shopify/network.svg)
diff --git a/packages/performance/README.md b/packages/performance/README.md
index 19f5f1593d..d2cce70a58 100644
--- a/packages/performance/README.md
+++ b/packages/performance/README.md
@@ -1,5 +1,13 @@
# `@shopify/performance`
+> [!CAUTION]
+>
+> `@shopify/performance` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Fperformance.svg)](https://badge.fury.io/js/%40shopify%2Fperformance.svg) [![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@shopify/performance.svg)](https://img.shields.io/bundlephobia/minzip/@shopify/performance.svg)
diff --git a/packages/phone/README.md b/packages/phone/README.md
index a8c38fcb66..99d3b5d687 100644
--- a/packages/phone/README.md
+++ b/packages/phone/README.md
@@ -1,5 +1,13 @@
# `@shopify/phone`
+> [!CAUTION]
+>
+> `@shopify/phone` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Fphone.svg)](https://badge.fury.io/js/%40shopify%2Fphone.svg) [![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@shopify/phone.svg)](https://img.shields.io/bundlephobia/minzip/@shopify/phone.svg)
diff --git a/packages/polyfills/README.md b/packages/polyfills/README.md
index 42e9028fd4..0065e80758 100644
--- a/packages/polyfills/README.md
+++ b/packages/polyfills/README.md
@@ -1,5 +1,13 @@
# `@shopify/polyfills`
+> [!CAUTION]
+>
+> `@shopify/polyfills` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Fpolyfills.svg)](https://badge.fury.io/js/%40shopify%2Fpolyfills.svg) [![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@shopify/polyfills.svg)](https://img.shields.io/bundlephobia/minzip/@shopify/polyfills.svg)
diff --git a/packages/predicates/README.md b/packages/predicates/README.md
index ef7771837d..3d8c099028 100644
--- a/packages/predicates/README.md
+++ b/packages/predicates/README.md
@@ -1,5 +1,13 @@
# `@shopify/predicates`
+> [!CAUTION]
+>
+> `@shopify/predicates` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Fpredicates.svg)](https://badge.fury.io/js/%40shopify%2Fpredicates.svg)
diff --git a/packages/react-app-bridge-universal-provider/README.md b/packages/react-app-bridge-universal-provider/README.md
index 277d4ecc73..200f7fdb23 100644
--- a/packages/react-app-bridge-universal-provider/README.md
+++ b/packages/react-app-bridge-universal-provider/README.md
@@ -1,5 +1,13 @@
# `@shopify/react-app-bridge-universal-provider`
+> [!CAUTION]
+>
+> `` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
⚠️ DEPRECATED
This package has been deprecated and should no longer be used.
diff --git a/packages/react-async/README.md b/packages/react-async/README.md
index f1118f486a..fc5fd57027 100644
--- a/packages/react-async/README.md
+++ b/packages/react-async/README.md
@@ -1,5 +1,13 @@
# `@shopify/react-async`
+> [!CAUTION]
+>
+> `@shopify/react-async` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Freact-async.svg)](https://badge.fury.io/js/%40shopify%2Freact-async.svg) [![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@shopify/react-async.svg)](https://img.shields.io/bundlephobia/minzip/@shopify/react-async.svg)
diff --git a/packages/react-bugsnag/README.md b/packages/react-bugsnag/README.md
index 459ae7ce8c..1672ad1890 100644
--- a/packages/react-bugsnag/README.md
+++ b/packages/react-bugsnag/README.md
@@ -1,5 +1,13 @@
# `@shopify/react-bugsnag`
+> [!CAUTION]
+>
+> `@shopify/react-bugsnag` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Freact-bugsnag.svg)](https://badge.fury.io/js/%40shopify%2Freact-bugsnag.svg) [![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@shopify/react-bugsnag.svg)](https://img.shields.io/bundlephobia/minzip/@shopify/react-bugsnag.svg)
diff --git a/packages/react-compose/README.md b/packages/react-compose/README.md
index 21b87fd439..9125101302 100644
--- a/packages/react-compose/README.md
+++ b/packages/react-compose/README.md
@@ -1,5 +1,13 @@
# `@shopify/react-compose`
+> [!CAUTION]
+>
+> `@shopify/react-compose` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Freact-compose.svg)](https://badge.fury.io/js/%40shopify%2Freact-compose) ![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@shopify/react-compose.svg)
diff --git a/packages/react-cookie/README.md b/packages/react-cookie/README.md
index 0b062edef2..066d5e4376 100644
--- a/packages/react-cookie/README.md
+++ b/packages/react-cookie/README.md
@@ -1,5 +1,13 @@
# `@shopify/react-cookie`
+> [!CAUTION]
+>
+> `@shopify/react-cookie` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Freact-cookie.svg)](https://badge.fury.io/js/%40shopify%2Freact-cookie.svg) [![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@shopify/react-cookie.svg)](https://img.shields.io/bundlephobia/minzip/@shopify/react-cookie.svg)
diff --git a/packages/react-csrf-universal-provider/README.md b/packages/react-csrf-universal-provider/README.md
index a7a75798ae..fb9e6d9914 100644
--- a/packages/react-csrf-universal-provider/README.md
+++ b/packages/react-csrf-universal-provider/README.md
@@ -1,5 +1,13 @@
# `@shopify/react-csrf-universal-provider`
+> [!CAUTION]
+>
+> `@shopify/react-csrf-universal-provider` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Freact-csrf-universal-provider.svg)](https://badge.fury.io/js/%40shopify%2Freact-csrf-universal-provider.svg) [![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@shopify/react-csrf-universal-provider.svg)](https://img.shields.io/bundlephobia/minzip/@shopify/react-csrf-universal-provider.svg)
diff --git a/packages/react-csrf/README.md b/packages/react-csrf/README.md
index d71792c098..25dcad8e5b 100644
--- a/packages/react-csrf/README.md
+++ b/packages/react-csrf/README.md
@@ -1,5 +1,13 @@
# `@shopify/react-csrf`
+> [!CAUTION]
+>
+> `@shopify/react-csrf` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Freact-csrf.svg)](https://badge.fury.io/js/%40shopify%2Freact-csrf.svg) [![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@shopify/react-csrf.svg)](https://img.shields.io/bundlephobia/minzip/@shopify/react-csrf.svg)
diff --git a/packages/react-effect/README.md b/packages/react-effect/README.md
index ef54a453a8..6cb311608b 100644
--- a/packages/react-effect/README.md
+++ b/packages/react-effect/README.md
@@ -1,5 +1,13 @@
# `@shopify/react-effect`
+> [!CAUTION]
+>
+> `@shopify/react-effect` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Freact-effect.svg)](https://badge.fury.io/js/%40shopify%2Freact-effect.svg) [![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@shopify/react-effect.svg)](https://img.shields.io/bundlephobia/minzip/@shopify/react-effect.svg)
diff --git a/packages/react-form-state/README.md b/packages/react-form-state/README.md
index 33c86662f9..ee94de88d7 100644
--- a/packages/react-form-state/README.md
+++ b/packages/react-form-state/README.md
@@ -1,5 +1,13 @@
# `@shopify/react-form-state`
+> [!CAUTION]
+>
+> `@shopify/react-form-state` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Freact-form-state.svg)](https://badge.fury.io/js/%40shopify%2Freact-form-state.svg) [![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@shopify/react-form-state.svg)](https://img.shields.io/bundlephobia/minzip/@shopify/react-form-state.svg)
diff --git a/packages/react-form/README.md b/packages/react-form/README.md
index 41dcd5eba1..c0ed29a4f2 100644
--- a/packages/react-form/README.md
+++ b/packages/react-form/README.md
@@ -1,5 +1,13 @@
# `@shopify/react-form`
+> [!CAUTION]
+>
+> `@shopify/react-form` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Freact-form.svg)](https://badge.fury.io/js/%40shopify%2Freact-form.svg) [![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@shopify/react-form.svg)](https://img.shields.io/bundlephobia/minzip/@shopify/react-form.svg)
diff --git a/packages/react-google-analytics/README.md b/packages/react-google-analytics/README.md
index dab9a89d03..9ee587d095 100644
--- a/packages/react-google-analytics/README.md
+++ b/packages/react-google-analytics/README.md
@@ -1,5 +1,13 @@
# `@shopify/react-google-analytics`
+> [!CAUTION]
+>
+> `@shopify/react-google-analytics` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Freact-google-analytics.svg)](https://badge.fury.io/js/%40shopify%2Freact-google-analytics.svg) [![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@shopify/react-google-analytics.svg)](https://img.shields.io/bundlephobia/minzip/@shopify/react-google-analytics.svg)
diff --git a/packages/react-graphql-universal-provider/README.md b/packages/react-graphql-universal-provider/README.md
index 683ace2928..0f2ab15b80 100644
--- a/packages/react-graphql-universal-provider/README.md
+++ b/packages/react-graphql-universal-provider/README.md
@@ -1,5 +1,13 @@
# `@shopify/react-graphql-universal-provider`
+> [!CAUTION]
+>
+> `@shopify/react-graphql-universal-provider` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Freact-graphql-universal-provider.svg)](https://badge.fury.io/js/%40shopify%2Freact-graphql-universal-provider.svg) [![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@shopify/react-graphql-universal-provider.svg)](https://img.shields.io/bundlephobia/minzip/@shopify/react-graphql-universal-provider.svg)
diff --git a/packages/react-graphql/README.md b/packages/react-graphql/README.md
index d2bdaad623..dcde2e8f3b 100644
--- a/packages/react-graphql/README.md
+++ b/packages/react-graphql/README.md
@@ -1,5 +1,13 @@
# `@shopify/react-graphql`
+> [!CAUTION]
+>
+> `@shopify/react-graphql` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Freact-graphql.svg)](https://badge.fury.io/js/%40shopify%2Freact-graphql.svg) [![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@shopify/react-graphql.svg)](https://img.shields.io/bundlephobia/minzip/@shopify/react-graphql.svg)
diff --git a/packages/react-hooks/README.md b/packages/react-hooks/README.md
index d7c46bc4d9..7f748ed524 100644
--- a/packages/react-hooks/README.md
+++ b/packages/react-hooks/README.md
@@ -1,5 +1,13 @@
# `@shopify/react-hooks`
+> [!CAUTION]
+>
+> `@shopify/react-hooks` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Freact-hooks.svg)](https://badge.fury.io/js/%40shopify%2Freact-hooks.svg) [![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@shopify/react-hooks.svg)](https://img.shields.io/bundlephobia/minzip/@shopify/react-hooks.svg)
diff --git a/packages/react-html/README.md b/packages/react-html/README.md
index 8114bfb231..e2b8f09f59 100644
--- a/packages/react-html/README.md
+++ b/packages/react-html/README.md
@@ -1,5 +1,13 @@
# `@shopify/react-html`
+> [!CAUTION]
+>
+> `@shopify/react-html` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Freact-html.svg)](https://badge.fury.io/js/%40shopify%2Freact-html)
diff --git a/packages/react-hydrate/README.md b/packages/react-hydrate/README.md
index a8bd35f793..df161c5f6a 100644
--- a/packages/react-hydrate/README.md
+++ b/packages/react-hydrate/README.md
@@ -1,5 +1,13 @@
# `@shopify/react-hydrate`
+> [!CAUTION]
+>
+> `@shopify/react-hydrate` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Freact-hydrate.svg)](https://badge.fury.io/js/%40shopify%2Freact-hydrate.svg) [![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@shopify/react-hydrate.svg)](https://img.shields.io/bundlephobia/minzip/@shopify/react-hydrate.svg)
diff --git a/packages/react-i18n-universal-provider/README.md b/packages/react-i18n-universal-provider/README.md
index f4dd6d6ff9..f5bf4b1b4a 100644
--- a/packages/react-i18n-universal-provider/README.md
+++ b/packages/react-i18n-universal-provider/README.md
@@ -1,5 +1,13 @@
# `@shopify/react-i18n-universal-provider`
+> [!CAUTION]
+>
+> `@shopify/react-i18n-universal-provider` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Freact-i18n-universal-provider.svg)](https://badge.fury.io/js/%40shopify%2Freact-i18n-universal-provider.svg) [![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@shopify/react-i18n-universal-provider.svg)](https://img.shields.io/bundlephobia/minzip/@shopify/react-i18n-universal-provider.svg)
diff --git a/packages/react-i18n/README.md b/packages/react-i18n/README.md
index 6de1d6f776..3b44d53e60 100644
--- a/packages/react-i18n/README.md
+++ b/packages/react-i18n/README.md
@@ -1,5 +1,13 @@
# `@shopify/react-i18n`
+> [!CAUTION]
+>
+> `@shopify/react-i18n` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Freact-i18n.svg)](https://badge.fury.io/js/%40shopify%2Freact-i18n.svg) [![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@shopify/react-i18n.svg)](https://img.shields.io/bundlephobia/minzip/@shopify/react-i18n.svg)
diff --git a/packages/react-idle/README.md b/packages/react-idle/README.md
index 968518a3b6..51043b62dc 100644
--- a/packages/react-idle/README.md
+++ b/packages/react-idle/README.md
@@ -1,5 +1,13 @@
# `@shopify/react-idle`
+> [!CAUTION]
+>
+> `@shopify/react-idle` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Freact-idle.svg)](https://badge.fury.io/js/%40shopify%2Freact-idle.svg) [![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@shopify/react-idle.svg)](https://img.shields.io/bundlephobia/minzip/@shopify/react-idle.svg)
diff --git a/packages/react-import-remote/README.md b/packages/react-import-remote/README.md
index 9f50f461dc..61fe30e8c6 100644
--- a/packages/react-import-remote/README.md
+++ b/packages/react-import-remote/README.md
@@ -1,5 +1,13 @@
# `@shopify/react-import-remote`
+> [!CAUTION]
+>
+> `@shopify/react-import-remote` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Freact-import-remote.svg)](https://badge.fury.io/js/%40shopify%2Freact-import-remote.svg) [![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@shopify/react-import-remote.svg)](https://img.shields.io/bundlephobia/minzip/@shopify/react-import-remote.svg)
diff --git a/packages/react-intersection-observer/README.md b/packages/react-intersection-observer/README.md
index 35c345b283..f1b742607e 100644
--- a/packages/react-intersection-observer/README.md
+++ b/packages/react-intersection-observer/README.md
@@ -1,5 +1,13 @@
# `@shopify/react-intersection-observer`
+> [!CAUTION]
+>
+> `@shopify/react-intersection-observer` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Freact-intersection-observer.svg)](https://badge.fury.io/js/%40shopify%2Freact-intersection-observer.svg) [![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@shopify/react-intersection-observer.svg)](https://img.shields.io/bundlephobia/minzip/@shopify/react-intersection-observer.svg)
diff --git a/packages/react-network/README.md b/packages/react-network/README.md
index f3e9de9c31..fd54634a2e 100644
--- a/packages/react-network/README.md
+++ b/packages/react-network/README.md
@@ -1,5 +1,13 @@
# `@shopify/react-network`
+> [!CAUTION]
+>
+> `@shopify/react-network` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Freact-network.svg)](https://badge.fury.io/js/%40shopify%2Freact-network.svg) [![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@shopify/react-network.svg)](https://img.shields.io/bundlephobia/minzip/@shopify/react-network.svg)
diff --git a/packages/react-performance/README.md b/packages/react-performance/README.md
index 1494fadae7..9f1ad43aa2 100644
--- a/packages/react-performance/README.md
+++ b/packages/react-performance/README.md
@@ -1,5 +1,13 @@
# `@shopify/react-performance`
+> [!CAUTION]
+>
+> `@shopify/react-performance` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Freact-performance.svg)](https://badge.fury.io/js/%40shopify%2Freact-performance.svg) [![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@shopify/react-performance.svg)](https://img.shields.io/bundlephobia/minzip/@shopify/react-performance.svg)
diff --git a/packages/react-router/README.md b/packages/react-router/README.md
index 9aefec70d9..6649bb1f79 100644
--- a/packages/react-router/README.md
+++ b/packages/react-router/README.md
@@ -1,5 +1,13 @@
# `@shopify/react-router`
+> [!CAUTION]
+>
+> `@shopify/react-router` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Freact-router.svg)](https://badge.fury.io/js/%40shopify%2Freact-router.svg) [![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@shopify/react-router.svg)](https://img.shields.io/bundlephobia/minzip/@shopify/react-router.svg)
diff --git a/packages/react-server/README.md b/packages/react-server/README.md
index b7ea7d1ee1..c57307ce2d 100644
--- a/packages/react-server/README.md
+++ b/packages/react-server/README.md
@@ -1,5 +1,13 @@
# `@shopify/react-server`
+> [!CAUTION]
+>
+> `@shopify/react-server` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Freact-server.svg)](https://badge.fury.io/js/%40shopify%2Freact-server.svg)
diff --git a/packages/react-shortcuts/README.md b/packages/react-shortcuts/README.md
index 8aeba739a8..79326c867b 100644
--- a/packages/react-shortcuts/README.md
+++ b/packages/react-shortcuts/README.md
@@ -1,5 +1,13 @@
# `@shopify/react-shortcuts`
+> [!CAUTION]
+>
+> `@shopify/react-shortcuts` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Freact-shortcuts.svg)](https://badge.fury.io/js/%40shopify%2Freact-shortcuts) ![bundle size badge](https://img.shields.io/bundlephobia/minzip/@shopify/react-shortcuts.svg)
diff --git a/packages/react-testing/README.md b/packages/react-testing/README.md
index 1caef53735..5a64f5078d 100644
--- a/packages/react-testing/README.md
+++ b/packages/react-testing/README.md
@@ -1,5 +1,13 @@
# `@shopify/react-testing`
+> [!CAUTION]
+>
+> `@shopify/react-testing` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Freact-testing.svg)](https://badge.fury.io/js/%40shopify%2Freact-testing.svg)
diff --git a/packages/react-universal-provider/README.md b/packages/react-universal-provider/README.md
index 06db721b52..dd2ac93e2b 100644
--- a/packages/react-universal-provider/README.md
+++ b/packages/react-universal-provider/README.md
@@ -1,5 +1,13 @@
# `@shopify/react-universal-provider`
+> [!CAUTION]
+>
+> `@shopify/react-universal-provider` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Freact-universal-provider.svg)](https://badge.fury.io/js/%40shopify%2Freact-universal-provider.svg) [![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@shopify/react-universal-provider.svg)](https://img.shields.io/bundlephobia/minzip/@shopify/react-universal-provider.svg)
diff --git a/packages/react-web-worker/README.md b/packages/react-web-worker/README.md
index 58d172727f..77520775d7 100644
--- a/packages/react-web-worker/README.md
+++ b/packages/react-web-worker/README.md
@@ -1,5 +1,13 @@
# `@shopify/react-web-worker`
+> [!CAUTION]
+>
+> `@shopify/react-web-worker` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Freact-web-worker.svg)](https://badge.fury.io/js/%40shopify%2Freact-web-worker.svg) [![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@shopify/react-web-worker.svg)](https://img.shields.io/bundlephobia/minzip/@shopify/react-web-worker.svg)
diff --git a/packages/semaphore/README.md b/packages/semaphore/README.md
index 918a5b070d..c65c6e068d 100644
--- a/packages/semaphore/README.md
+++ b/packages/semaphore/README.md
@@ -1,5 +1,13 @@
# `@shopify/semaphore`
+> [!CAUTION]
+>
+> `@shopify/semaphore` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Fsemaphore.svg)](https://badge.fury.io/js/%40shopify%2Fsemaphore.svg) [![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@shopify/semaphore.svg)](https://img.shields.io/bundlephobia/minzip/@shopify/semaphore.svg)
diff --git a/packages/sewing-kit-koa/README.md b/packages/sewing-kit-koa/README.md
index 1a127588a4..5bc24f21cb 100644
--- a/packages/sewing-kit-koa/README.md
+++ b/packages/sewing-kit-koa/README.md
@@ -1,5 +1,13 @@
# `@shopify/sewing-kit-koa`
+> [!CAUTION]
+>
+> `@shopify/sewing-kit-koa` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Fsewing-kit-koa.svg)](https://badge.fury.io/js/%40shopify%2Fsewing-kit-koa.svg)
diff --git a/packages/statsd/README.md b/packages/statsd/README.md
index 03c90df689..2670e25358 100644
--- a/packages/statsd/README.md
+++ b/packages/statsd/README.md
@@ -1,5 +1,13 @@
# `@shopify/statsd`
+> [!CAUTION]
+>
+> `@shopify/statsd` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Fstatsd.svg)](https://badge.fury.io/js/%40shopify%2Fstatsd.svg)
diff --git a/packages/storybook-a11y-test/README.md b/packages/storybook-a11y-test/README.md
index 9b0937f6ba..edd53f3592 100644
--- a/packages/storybook-a11y-test/README.md
+++ b/packages/storybook-a11y-test/README.md
@@ -1,5 +1,13 @@
# `@shopify/storybook-a11y-test`
+> [!CAUTION]
+>
+> `@shopify/storybook-a11y-test` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/Shopify/quilt/blob/main/LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Fstorybook-a11y-test.svg)](https://www.npmjs.com/package/@shopify/storybook-a11y-test) [![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@shopify/storybook-a11y-test.svg)](https://bundlephobia.com/package/@shopify/storybook-a11y-test)
Test [Storybook](https://storybook.js.org/) stories with [axe®](https://github.com/dequelabs/axe-core) and [Puppeteer](https://developers.google.com/web/tools/puppeteer).
diff --git a/packages/useful-types/README.md b/packages/useful-types/README.md
index 0a88786a33..288f1f0844 100644
--- a/packages/useful-types/README.md
+++ b/packages/useful-types/README.md
@@ -1,5 +1,13 @@
# `@shopify/useful-types`
+> [!CAUTION]
+>
+> `@shopify/useful-types` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Fuseful-types.svg)](https://badge.fury.io/js/%40shopify%2Fuseful-types.svg) [![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@shopify/useful-types.svg)](https://img.shields.io/bundlephobia/minzip/@shopify/useful-types.svg)
diff --git a/packages/web-worker/README.md b/packages/web-worker/README.md
index aea8b17fa6..370c8fc9f5 100644
--- a/packages/web-worker/README.md
+++ b/packages/web-worker/README.md
@@ -1,5 +1,13 @@
# `@shopify/web-worker`
+> [!CAUTION]
+>
+> `@shopify/web-worker` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Fweb-worker.svg)](https://badge.fury.io/js/%40shopify%2Fweb-workers.svg) [![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@shopify/web-worker.svg)](https://img.shields.io/bundlephobia/minzip/@shopify/web-worker.svg)
diff --git a/packages/with-env/README.md b/packages/with-env/README.md
index 34650e1075..9699b393e5 100644
--- a/packages/with-env/README.md
+++ b/packages/with-env/README.md
@@ -1,5 +1,13 @@
# `@shopify/with-env`
+> [!CAUTION]
+>
+> `@shopify/with-env` is deprecated.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Freact-shopify-app-route-propagator.svg)](https://badge.fury.io/js/%40shopify%2Freact-shopify-app-route-propagator)
diff --git a/templates/ROOT_README.hbs.md b/templates/ROOT_README.hbs.md
index 59dcb14497..10e11ba646 100644
--- a/templates/ROOT_README.hbs.md
+++ b/templates/ROOT_README.hbs.md
@@ -1,4 +1,16 @@
[comment]: # (NOTE: This file is generated and should not be modify directly. Update `templates/ROOT_README.hbs.md` instead)
+
+> [!CAUTION]
+> Quilt is no longer maintained. The packages listed below are deprecated.
+>
+> Functionality can be replaced with more modern and maintained open source
+> projects, or implemented in userland along side the latest versions of
+> koa/react/etc.
+>
+> Shopifolk, see
+> [Shopify/quilt-internal](https://github.com/shopify/quilt-internal) for
+> information on the latest packages available for use internally.
+
# Quilt
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md)
@@ -18,18 +30,18 @@ Each package/gem has its own `README.md` and documentation describing usage.
### Package Index
-| Package | Version | Description |
-| ------- | ------- | ----------- |
+| Package | Version | Status | Description |
+| ------- | ------- | ------ | ----------- |
{{#each jsPackages}}
-| [{{name}}](packages/{{unscopedName}}) | | {{{description}}} |
+| [{{name}}](packages/{{unscopedName}}) | | ⚠️ Deprecated | {{{description}}} |
{{/each}}
### Gem Index
-| Gem | Version | Description |
-| --- | ------- | ----------- |
+| Gem | Version | Status | Description |
+| --- | ------- | ------ | ----------- |
{{#each gems}}
-| [{{name}}](gems/{{name}}) | | {{{description}}} |
+| [{{name}}](gems/{{name}}) | | ⚠️ Deprecated | {{{description}}} |
{{/each}}
## Want to contribute?