diff --git a/apps/playground/package.json b/apps/playground/package.json
index 0e6c0ca..bf1dd10 100644
--- a/apps/playground/package.json
+++ b/apps/playground/package.json
@@ -20,6 +20,7 @@
"@tpmjs/types": "workspace:*",
"@tpmjs/ui": "workspace:*",
"@tpmjs/utils": "workspace:*",
+ "@vercel/analytics": "^1.6.1",
"ai": "6.0.0-beta.124",
"firecrawl-aisdk": "^0.7.2",
"nanoid": "^5.1.6",
diff --git a/apps/playground/src/app/layout.tsx b/apps/playground/src/app/layout.tsx
index 1688b43..cac4e42 100644
--- a/apps/playground/src/app/layout.tsx
+++ b/apps/playground/src/app/layout.tsx
@@ -1,3 +1,4 @@
+import { Analytics } from '@vercel/analytics/next';
import type { Metadata } from 'next';
import { ThemeProvider } from 'next-themes';
import { Space_Grotesk, Space_Mono } from 'next/font/google';
@@ -36,6 +37,7 @@ export default function RootLayout({
{children}
+