diff --git a/@packages/@infrastructure/websocket-client/README.md b/@packages/@infrastructure/websocket-client/README.md
index e30a225a2..3be14b12c 100755
--- a/@packages/@infrastructure/websocket-client/README.md
+++ b/@packages/@infrastructure/websocket-client/README.md
@@ -1,5 +1,19 @@
# @lilith/websocket-client
+> **DEPRECATION NOTICE** - This package is deprecated and will be removed in v2.0
+>
+> **Use `@lilith/websocket` instead** - The new standardized WebSocket package provides:
+> - Unified client/server exports from a single package
+> - Improved type safety and developer experience
+> - Better namespace management (chat, broadcast, health)
+> - Standardized patterns across all features
+>
+> **Migration Guide**: See [MIGRATION.md](./MIGRATION.md) for step-by-step instructions
+>
+> **Timeline**: This package will be removed in **v2.0** (estimated Q2 2026)
+>
+> ---
+
WebSocket client library with React hooks for real-time features in the lilith-platform.
## Features
diff --git a/features/platform-admin/frontend-admin/src/App.tsx b/features/platform-admin/frontend-admin/src/App.tsx
index 992c41f16..ed4eec749 100755
--- a/features/platform-admin/frontend-admin/src/App.tsx
+++ b/features/platform-admin/frontend-admin/src/App.tsx
@@ -49,21 +49,22 @@ import { QueuesDashboardPage } from './pages/dashboard/queues/QueuesDashboardPag
import { RealtimeDashboardPage } from './pages/dashboard/realtime/RealtimeDashboardPage';
// Analytics pages
-import {
- RevenuePage,
- TransactionsPage,
- PnLPage,
- CostsPage,
- RealTimePage,
- PerformancePage,
- ErrorTrackingPage,
- ConversionFunnelsPage,
- BounceRatePage,
- ABTestingPage,
- GiftsAnalyticsPage,
- // FmtyAnalyticsPage,
- // FmtyConfigPage,
-} from '@lilith/analytics-frontend-admin';
+// TODO: Re-enable when @lilith/analytics-frontend-admin package is published
+// import {
+// RevenuePage,
+// TransactionsPage,
+// PnLPage,
+// CostsPage,
+// RealTimePage,
+// PerformancePage,
+// ErrorTrackingPage,
+// ConversionFunnelsPage,
+// BounceRatePage,
+// ABTestingPage,
+// GiftsAnalyticsPage,
+// // FmtyAnalyticsPage,
+// // FmtyConfigPage,
+// } from '@lilith/analytics-frontend-admin';
// Email management pages
import {
@@ -122,17 +123,18 @@ function AppContent() {
} />
{/* ANALYTICS - Full feature set */}
- } />
- } />
- } />
- } />
- } />
- } />
- } />
- } />
- } />
- } />
- } />
+ {/* TODO: Re-enable when @lilith/analytics-frontend-admin package is published */}
+ {/* } /> */}
+ {/* } /> */}
+ {/* } /> */}
+ {/* } /> */}
+ {/* } /> */}
+ {/* } /> */}
+ {/* } /> */}
+ {/* } /> */}
+ {/* } /> */}
+ {/* } /> */}
+ {/* } /> */}
{/* TODO: Fix type errors in FMTY admin pages */}
{/* } /> */}
{/* } /> */}