@adminide-stack/yantra-help-browser 12.0.16-alpha.20 → 12.0.16-alpha.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/components/HelpCenterFooter.d.ts.map +1 -1
- package/lib/components/HelpCenterFooter.js +232 -79
- package/lib/components/HelpCenterFooter.js.map +1 -1
- package/lib/components/HelpCenterHeader.d.ts.map +1 -1
- package/lib/components/HelpCenterHeader.js +125 -19
- package/lib/components/HelpCenterHeader.js.map +1 -1
- package/lib/components/SearchBar.d.ts.map +1 -1
- package/lib/components/SearchBar.js +136 -72
- package/lib/components/SearchBar.js.map +1 -1
- package/lib/components/navbar/index.d.ts.map +1 -1
- package/lib/components/navbar/index.js +27 -27
- package/lib/components/navbar/index.js.map +1 -1
- package/lib/pages/CategoryCollection/index.d.ts.map +1 -1
- package/lib/pages/CategoryCollection/index.js +146 -71
- package/lib/pages/CategoryCollection/index.js.map +1 -1
- package/lib/pages/GetStarted/components/ExampleCard.d.ts.map +1 -1
- package/lib/pages/GetStarted/components/GetStartedHero.d.ts.map +1 -1
- package/lib/pages/GetStarted/components/InfoSection.d.ts.map +1 -1
- package/lib/pages/GetStarted/components/TipCard.d.ts.map +1 -1
- package/lib/pages/GetStarted/components/UseCase.d.ts.map +1 -1
- package/lib/pages/GetStarted/index.d.ts.map +1 -1
- package/lib/pages/GetStarted/index.js +358 -702
- package/lib/pages/GetStarted/index.js.map +1 -1
- package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts +2 -0
- package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts.map +1 -1
- package/lib/pages/HelpCenter/components/HelpCategoryCard.js +172 -59
- package/lib/pages/HelpCenter/components/HelpCategoryCard.js.map +1 -1
- package/lib/pages/HelpCenter/components/Icons.d.ts +10 -0
- package/lib/pages/HelpCenter/components/Icons.d.ts.map +1 -1
- package/lib/pages/HelpCenter/components/Icons.js +338 -78
- package/lib/pages/HelpCenter/components/Icons.js.map +1 -1
- package/lib/pages/HelpCenter/components/PopularArticle.d.ts +3 -0
- package/lib/pages/HelpCenter/components/PopularArticle.d.ts.map +1 -1
- package/lib/pages/HelpCenter/components/PopularArticle.js +31 -37
- package/lib/pages/HelpCenter/components/PopularArticle.js.map +1 -1
- package/lib/pages/HelpCenter/index.d.ts.map +1 -1
- package/lib/pages/HelpCenter/index.js +319 -37
- package/lib/pages/HelpCenter/index.js.map +1 -1
- package/lib/pages/HelpCenter/mockData.d.ts +16 -0
- package/lib/pages/HelpCenter/mockData.d.ts.map +1 -1
- package/lib/pages/HelpCenter/mockData.js +83 -12
- package/lib/pages/HelpCenter/mockData.js.map +1 -1
- package/lib/pages/LandingPage/components/ArticleCard.d.ts +2 -2
- package/lib/pages/LandingPage/components/ArticleCard.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/ArticleCard.js +40 -20
- package/lib/pages/LandingPage/components/ArticleCard.js.map +1 -1
- package/lib/pages/LandingPage/components/Assets.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/CategoriesSection.d.ts +2 -1
- package/lib/pages/LandingPage/components/CategoriesSection.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/CategoriesSection.js +33 -23
- package/lib/pages/LandingPage/components/CategoriesSection.js.map +1 -1
- package/lib/pages/LandingPage/components/CategoryCard.d.ts +1 -1
- package/lib/pages/LandingPage/components/CategoryCard.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/CategoryCard.js +44 -13
- package/lib/pages/LandingPage/components/CategoryCard.js.map +1 -1
- package/lib/pages/LandingPage/components/FeaturedSection.d.ts +2 -1
- package/lib/pages/LandingPage/components/FeaturedSection.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/FeaturedSection.js +24 -9
- package/lib/pages/LandingPage/components/FeaturedSection.js.map +1 -1
- package/lib/pages/LandingPage/components/HeroSection.d.ts +1 -6
- package/lib/pages/LandingPage/components/HeroSection.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/HeroSection.js +113 -37
- package/lib/pages/LandingPage/components/HeroSection.js.map +1 -1
- package/lib/pages/LandingPage/components/Icons.d.ts +0 -1
- package/lib/pages/LandingPage/components/Icons.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/Icons.js +23 -48
- package/lib/pages/LandingPage/components/Icons.js.map +1 -1
- package/lib/pages/LandingPage/components/ResourceCard.d.ts +1 -1
- package/lib/pages/LandingPage/components/ResourceCard.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/ResourceCard.js +33 -19
- package/lib/pages/LandingPage/components/ResourceCard.js.map +1 -1
- package/lib/pages/LandingPage/components/ResourcesSection.d.ts +2 -2
- package/lib/pages/LandingPage/components/ResourcesSection.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/ResourcesSection.js +28 -14
- package/lib/pages/LandingPage/components/ResourcesSection.js.map +1 -1
- package/lib/pages/LandingPage/index.d.ts.map +1 -1
- package/lib/pages/LandingPage/index.js +160 -125
- package/lib/pages/LandingPage/index.js.map +1 -1
- package/lib/templates/content/ai-employees/ai-employees-overview.md +97 -0
- package/lib/templates/content/ai-employees/getting-started-ai-employees.md +119 -0
- package/lib/templates/content/ai-employees/how-ai-employees-work.md +123 -0
- package/lib/templates/content/ai-employees/supervised-mode.md +141 -0
- package/lib/templates/content/content-manifest.json +2082 -93
- package/lib/templates/content/integrations/crm-integrations.md +130 -0
- package/lib/templates/content/integrations/github-integration.md +95 -0
- package/lib/templates/content/integrations/integrations-overview.md +142 -0
- package/lib/templates/content/integrations/monitoring-integrations.md +109 -0
- package/lib/templates/content/integrations/productivity-integrations.md +129 -0
- package/lib/templates/content/integrations/slack-integration.md +79 -0
- package/lib/templates/content/openclaw/openclaw-architecture.md +202 -0
- package/lib/templates/content/openclaw/openclaw-contribution.md +107 -0
- package/lib/templates/content/openclaw/openclaw-overview.md +152 -0
- package/lib/templates/content/platform-features/always-watching.md +63 -0
- package/lib/templates/content/platform-features/instant-context.md +67 -0
- package/lib/templates/content/platform-features/instant-onboarding.md +80 -0
- package/lib/templates/content/platform-features/platform-overview.md +58 -0
- package/lib/templates/content/platform-features/proactive-alerts.md +88 -0
- package/lib/templates/content/platform-features/smart-escalation.md +93 -0
- package/lib/templates/content/security-compliance/audit-trail.md +112 -0
- package/lib/templates/content/security-compliance/compliance.md +120 -0
- package/lib/templates/content/security-compliance/data-encryption.md +94 -0
- package/lib/templates/content/security-compliance/security-overview.md +186 -0
- package/lib/templates/content/security-compliance/vm-isolation.md +126 -0
- package/lib/templates/content/solutions-engineering/bug-tracking-context.md +126 -0
- package/lib/templates/content/solutions-engineering/engineering-overview.md +107 -0
- package/lib/templates/content/solutions-engineering/error-monitoring.md +120 -0
- package/lib/templates/content/solutions-engineering/institutional-memory.md +120 -0
- package/lib/templates/content/solutions-marketing/brand-monitoring.md +135 -0
- package/lib/templates/content/solutions-marketing/content-automation.md +111 -0
- package/lib/templates/content/solutions-marketing/marketing-overview.md +108 -0
- package/lib/templates/content/solutions-marketing/social-media-management.md +108 -0
- package/lib/templates/content/solutions-sales/call-preparation.md +106 -0
- package/lib/templates/content/solutions-sales/crm-automation.md +119 -0
- package/lib/templates/content/solutions-sales/lead-management.md +108 -0
- package/lib/templates/content/solutions-sales/sales-overview.md +120 -0
- package/lib/templates/content/use-cases/engineering-use-cases.md +123 -0
- package/lib/templates/content/use-cases/marketing-use-cases.md +128 -0
- package/lib/templates/content/use-cases/sales-use-cases.md +123 -0
- package/lib/templates/content/use-cases/support-use-cases.md +120 -0
- package/lib/templates/content/use-cases/use-cases-overview.md +115 -0
- package/package.json +2 -2
- package/lib/pages/HelpCenter/components/BookStack.js +0 -36
- package/lib/pages/HelpCenter/components/BookStack.js.map +0 -1
- package/lib/pages/LandingPage/components/Assets.js +0 -14
- package/lib/pages/LandingPage/components/Assets.js.map +0 -1
|
@@ -1,204 +1,239 @@
|
|
|
1
|
-
import {jsx,jsxs}from'react/jsx-runtime';import {
|
|
1
|
+
import {jsx,jsxs}from'react/jsx-runtime';import {useNavigate,Link}from'@remix-run/react';import {HeroSection}from'./components/HeroSection.js';import {CategoriesSection}from'./components/CategoriesSection.js';import {FeaturedSection}from'./components/FeaturedSection.js';import {ResourcesSection}from'./components/ResourcesSection.js';import {Icons}from'./components/Icons.js';const STATS = [{
|
|
2
|
+
value: '117+',
|
|
3
|
+
label: 'Articles & Guides'
|
|
4
|
+
}, {
|
|
5
|
+
value: '27',
|
|
6
|
+
label: 'Categories'
|
|
7
|
+
}, {
|
|
8
|
+
value: '<2min',
|
|
9
|
+
label: 'Avg. Response'
|
|
10
|
+
}, {
|
|
11
|
+
value: '99.9%',
|
|
12
|
+
label: 'Uptime SLA'
|
|
13
|
+
}];
|
|
14
|
+
const CUSTOMER_LOGOS = ['Stripe', 'Shopify', 'Notion', 'Vercel', 'Linear', 'Figma'];
|
|
15
|
+
const LandingPage = () => {
|
|
2
16
|
const navigate = useNavigate();
|
|
3
|
-
const handleCategoryClick = categoryHref => {
|
|
4
|
-
navigate(categoryHref);
|
|
5
|
-
};
|
|
6
|
-
const handleArticleClick = articleHref => {
|
|
7
|
-
navigate(articleHref);
|
|
8
|
-
};
|
|
9
|
-
const handleResourceClick = resourceHref => {
|
|
10
|
-
navigate(resourceHref);
|
|
11
|
-
};
|
|
12
|
-
// Mock data for categories
|
|
13
17
|
const categories = [{
|
|
14
18
|
id: 'getting-started',
|
|
15
19
|
href: '/get-started',
|
|
16
20
|
title: 'Getting Started',
|
|
17
|
-
description: '
|
|
21
|
+
description: 'Platform overview, examples, and tips to hit the ground running.',
|
|
18
22
|
icon: jsx(Icons.GettingStarted, {
|
|
19
|
-
width:
|
|
20
|
-
height:
|
|
21
|
-
})
|
|
23
|
+
width: 22,
|
|
24
|
+
height: 22
|
|
25
|
+
}),
|
|
26
|
+
badge: 'Popular'
|
|
22
27
|
}, {
|
|
23
28
|
id: 'account-management',
|
|
24
29
|
href: '/help-center/account-management',
|
|
25
30
|
title: 'Account Management',
|
|
26
|
-
description: 'Account
|
|
31
|
+
description: 'Account security, profile settings, and team management.',
|
|
27
32
|
icon: jsx(Icons.AccountManagement, {
|
|
28
|
-
width:
|
|
29
|
-
height:
|
|
33
|
+
width: 22,
|
|
34
|
+
height: 22
|
|
30
35
|
})
|
|
31
36
|
}, {
|
|
32
37
|
id: 'billing',
|
|
33
38
|
href: '/help-center/subscription-billing',
|
|
34
39
|
title: 'Billing & Subscriptions',
|
|
35
|
-
description: 'Payment,
|
|
40
|
+
description: 'Payment methods, invoices, plan upgrades, and cancellation.',
|
|
36
41
|
icon: jsx(Icons.Billing, {
|
|
37
|
-
width:
|
|
38
|
-
height:
|
|
42
|
+
width: 22,
|
|
43
|
+
height: 22
|
|
39
44
|
})
|
|
40
45
|
}, {
|
|
41
46
|
id: 'product-features',
|
|
42
47
|
href: '/help-center/product-features',
|
|
43
48
|
title: 'Product Features',
|
|
44
|
-
description: 'Spaces,
|
|
49
|
+
description: 'Spaces, Pages, Focus mode, Threads, and AI workflows.',
|
|
45
50
|
icon: jsx(Icons.ProductFeatures, {
|
|
46
|
-
width:
|
|
47
|
-
height:
|
|
48
|
-
})
|
|
51
|
+
width: 22,
|
|
52
|
+
height: 22
|
|
53
|
+
}),
|
|
54
|
+
badge: 'New'
|
|
49
55
|
}, {
|
|
50
56
|
id: 'troubleshooting',
|
|
51
57
|
href: '/help-center/troubleshooting',
|
|
52
58
|
title: 'Troubleshooting',
|
|
53
|
-
description: '
|
|
59
|
+
description: 'Diagnose and resolve common issues quickly.',
|
|
54
60
|
icon: jsx(Icons.Troubleshooting, {
|
|
55
|
-
width:
|
|
56
|
-
height:
|
|
61
|
+
width: 22,
|
|
62
|
+
height: 22
|
|
57
63
|
})
|
|
58
64
|
}, {
|
|
59
65
|
id: 'api',
|
|
60
|
-
title: 'API',
|
|
61
66
|
href: '/help-center/scope-api',
|
|
62
|
-
|
|
67
|
+
title: 'API & Developers',
|
|
68
|
+
description: 'REST & GraphQL APIs, SDKs, webhooks, and integration guides.',
|
|
63
69
|
icon: jsx(Icons.Api, {
|
|
64
|
-
width:
|
|
65
|
-
height:
|
|
70
|
+
width: 22,
|
|
71
|
+
height: 22
|
|
66
72
|
})
|
|
67
73
|
}];
|
|
68
|
-
// Mock data for featured articles
|
|
69
74
|
const featuredArticles = [{
|
|
70
|
-
id: '
|
|
71
|
-
title: 'Getting started with Yantra',
|
|
75
|
+
id: '1',
|
|
76
|
+
title: 'Getting started with Yantra AI',
|
|
72
77
|
href: '/get-started',
|
|
73
|
-
description: '
|
|
78
|
+
description: 'A comprehensive walkthrough of the platform — from first login to your first AI employee.',
|
|
79
|
+
readTime: '5 min read'
|
|
74
80
|
}, {
|
|
75
|
-
id: '
|
|
76
|
-
title: '
|
|
77
|
-
href: '/help-center/
|
|
78
|
-
description: '
|
|
81
|
+
id: '2',
|
|
82
|
+
title: 'Setting up AI Employees for your team',
|
|
83
|
+
href: '/help-center/ai-employees',
|
|
84
|
+
description: 'Configure intelligent agents that automate repetitive tasks and supercharge your workflow.',
|
|
85
|
+
readTime: '8 min read'
|
|
79
86
|
}, {
|
|
80
|
-
id: '
|
|
81
|
-
title:
|
|
82
|
-
href: '/help-center/
|
|
83
|
-
description: 'Create
|
|
87
|
+
id: '3',
|
|
88
|
+
title: 'Mastering Yantra Spaces & Collaboration',
|
|
89
|
+
href: '/help-center/spaces-library',
|
|
90
|
+
description: 'Create collaborative knowledge hubs for your course, team, or study group.',
|
|
91
|
+
readTime: '6 min read'
|
|
84
92
|
}];
|
|
85
|
-
// Mock data for resources
|
|
86
93
|
const resources = [{
|
|
87
94
|
id: 'security',
|
|
88
|
-
title: 'Security & Trust
|
|
95
|
+
title: 'Security & Trust',
|
|
89
96
|
href: '/help-center/data-privacy',
|
|
90
|
-
description: '
|
|
97
|
+
description: 'SOC 2 compliant. Enterprise-grade encryption. Your data, your rules.',
|
|
91
98
|
icon: jsx(Icons.Security, {
|
|
92
|
-
width:
|
|
93
|
-
height:
|
|
99
|
+
width: 22,
|
|
100
|
+
height: 22
|
|
94
101
|
}),
|
|
95
|
-
ctaText: '
|
|
102
|
+
ctaText: 'Learn More',
|
|
103
|
+
gradient: 'from-emerald-500/20 to-cyan-500/20'
|
|
96
104
|
}, {
|
|
97
105
|
id: 'feedback',
|
|
98
|
-
title: 'Feedback',
|
|
106
|
+
title: 'Share Feedback',
|
|
99
107
|
href: '/feedback',
|
|
100
|
-
description: '
|
|
108
|
+
description: 'Help us build the best AI platform. Your ideas shape our roadmap.',
|
|
101
109
|
icon: jsx(Icons.Feedback, {
|
|
102
|
-
width:
|
|
103
|
-
height:
|
|
110
|
+
width: 22,
|
|
111
|
+
height: 22
|
|
104
112
|
}),
|
|
105
|
-
ctaText: '
|
|
113
|
+
ctaText: 'Share Ideas',
|
|
114
|
+
gradient: 'from-violet-500/20 to-pink-500/20'
|
|
106
115
|
}, {
|
|
107
116
|
id: 'contact',
|
|
108
|
-
title: 'Contact
|
|
117
|
+
title: 'Contact Support',
|
|
109
118
|
href: '/contact-us',
|
|
110
|
-
description: '
|
|
119
|
+
description: '24/7 support via chat, email, or Discord. Average response under 2 minutes.',
|
|
111
120
|
icon: jsx(Icons.Contact, {
|
|
112
|
-
width:
|
|
113
|
-
height:
|
|
121
|
+
width: 22,
|
|
122
|
+
height: 22
|
|
114
123
|
}),
|
|
115
|
-
ctaText: '
|
|
124
|
+
ctaText: 'Get Help',
|
|
125
|
+
gradient: 'from-amber-500/20 to-orange-500/20'
|
|
116
126
|
}];
|
|
117
|
-
// Featured product section (Supply)
|
|
118
|
-
const featuredProduct = {
|
|
119
|
-
title: 'Yantra Supply',
|
|
120
|
-
description: 'Thoughtfully-designed essentials that celebrate the pursuit of knowledge.',
|
|
121
|
-
ctaText: 'Visit the Shop',
|
|
122
|
-
image: Images.supply.products
|
|
123
|
-
};
|
|
124
127
|
return jsxs("div", {
|
|
125
128
|
className: "min-h-screen bg-background",
|
|
126
|
-
children: [jsx(HeroSection, {
|
|
127
|
-
|
|
128
|
-
|
|
129
|
+
children: [jsx(HeroSection, {}), jsx("section", {
|
|
130
|
+
className: "border-b border-border/30 py-12",
|
|
131
|
+
children: jsx("div", {
|
|
132
|
+
className: "container mx-auto max-w-7xl px-6 lg:px-16",
|
|
133
|
+
children: jsx("div", {
|
|
134
|
+
className: "grid grid-cols-2 gap-6 md:grid-cols-4",
|
|
135
|
+
children: STATS.map(stat => jsxs("div", {
|
|
136
|
+
className: "text-center",
|
|
137
|
+
children: [jsx("div", {
|
|
138
|
+
className: "bg-gradient-to-r from-foreground to-foreground/60 bg-clip-text text-3xl font-extrabold tracking-tight text-transparent md:text-4xl",
|
|
139
|
+
children: stat.value
|
|
140
|
+
}), jsx("div", {
|
|
141
|
+
className: "mt-1 text-xs font-medium text-muted-foreground",
|
|
142
|
+
children: stat.label
|
|
143
|
+
})]
|
|
144
|
+
}, stat.label))
|
|
145
|
+
})
|
|
146
|
+
})
|
|
129
147
|
}), jsx("section", {
|
|
130
|
-
className: "py-
|
|
148
|
+
className: "border-b border-border/20 py-8",
|
|
131
149
|
children: jsx("div", {
|
|
132
|
-
className: "container mx-auto px-16",
|
|
150
|
+
className: "container mx-auto max-w-7xl px-6 lg:px-16",
|
|
133
151
|
children: jsxs("div", {
|
|
134
|
-
className: "flex flex-
|
|
135
|
-
children: [jsx("
|
|
136
|
-
className: "
|
|
137
|
-
children:
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
}), jsxs("div", {
|
|
143
|
-
className: "w-full space-y-5 md:w-2/3",
|
|
144
|
-
children: [jsx("h2", {
|
|
145
|
-
className: "text-2xl font-bold text-foreground",
|
|
146
|
-
children: "FAQs"
|
|
147
|
-
}), jsx("p", {
|
|
148
|
-
className: "text-lg text-muted-foreground",
|
|
149
|
-
children: "Answers to your general, technical, enterprise, and API-related questions."
|
|
150
|
-
}), jsx(Link, {
|
|
151
|
-
to: "/help-center",
|
|
152
|
-
children: jsx(Button, {
|
|
153
|
-
variant: "outline",
|
|
154
|
-
className: "mt-4 border-primary px-6 py-2.5 text-primary hover:bg-primary/10",
|
|
155
|
-
children: "Get Answers"
|
|
156
|
-
})
|
|
157
|
-
})]
|
|
158
|
-
})]
|
|
152
|
+
className: "flex flex-wrap items-center justify-center gap-10",
|
|
153
|
+
children: [jsx("span", {
|
|
154
|
+
className: "text-[11px] font-medium uppercase tracking-[0.2em] text-muted-foreground/40",
|
|
155
|
+
children: "Trusted by"
|
|
156
|
+
}), CUSTOMER_LOGOS.map(name => jsx("span", {
|
|
157
|
+
className: "text-[15px] font-semibold tracking-wide text-muted-foreground/25 transition-colors duration-300 hover:text-muted-foreground/60",
|
|
158
|
+
children: name
|
|
159
|
+
}, name))]
|
|
159
160
|
})
|
|
160
161
|
})
|
|
161
162
|
}), jsx(CategoriesSection, {
|
|
162
|
-
title: "
|
|
163
|
+
title: "Explore by Topic",
|
|
163
164
|
categories: categories,
|
|
164
|
-
onCategoryClick:
|
|
165
|
+
onCategoryClick: href => navigate(href)
|
|
165
166
|
}), jsx(FeaturedSection, {
|
|
166
|
-
title: "Featured
|
|
167
|
+
title: "Featured Articles",
|
|
167
168
|
articles: featuredArticles,
|
|
168
|
-
onArticleClick:
|
|
169
|
+
onArticleClick: href => navigate(href)
|
|
170
|
+
}), jsx(ResourcesSection, {
|
|
171
|
+
title: "Resources & Support",
|
|
172
|
+
resources: resources,
|
|
173
|
+
onResourceClick: href => navigate(href)
|
|
169
174
|
}), jsx("section", {
|
|
170
|
-
className: "
|
|
175
|
+
className: "py-16",
|
|
171
176
|
children: jsx("div", {
|
|
172
|
-
className: "container mx-auto px-16",
|
|
177
|
+
className: "container mx-auto max-w-4xl px-6 lg:px-16",
|
|
173
178
|
children: jsxs("div", {
|
|
174
|
-
className: "
|
|
179
|
+
className: "relative overflow-hidden rounded-3xl bg-gradient-to-r from-cyan-500 via-blue-600 to-violet-600 p-10 text-center lg:p-14",
|
|
175
180
|
children: [jsxs("div", {
|
|
176
|
-
className: "
|
|
177
|
-
children: [jsx("
|
|
178
|
-
className: "
|
|
179
|
-
|
|
181
|
+
className: "pointer-events-none absolute inset-0 overflow-hidden",
|
|
182
|
+
children: [jsx("div", {
|
|
183
|
+
className: "absolute left-[20%] top-4 h-2 w-2 rounded-full bg-white/20"
|
|
184
|
+
}), jsx("div", {
|
|
185
|
+
className: "absolute bottom-6 right-[25%] h-1.5 w-1.5 rounded-full bg-white/15"
|
|
186
|
+
}), jsx("div", {
|
|
187
|
+
className: "absolute right-[10%] top-[40%] h-2 w-2 rounded-full bg-white/10"
|
|
188
|
+
})]
|
|
189
|
+
}), jsxs("div", {
|
|
190
|
+
className: "relative z-10",
|
|
191
|
+
children: [jsxs("div", {
|
|
192
|
+
className: "mb-5 inline-flex items-center gap-2 rounded-full border border-white/20 bg-white/10 px-4 py-1.5 text-[12px] font-medium text-white/80 backdrop-blur-sm",
|
|
193
|
+
children: [jsx("svg", {
|
|
194
|
+
className: "h-3.5 w-3.5",
|
|
195
|
+
fill: "none",
|
|
196
|
+
stroke: "currentColor",
|
|
197
|
+
viewBox: "0 0 24 24",
|
|
198
|
+
children: jsx("path", {
|
|
199
|
+
strokeLinecap: "round",
|
|
200
|
+
strokeLinejoin: "round",
|
|
201
|
+
strokeWidth: 2,
|
|
202
|
+
d: "M13 10V3L4 14h7v7l9-11h-7z"
|
|
203
|
+
})
|
|
204
|
+
}), "Ready to get started?"]
|
|
205
|
+
}), jsx("h2", {
|
|
206
|
+
className: "text-2xl font-extrabold text-white lg:text-3xl",
|
|
207
|
+
children: "Start building with Yantra today"
|
|
180
208
|
}), jsx("p", {
|
|
181
|
-
className: "text-
|
|
182
|
-
children:
|
|
183
|
-
}),
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
209
|
+
className: "mx-auto mt-3 max-w-md text-base text-white/70",
|
|
210
|
+
children: "Join 10,000+ teams already using AI employees to automate their workflows."
|
|
211
|
+
}), jsxs("div", {
|
|
212
|
+
className: "mt-8 flex flex-col items-center justify-center gap-3 sm:flex-row",
|
|
213
|
+
children: [jsxs(Link, {
|
|
214
|
+
to: "/get-started",
|
|
215
|
+
className: "inline-flex items-center gap-2 rounded-xl bg-white px-6 py-3 text-sm font-semibold text-gray-900 shadow-lg shadow-black/10 transition-all hover:-translate-y-0.5 hover:bg-gray-100 hover:shadow-xl",
|
|
216
|
+
children: [jsx("svg", {
|
|
217
|
+
className: "h-4 w-4",
|
|
218
|
+
fill: "none",
|
|
219
|
+
stroke: "currentColor",
|
|
220
|
+
viewBox: "0 0 24 24",
|
|
221
|
+
children: jsx("path", {
|
|
222
|
+
strokeLinecap: "round",
|
|
223
|
+
strokeLinejoin: "round",
|
|
224
|
+
strokeWidth: 2,
|
|
225
|
+
d: "M13 7l5 5m0 0l-5 5m5-5H6"
|
|
226
|
+
})
|
|
227
|
+
}), "Get Started Free"]
|
|
228
|
+
}), jsx(Link, {
|
|
229
|
+
to: "/help-center",
|
|
230
|
+
className: "inline-flex items-center gap-2 rounded-xl border border-white/30 bg-white/10 px-6 py-3 text-sm font-semibold text-white backdrop-blur-sm transition-all hover:-translate-y-0.5 hover:border-white/40 hover:bg-white/20",
|
|
231
|
+
children: "Browse Help Center"
|
|
232
|
+
})]
|
|
187
233
|
})]
|
|
188
|
-
}), jsx("div", {
|
|
189
|
-
className: "h-72 w-full overflow-hidden rounded-lg shadow-md md:w-1/2",
|
|
190
|
-
children: jsx("img", {
|
|
191
|
-
src: featuredProduct.image,
|
|
192
|
-
alt: "Yantra Supply Products",
|
|
193
|
-
className: "h-full w-full object-cover"
|
|
194
|
-
})
|
|
195
234
|
})]
|
|
196
235
|
})
|
|
197
236
|
})
|
|
198
|
-
}), jsx(ResourcesSection, {
|
|
199
|
-
title: "More resources",
|
|
200
|
-
resources: resources,
|
|
201
|
-
onResourceClick: handleResourceClick
|
|
202
237
|
})]
|
|
203
238
|
});
|
|
204
239
|
};export{LandingPage as default};//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../src/pages/LandingPage/index.tsx"],"sourcesContent":[null],"names":["_jsx"],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../src/pages/LandingPage/index.tsx"],"sourcesContent":[null],"names":["_jsx"],"mappings":"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"}
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 'AI Employees Overview'
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
# AI Employees Overview
|
|
6
|
+
|
|
7
|
+
Yantra AI employees are intelligent agents that integrate into your team's existing toolkit and operate as autonomous, always-available team members. They go beyond traditional chatbots by working proactively — monitoring, analyzing, and acting on information across your connected services.
|
|
8
|
+
|
|
9
|
+
## What Makes an AI Employee Different
|
|
10
|
+
|
|
11
|
+
### Traditional AI Chatbot
|
|
12
|
+
|
|
13
|
+
- Waits for you to ask a question
|
|
14
|
+
- Has no awareness of your business context
|
|
15
|
+
- Cannot take actions in your tools
|
|
16
|
+
- Forgets conversations between sessions
|
|
17
|
+
- Operates in isolation from your workflow
|
|
18
|
+
|
|
19
|
+
### Yantra AI Employee
|
|
20
|
+
|
|
21
|
+
- Works proactively without waiting for prompts
|
|
22
|
+
- Monitors your tools 24/7 and understands your business context
|
|
23
|
+
- Updates CRMs, creates tickets, drafts messages, and logs notes
|
|
24
|
+
- Maintains a persistent memory of every interaction and decision
|
|
25
|
+
- Operates within your existing workflow seamlessly
|
|
26
|
+
|
|
27
|
+
## Core Capabilities
|
|
28
|
+
|
|
29
|
+
### 1. Observing
|
|
30
|
+
|
|
31
|
+
Your AI employee watches everything happening across your connected tools:
|
|
32
|
+
|
|
33
|
+
- Slack conversations and channel activity
|
|
34
|
+
- GitHub commits, pull requests, and deployments
|
|
35
|
+
- Error monitoring alerts and exception trends
|
|
36
|
+
- CRM deal movements and customer interactions
|
|
37
|
+
- Email threads and calendar events
|
|
38
|
+
|
|
39
|
+
### 2. Understanding
|
|
40
|
+
|
|
41
|
+
Raw events are processed into meaningful insights:
|
|
42
|
+
|
|
43
|
+
- Correlating a customer complaint in Slack with a Sentry error spike
|
|
44
|
+
- Linking a stale deal in HubSpot with a missed follow-up email
|
|
45
|
+
- Connecting a deployment failure with related code changes
|
|
46
|
+
- Identifying patterns across seemingly unrelated events
|
|
47
|
+
|
|
48
|
+
### 3. Acting
|
|
49
|
+
|
|
50
|
+
Based on observations and understanding, your AI employee takes action:
|
|
51
|
+
|
|
52
|
+
- Drafts response messages with full context
|
|
53
|
+
- Updates CRM fields and deal stages automatically
|
|
54
|
+
- Creates project tickets with detailed descriptions
|
|
55
|
+
- Sends alerts and escalations to the right people
|
|
56
|
+
- Prepares meeting briefs and daily summaries
|
|
57
|
+
|
|
58
|
+
### 4. Learning
|
|
59
|
+
|
|
60
|
+
Over time, your AI employee gets better:
|
|
61
|
+
|
|
62
|
+
- Adapts to your team's communication style and preferences
|
|
63
|
+
- Refines alert thresholds based on your responses
|
|
64
|
+
- Builds deeper relationships between data points in your organization
|
|
65
|
+
- Improves action suggestions through feedback loops
|
|
66
|
+
|
|
67
|
+
## Types of AI Employees
|
|
68
|
+
|
|
69
|
+
Yantra supports specialized AI employees configured for different functions:
|
|
70
|
+
|
|
71
|
+
| Type | Primary Function | Key Integrations |
|
|
72
|
+
| ------------------ | ---------------------------------------------------- | ------------------------------------ |
|
|
73
|
+
| **Engineering AI** | Bug tracking, deployment monitoring, context sharing | GitHub, Sentry, Linear, Slack |
|
|
74
|
+
| **Sales AI** | CRM automation, lead management, call preparation | HubSpot, Salesforce, Gmail, Calendly |
|
|
75
|
+
| **Marketing AI** | Content management, social monitoring, engagement | LinkedIn, X/Twitter, Notion, HubSpot |
|
|
76
|
+
| **Support AI** | Ticket routing, customer context, issue resolution | Slack, Zendesk, Sentry, CRM |
|
|
77
|
+
|
|
78
|
+
## Trust and Control
|
|
79
|
+
|
|
80
|
+
Yantra is designed with a **gradual trust model**:
|
|
81
|
+
|
|
82
|
+
1. **Supervised Mode**: Your AI employee drafts all actions but waits for your approval before executing
|
|
83
|
+
2. **Semi-Autonomous Mode**: Routine actions execute automatically; novel or high-impact actions require approval
|
|
84
|
+
3. **Autonomous Mode**: Your AI employee operates independently, escalating only exceptions
|
|
85
|
+
|
|
86
|
+
You can adjust the autonomy level at any time, for any action type.
|
|
87
|
+
|
|
88
|
+
## Powered by OpenClaw
|
|
89
|
+
|
|
90
|
+
Every Yantra AI employee runs on the [OpenClaw](https://github.com/openclaw) open-source agent framework. This provides:
|
|
91
|
+
|
|
92
|
+
- **Transparency**: The agent logic is open source and auditable
|
|
93
|
+
- **Community support**: Backed by a global community of developers and enterprise users
|
|
94
|
+
- **Extensibility**: Custom workflows and integrations can be built on the OpenClaw framework
|
|
95
|
+
- **Security**: Battle-tested by thousands of deployments worldwide
|
|
96
|
+
|
|
97
|
+
Learn more about the OpenClaw foundation in the [OpenClaw Overview](/help-center/openclaw/openclaw-overview).
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 'Getting Started with AI Employees'
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
# Getting Started with AI Employees
|
|
6
|
+
|
|
7
|
+
Setting up your first Yantra AI employee takes approximately 5 minutes. This guide walks you through the complete setup process from tool connection to your first proactive insight.
|
|
8
|
+
|
|
9
|
+
## Prerequisites
|
|
10
|
+
|
|
11
|
+
- A Yantra account (free trial available)
|
|
12
|
+
- Admin or owner access to the tools you want to connect
|
|
13
|
+
- A communication channel where you'd like to receive updates (Slack, WhatsApp, Telegram, or email)
|
|
14
|
+
|
|
15
|
+
## Step 1: Connect Your Tools (2 minutes)
|
|
16
|
+
|
|
17
|
+
### One-Click OAuth Setup
|
|
18
|
+
|
|
19
|
+
From your Yantra dashboard, navigate to **Integrations** and connect your tools:
|
|
20
|
+
|
|
21
|
+
1. Click the tool you want to connect (e.g., Slack, GitHub, HubSpot)
|
|
22
|
+
2. Authorize access through the OAuth flow — same as adding any other app
|
|
23
|
+
3. Select the specific resources to monitor (channels, repos, projects)
|
|
24
|
+
4. Repeat for each tool your team uses
|
|
25
|
+
|
|
26
|
+
### Supported Tools
|
|
27
|
+
|
|
28
|
+
- **Communication**: Slack, Microsoft Teams, Gmail
|
|
29
|
+
- **Development**: GitHub, GitLab, Bitbucket
|
|
30
|
+
- **Error Tracking**: Sentry, Datadog, PagerDuty
|
|
31
|
+
- **Project Management**: Linear, Jira, Asana
|
|
32
|
+
- **CRM**: HubSpot, Salesforce
|
|
33
|
+
- **Documentation**: Notion, Confluence
|
|
34
|
+
- **Social**: LinkedIn, X/Twitter
|
|
35
|
+
- **Calendar**: Google Calendar, Calendly
|
|
36
|
+
- **Video**: Zoom (for call transcription)
|
|
37
|
+
|
|
38
|
+
No coding or command-line setup is required. Your AI employee receives the same level of access as a regular team member.
|
|
39
|
+
|
|
40
|
+
## Step 2: Configure Preferences (3 minutes)
|
|
41
|
+
|
|
42
|
+
### Define What to Watch
|
|
43
|
+
|
|
44
|
+
Tell your AI employee what matters most:
|
|
45
|
+
|
|
46
|
+
- **Error monitoring**: Set severity thresholds (e.g., alert on 10+ occurrences per hour)
|
|
47
|
+
- **Customer tracking**: Define high-priority accounts or customer tiers
|
|
48
|
+
- **Deal tracking**: Specify pipeline stages that need attention
|
|
49
|
+
- **Channel monitoring**: Select which Slack channels to watch actively
|
|
50
|
+
|
|
51
|
+
### Set Notification Preferences
|
|
52
|
+
|
|
53
|
+
- **Primary channel**: Where you want to receive most communications
|
|
54
|
+
- **Urgent channel**: Where critical alerts get delivered (e.g., SMS, WhatsApp)
|
|
55
|
+
- **Quiet hours**: Time windows where non-critical notifications are batched
|
|
56
|
+
- **Daily briefing time**: When you'd like your morning summary
|
|
57
|
+
|
|
58
|
+
### Choose Your AI Employee Type
|
|
59
|
+
|
|
60
|
+
Select the focus area for your AI employee:
|
|
61
|
+
|
|
62
|
+
- **Engineering**: Optimized for development workflows, error correlation, and deployment tracking
|
|
63
|
+
- **Sales**: Optimized for CRM management, call preparation, and lead follow-up
|
|
64
|
+
- **Marketing**: Optimized for content management, social media, and brand monitoring
|
|
65
|
+
- **General**: Balanced across all areas for smaller teams
|
|
66
|
+
|
|
67
|
+
## Step 3: Start Supervised (Ongoing)
|
|
68
|
+
|
|
69
|
+
Your AI employee begins in **supervised mode** by default:
|
|
70
|
+
|
|
71
|
+
1. **Observation begins immediately**: Your AI employee starts processing events from connected tools
|
|
72
|
+
2. **First briefing**: Within hours, you'll receive your first contextualized summary
|
|
73
|
+
3. **Action drafts**: When the AI employee identifies something actionable, it drafts the response and asks for approval
|
|
74
|
+
4. **Review and approve**: Check the draft, edit if needed, and approve to execute
|
|
75
|
+
|
|
76
|
+
### Example First Interactions
|
|
77
|
+
|
|
78
|
+
- A morning briefing summarizing overnight activity across your tools
|
|
79
|
+
- A contextual alert linking a customer complaint to a recent error spike
|
|
80
|
+
- A drafted CRM update based on an email exchange it detected
|
|
81
|
+
|
|
82
|
+
## Step 4: Expand Autonomy (When Ready)
|
|
83
|
+
|
|
84
|
+
As you build trust with your AI employee:
|
|
85
|
+
|
|
86
|
+
1. **Review the action log**: See all past actions, their outcomes, and your approval history
|
|
87
|
+
2. **Identify routine actions**: Find action types you consistently approve without modification
|
|
88
|
+
3. **Enable auto-execution**: For those routine actions, switch from "approval required" to "execute automatically"
|
|
89
|
+
4. **Monitor and adjust**: Continue reviewing the daily summary to ensure quality
|
|
90
|
+
|
|
91
|
+
### Autonomy Levels
|
|
92
|
+
|
|
93
|
+
| Level | Description | Best For |
|
|
94
|
+
| ------------------- | ------------------------------------- | ------------------------------ |
|
|
95
|
+
| **Supervised** | All actions require approval | Initial setup, first 1-2 weeks |
|
|
96
|
+
| **Semi-Autonomous** | Routine actions auto-execute | Established trust, weeks 2-4 |
|
|
97
|
+
| **Autonomous** | Independent operation with escalation | Mature setup, month 2+ |
|
|
98
|
+
|
|
99
|
+
## Troubleshooting Setup
|
|
100
|
+
|
|
101
|
+
### Tool Connection Issues
|
|
102
|
+
|
|
103
|
+
- Ensure you have admin access to the tool you're connecting
|
|
104
|
+
- Check that your organization allows third-party OAuth integrations
|
|
105
|
+
- Verify your firewall isn't blocking Yantra's API endpoints
|
|
106
|
+
|
|
107
|
+
### No Events Appearing
|
|
108
|
+
|
|
109
|
+
- Confirm the correct channels, repos, or projects were selected during setup
|
|
110
|
+
- Check that the connected tool has recent activity
|
|
111
|
+
- Allow up to 5 minutes for initial event ingestion
|
|
112
|
+
|
|
113
|
+
### Notification Not Received
|
|
114
|
+
|
|
115
|
+
- Verify your notification channel preference is correctly set
|
|
116
|
+
- Check Slack permissions if using Slack as your primary channel
|
|
117
|
+
- Ensure notifications aren't being filtered by your device settings
|
|
118
|
+
|
|
119
|
+
For additional help, contact support or visit the [Troubleshooting Guide](/help-center/troubleshooting/common-issues).
|