diff --git a/apps/browser-extension/entrypoints/welcome/Welcome.tsx b/apps/browser-extension/entrypoints/welcome/Welcome.tsx index 31e0c424..205fbad2 100644 --- a/apps/browser-extension/entrypoints/welcome/Welcome.tsx +++ b/apps/browser-extension/entrypoints/welcome/Welcome.tsx @@ -1,55 +1,55 @@ function Welcome() { return ( -
-
+
+
{/* Header */} -
+
supermemory -

+

Your AI-powered second brain for saving and organizing everything that matters

{/* Features Section */} -
-

What can you do with supermemory?

+
+

What can you do with supermemory?

-
-
-
💾
-

Save Any Page

-

+

+
+
💾
+

Save Any Page

+

Instantly save web pages, articles, and content to your personal knowledge base

-
-
🐦
-

Import Twitter/X Bookmarks

-

+

+
🐦
+

Import Twitter/X Bookmarks

+

Bring all your saved tweets and bookmarks into one organized place

-
-
🤖
-

Import ChatGPT Memories

-

+

+
🤖
+

Import ChatGPT Memories

+

Keep your important AI conversations and insights accessible

-
-
🔍
-

AI-Powered Search

-

+

+
🔍
+

AI-Powered Search

+

Find anything you've saved using intelligent semantic search

@@ -57,9 +57,9 @@ function Welcome() {
{/* Actions */} -
+
{/* Footer */} -
-

+

+

Learn more at{" "} + ({ + plugins: [tailwindcss()], + }) as WxtViteConfig, manifest: { name: "supermemory", homepage_url: "https://supermemory.ai", diff --git a/bun.lock b/bun.lock index e7234c29..32120d66 100644 --- a/bun.lock +++ b/bun.lock @@ -52,9 +52,11 @@ "name": "supermemory-browser-extension", "version": "0.0.1", "dependencies": { + "@tailwindcss/vite": "^4.1.12", "@tanstack/react-query": "^5.85.5", "react": "^19.1.0", "react-dom": "^19.1.0", + "tailwindcss": "^4.1.12", }, "devDependencies": { "@types/chrome": "^0.1.4", @@ -1356,6 +1358,8 @@ "@tailwindcss/typography": ["@tailwindcss/typography@0.5.16", "", { "dependencies": { "lodash.castarray": "^4.4.0", "lodash.isplainobject": "^4.0.6", "lodash.merge": "^4.6.2", "postcss-selector-parser": "6.0.10" }, "peerDependencies": { "tailwindcss": ">=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1" } }, "sha512-0wDLwCVF5V3x3b1SGXPCDcdsbDHMBe+lkFzBRaHeLvNi+nrrnZ1lA18u+OTWO8iSWU2GxUOCvlXtDuqftc1oiA=="], + "@tailwindcss/vite": ["@tailwindcss/vite@4.1.12", "", { "dependencies": { "@tailwindcss/node": "4.1.12", "@tailwindcss/oxide": "4.1.12", "tailwindcss": "4.1.12" }, "peerDependencies": { "vite": "^5.2.0 || ^6 || ^7" } }, "sha512-4pt0AMFDx7gzIrAOIYgYP0KCBuKWqyW8ayrdiLEjoJTT4pKTjrzG/e4uzWtTLDziC+66R9wbUqZBccJalSE5vQ=="], + "@tanstack/form-core": ["@tanstack/form-core@1.19.2", "", { "dependencies": { "@tanstack/store": "^0.7.2" } }, "sha512-g2VkZCHEQUxnPOtF+vNHQDGvmrXfMpvN1T27M+G2R/eeH2vImxEdzVzAVIR71DZ5X3QtC9rm+nR64MJrjI+yXQ=="], "@tanstack/query-core": ["@tanstack/query-core@5.85.5", "", {}, "sha512-KO0WTob4JEApv69iYp1eGvfMSUkgw//IpMnq+//cORBzXf0smyRwPLrUvEe5qtAEGjwZTXrjxg+oJNP/C00t6w=="],