You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: surfsense_web/app/layout.tsx
+61-29Lines changed: 61 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -15,35 +15,67 @@ const roboto = Roboto({
15
15
});
16
16
17
17
exportconstmetadata: Metadata={
18
-
title: "SurfSense - A Personal NotebookLM and Perplexity-like AI Assistant for Everyone.",
19
-
description:
20
-
"Have your own private NotebookLM and Perplexity with better integrations.",
21
-
openGraph: {
22
-
images: [
23
-
{
24
-
url: "https://surfsense.net/og-image.png",
25
-
width: 1200,
26
-
height: 630,
27
-
alt: "SurfSense - A Personal NotebookLM and Perplexity-like AI Assistant for Everyone.",
28
-
},
29
-
],
30
-
},
31
-
twitter: {
32
-
card: "summary_large_image",
33
-
site: "https://surfsense.net",
34
-
creator: "https://surfsense.net",
35
-
title: "SurfSense - A Personal NotebookLM and Perplexity-like AI Assistant for Everyone.",
36
-
description:
37
-
"Have your own private NotebookLM and Perplexity with better integrations.",
38
-
images: [
39
-
{
40
-
url: "https://surfsense.net/og-image.png",
41
-
width: 1200,
42
-
height: 630,
43
-
alt: "SurfSense - A Personal NotebookLM and Perplexity-like AI Assistant for Everyone.",
44
-
},
45
-
],
46
-
},
18
+
title: "SurfSense – Customizable AI Research & Knowledge Management Assistant",
19
+
description:
20
+
"SurfSense is an AI-powered research assistant that integrates with tools like Notion, GitHub, Slack, and more to help you efficiently manage, search, and chat with your documents. Generate podcasts, perform hybrid search, and unlock insights from your knowledge base.",
21
+
keywords: [
22
+
"SurfSense",
23
+
"AI research assistant",
24
+
"AI knowledge management",
25
+
"AI document assistant",
26
+
"customizable AI assistant",
27
+
"notion integration",
28
+
"slack integration",
29
+
"github integration",
30
+
"hybrid search",
31
+
"vector search",
32
+
"RAG",
33
+
"LangChain",
34
+
"FastAPI",
35
+
"LLM apps",
36
+
"AI document chat",
37
+
"knowledge management AI",
38
+
"AI-powered document search",
39
+
"personal AI assistant",
40
+
"AI research tools",
41
+
"AI podcast generator",
42
+
"AI knowledge base",
43
+
"AI document assistant tools",
44
+
"AI-powered search assistant",
45
+
],
46
+
openGraph: {
47
+
title: "SurfSense – AI Research & Knowledge Management Assistant",
48
+
description:
49
+
"Connect your documents and tools like Notion, Slack, GitHub, and more to your private AI assistant. SurfSense offers powerful search, document chat, podcast generation, and RAG APIs to enhance your workflow.",
50
+
url: "https://surfsense.net",
51
+
siteName: "SurfSense",
52
+
type: "website",
53
+
images: [
54
+
{
55
+
url: "https://surfsense.net/og-image.png",
56
+
width: 1200,
57
+
height: 630,
58
+
alt: "SurfSense AI Research Assistant",
59
+
},
60
+
],
61
+
locale: "en_US",
62
+
},
63
+
twitter: {
64
+
card: "summary_large_image",
65
+
title: "SurfSense – AI Assistant for Research & Knowledge Management",
66
+
description:
67
+
"Have your own NotebookLM or Perplexity, but better. SurfSense connects external tools, allows chat with your documents, and generates fast, high-quality podcasts.",
0 commit comments