-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
375 lines (349 loc) · 17.4 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
<!doctype html>
<html lang="en" data-bs-theme="auto">
<head><!--script src="js/themes.js"></script-->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Enum. Explore, research, and ask questions of your data from any source - plain text, files, websites, and more.">
<title>ENUM. Explore, research, and ask questions of your data from any source - plain text, files, websites, and more.</title>
<meta name="keywords" content="chatgpt, custom data, chatbot, load data, ask data, ask documents">
<meta name="author" content="EnumTech©">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@SeaCatWiz">
<meta property="fb:app_id" content="558937172885474">
<meta property="og:url" content="https://www.enumhq.com/" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Enum. Explore, research, and ask questions of your data from any source." />
<meta property="og:description" content="Explore, research, and ask questions of your data from any source - plain text, files, websites, and more." />
<meta property="og:image" content="https://www.enumhq.com/images/twitter-preview.jpg" />
<script defer data-domain="enumhq.com" src="https://plausible.io/js/script.js"></script>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
<link href="style/style.css" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@latest/tabler-icons.min.css">
<meta name="theme-color" content="#712cf9">
<!--script type="text/javascript">
window.$crisp=[];
window.CRISP_WEBSITE_ID="60501ccc-594b-41c7-b9c1-1e1f18fe2c27";
(function(){d=document;s=d.createElement("script");
s.src="https://client.crisp.chat/l.js";s.async=1;d.getElementsByTagName("head")[0].appendChild(s);})();
</script-->
</head>
<body class="scrollable">
<!--div class="dropdown position-fixed bottom-0 end-0 mb-3 me-3 bd-mode-toggle">
<button class="btn btn-bd-primary py-2 dropdown-toggle d-flex align-items-center"
id="bd-theme"
type="button"
aria-expanded="false"
data-bs-toggle="dropdown"
aria-label="Toggle theme (auto)">
<svg class="bi my-1 theme-icon-active" width="1em" height="1em"><use href="#circle-half"></use></svg>
<span class="visually-hidden" id="bd-theme-text">Toggle theme</span>
</button>
<ul class="dropdown-menu dropdown-menu-end shadow" aria-labelledby="bd-theme-text">
<li>
<button type="button" class="dropdown-item d-flex align-items-center" data-bs-theme-value="light" aria-pressed="false">
<svg class="bi me-2 opacity-50 theme-icon" width="1em" height="1em"><use href="#sun-fill"></use></svg>
Light
<svg class="bi ms-auto d-none" width="1em" height="1em"><use href="#check2"></use></svg>
</button>
</li>
<li>
<button type="button" class="dropdown-item d-flex align-items-center" data-bs-theme-value="dark" aria-pressed="false">
<svg class="bi me-2 opacity-50 theme-icon" width="1em" height="1em"><use href="#moon-stars-fill"></use></svg>
Dark
<svg class="bi ms-auto d-none" width="1em" height="1em"><use href="#check2"></use></svg>
</button>
</li>
<li>
<button type="button" class="dropdown-item d-flex align-items-center active" data-bs-theme-value="auto" aria-pressed="true">
<svg class="bi me-2 opacity-50 theme-icon" width="1em" height="1em"><use href="#circle-half"></use></svg>
Auto
<svg class="bi ms-auto d-none" width="1em" height="1em"><use href="#check2"></use></svg>
</button>
</li>
</ul>
</div-->
<main>
<header class="site-header sticky-top py-1">
<div class="container d-flex flex-column flex-md-row align-items-center mb-1 justify-content-between">
<a class="py-2 logo" href="/" aria-label="Product">
<img src="images/logo.png"/><span>enum</span>
</a>
<nav class="d-inline-flex mt-2 mt-md-0 ms-md-auto">
<a class="me-3 py-2 text-decoration-none" href="/changelog">Changelog</a>
<a class="me-3 py-2 text-decoration-none" href="https://app.enumhq.com/auth/login">Sign in</a>
<a class="me-3 py-2 text-decoration-none register m-auto" href="https://app.enumhq.com/auth/register">Register</a>
</nav>
</div>
</header>
<section class="header py-5 container">
<div class="row py-lg-5">
<div class="pt-5 col-lg-4 col-md-4 offset-md-1 mx-auto">
<h1 class="pt-5 fw-bold">Get answers</h1>
<p class="lead text-body-secondary">
Explore, research, and ask questions of your data from any source - plain text, files, websites, and more.
</p>
<p>
<a href="#" class="btn btn-primary my-2">Start exploring</a>
<!--a href="#" class="btn btn-secondary my-2">Secondary action</a-->
</p>
</div>
<div class="col-lg-6 col-md-6 mx-auto">
<img src="images/header4.png" />
</div>
</div>
</section>
<!--section class="header py-5 text-center container">
<div class="row py-lg-5">
<div class="col-lg-8 col-md-8 mx-auto">
<h1 class="fw-bold">Get answers</h1>
<p class="lead text-body-secondary">
Explore, research, and ask questions of your data from any source - plain text, files, websites, and more.
</p>
<p>
<a href="#" class="btn btn-primary my-2">Start exploring</a>
</p>
</div>
</div>
</section-->
</main>
<section class="container py-5 before-now">
<div class="row text-center">
<h2>How to get answers on your own data</h2>
</div>
<div class="row py-lg-5">
<div class="pt-5 col-lg-4 col-md-4 offset-md-1 mx-auto before">
<h3 class="text-center">
Before Enum
</h3>
<ul>
<li>Register at OpenAI and obtain the key</li>
<li>Learn how to code</li>
<li>Learn OpenAI API</li>
<li>Design and code an UI</li>
<li>Connect it to API</li>
<li>Code file upload</li>
<li>Code other sources</li>
<li>Load your data</li>
<li>Start asking it...</li>
</ul>
</div>
<div class="pt-5 col-lg-4 col-md-4 offset-md-1 mx-auto now">
<h3 class="text-center">
Now
</h3>
<ul>
<!--li>Register at OpenAI and obtain the key</li>
<li class="before">Learn how to code</li>
<li class="before">Learn OpenAI API</li>
<li class="before">Design and code an UI</li>
<li class="before">Connect it to API</li>
<li class="before">Code file upload</li>
<li class="before">Code other sources</li-->
<li>Sign up to Enum</li>
<li>Load your data</li>
<li>Start asking it...</li>
</ul>
</div>
</div>
</section>
<section class="container py-5 before-now">
<div class="row text-center">
<h2>How to create a chat bot that visitors will not hate</h2>
</div>
<div class="row py-lg-5">
<div class="pt-5 col-lg-4 col-md-4 offset-md-1 mx-auto before">
<h3 class="text-center">
Before Enum
</h3>
<ul>
<li>Register at OpenAI and obtain the key</li>
<li>Learn how to code</li>
<li>Learn OpenAI API</li>
<li>Learn your chat solution API</li>
<li>Connect it to ChatGPT API</li>
<li>Design and code an UI</li>
<li>Code file upload</li>
<li>Code other sources</li>
<li>Load your data</li>
<li>Start asking it...</li>
</ul>
</div>
<div class="pt-5 col-lg-4 col-md-4 offset-md-1 mx-auto now">
<h3 class="text-center">
Now
</h3>
<ul>
<!--li>Register at OpenAI and obtain the key</li>
<li class="before">Learn how to code</li>
<li class="before">Learn OpenAI API</li>
<li class="before">Learn your chat solution API</li>
<li class="before">Connect it to API</li>
<li class="before">Design and code an UI</li>
<li class="before">Code file upload</li>
<li class="before">Code other sources</li-->
<li>Sign up to Enum</li>
<li>Subscribe to chatbot plugin</li>
<li>Load your data</li>
<li>Start asking it...</li>
</ul>
</div>
</div>
</section>
<section class="container py-5">
<div class="row text-center">
<h2>Why Enum</h2>
</div>
<div class="row py-5">
<div class="col-md-6">
<div class="col-md-10 offset-md-1 feature">
<div class="icon nocode"><i class="ti ti-code-off"></i></div>
<h4>No code</h4>
<span>Just load your data and start asking questions or our bot will help your users.</span>
</div>
</div>
<div class="col-md-6">
<div class="col-md-10 offset-md-1 feature">
<div class="icon data"><i class="ti ti-books"></i></div>
<h4>Different data sources</h4>
<span>In one project you may load different data sources as: plain text, PDF files, and websites.</span>
</div>
</div>
</div>
<div class="row py-5">
<div class="col-md-6">
<div class="col-md-10 offset-md-1 feature">
<div class="icon chat"><i class="ti ti-timeline-event-text"></i></div>
<h4>No glitchy and limited chatbot UI</h4>
<span>If you use <a href="https://crisp.chat">Crisp</a> you can connect it to our free chatbot and have all the great features from Crisp.</span>
</div>
</div>
<div class="col-md-6">
<div class="col-md-10 offset-md-1 feature">
<div class="icon key"><i class="ti ti-key"></i></div>
<h4>With or without OpenAI key</h4>
<span>You may start right away even if you don't have an OpenAI key.</span>
</div>
</div>
</div>
</section>
<section class="container py-5">
<div class="row text-center pb-5">
<h2>Pricing</h2>
<h4 class="pt-3">All plans come with UI and connected <a href="https://crisp.chat">Crisp</a> chatbot (soon)</h4>
</div>
<div class="row">
<div class="col-md-6 col-lg-6 offset-md-3 offset-lg-3">
<div class="row row-cols-1 row-cols-md-2 mb-3 text-center">
<div class="col">
<div class="card mb-4 rounded-3 shadow-sm">
<div class="card-header py-3">
<h4 class="my-0 fw-normal">FreeKey<span class="asteriks">*</span></h4>
</div>
<div class="card-body">
<h1 class="card-title pricing-card-title">$0<small class="fw-light">/mo</small></h1>
<ul class="list-unstyled mt-3 mb-4">
<li>All models</li>
<li>200 pages of data<span class="asteriks">**</span></li>
<li>Unlimited questions/month</li>
<li>Help center access</li>
</ul>
<a class="w-100 btn btn-lg btn-primary" href="https://app.enumhq.com/auth/register">Get started</a>
</div>
</div>
</div>
<div class="col">
<div class="card mb-4 rounded-3 shadow-sm">
<div class="card-header py-3">
<h4 class="my-0 fw-normal">Free (no OpenAI key)</h4>
</div>
<div class="card-body">
<h1 class="card-title pricing-card-title">$0<small class="fw-light">/mo</small></h1>
<ul class="list-unstyled mt-3 mb-4">
<li>1 model (gpt-3.5-turbo)</li>
<li>200 pages of data<span class="asteriks">**</span></li>
<li>100 questions/month<span class="asteriks">**</span></li>
<li>Help center access</li>
</ul>
<a class="w-100 btn btn-lg btn-primary" href="https://app.enumhq.com/auth/register">Get started</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6 col-lg-6 offset-md-3 offset-lg-3">
<div class="row row-cols-1 row-cols-md-2 mb-3 text-center">
<div class="col">
<div class="card mb-4 rounded-3 shadow-sm border-primary">
<div class="card-header py-3 border-primary">
<h4 class="my-0 fw-normal">Pro<span class="asteriks"></span></h4>
</div>
<div class="card-body">
<h1 class="card-title pricing-card-title">$10<small class="fw-light">/mo</small></h1>
<ul class="list-unstyled mt-3 mb-4">
<li>All models</li>
<li>2,000 pages of data<span class="asteriks">**</span></li>
<li>2,000 questions/month</li>
<li>Phone and email support</li>
</ul>
<button type="button" disabled class="w-100 btn btn-lg btn-primary">Soon</button>
</div>
</div>
</div>
<div class="col">
<div class="card mb-4 rounded-3 shadow-sm border-primary">
<div class="card-header py-3 border-primary">
<h4 class="my-0 fw-normal">Business</h4>
</div>
<div class="card-body">
<h1 class="card-title pricing-card-title">$29<small class="fw-light">/mo</small></h1>
<ul class="list-unstyled mt-3 mb-4">
<li>All models</li>
<li>25,000 pages<span class="asteriks">**</span></li>
<li>10,000 questions/month</li>
<li>Phone and email support</li>
</ul>
<button type="button" disabled class="w-100 btn btn-lg btn-primary">Soon</button>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<span class="asteriks">*</span> When you use your own OpenAI API key, you are automatically on the plans with "Key" word.
</div>
<div class="col-12">
<span class="asteriks">**</span> One page and one question count approximately 500 tokens each.
Read about tokens on the <a href="https://help.openai.com/en/articles/4936856-what-are-tokens-and-how-to-count-them">OpenAI website</a>.
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-md-3 offset-md-1">
<h5 class="logo"><img class="img-logo" src="images/logo.png"/>enum<span class="copy"> 2023</span></h5>
<!--div class="link-block"><a href="/#faq">FAQ</a></div>
<div class="link-block"><a href="/blog">Blog</a></div>
<div class="link-block"><a href="/pricing">Pricing</a></div-->
</div>
<div class="col-md-4">
</div>
<div class="col-md-3 offset-md-1">
<!--h5>Get social</h5-->
<div class="link-block"><i class="far fa-envelope"></i><a href="mailto:[email protected]">Email us</a></div>
</div>
</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe" crossorigin="anonymous"></script>
</body>
</html>