+ );
+};
diff --git a/packages/shared/src/hooks/post/usePostPageFeed.ts b/packages/shared/src/hooks/post/usePostPageFeed.ts
new file mode 100644
index 00000000000..eb648f5c278
--- /dev/null
+++ b/packages/shared/src/hooks/post/usePostPageFeed.ts
@@ -0,0 +1,30 @@
+import type { Post } from '../../graphql/posts';
+import { PostType } from '../../graphql/posts';
+import { useConditionalFeature } from '../useConditionalFeature';
+import { featurePostPageFeed } from '../../lib/featureManagement';
+
+// Standard reading post types that render the "For you" feed below the
+// comments. Specialized types (poll, brief, social, digest) keep their
+// dedicated layouts and are intentionally excluded.
+const eligiblePostTypes = new Set