-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathai.html
610 lines (579 loc) · 39.2 KB
/
ai.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
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-NMHZDF7');</script>
<!-- End Google Tag Manager -->
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>GuardianUI</title>
<!-- Favicon -->
<link
rel="shortcut icon"
href="./assets/images/favicon.png"
type="image/x-icon"
/>
<!-- Meta -->
<!-- Primary Meta Tags -->
<title>GuardianUI - Frontend testing and monitoring for web3 apps</title>
<meta name="title" content="GuardianUI - Frontend testing and monitoring for web3 apps">
<meta name="description" content="Provide users with a safer and more robust experience. Testing, monitoring, and alerts in one platform.">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://www.guardianui.com/">
<meta property="twitter:title" content="GuardianUI - Frontend testing and monitoring for web3 apps">
<meta property="twitter:description" content="Provide users with a safer and more robust experience. Testing, monitoring, and alerts in one platform.">
<meta property="twitter:image" content="assets/images/guardianui_testing_and_monitoring_preview.png">
<meta
name="description"
content="GuardianUI is the E2E monitoring platform for web3 apps and frontends."
/>
<meta name="keywords" content="guardianui, monitoring,web3,testing" />
<meta name="copyright" content="" />
<meta name="url" content="" />
<meta name="author" content="" />
<meta
name="robots"
content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1"
/>
<!-- Open Graph -->
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="GuardianUI" />
<meta
property="og:description"
content="GuardianUI is the E2E monitoring platform for web3 apps and frontends."
/>
<meta property="og:url" content="" />
<meta property="og:site_name" content="" />
<meta property="og:image" content="" />
<meta property="og:image:secure_url" content="" />
<meta property="og:image:width" content="400" />
<meta property="og:image:height" content="400" />
<!-- Stylesheets -->
<link rel="stylesheet" href="./assets/css/reset.css" />
<link rel="stylesheet" href="./assets/css/ai.css" />
<!-- Fonts -->
<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=IBM+Plex+Sans:wght@400;700&family=Inter:wght@400;500;700&display=swap"
rel="stylesheet"
/>
</head>
<body>
<!-- Navigation Bar -->
<header>
<div class="nav-container">
<div class="container">
<nav>
<a href="/" class="logo">
<img src="./assets/images/logo.png" alt="GuardianUI" />
</a>
<ul class="nav-list">
<li>
<a href="https://guardianui.com" class="nav-link">Online Browser Testing</a>
</li>
<li>
<a href="https://guardianui.com/ai" class="nav-link">AI Test Automation</a>
</li>
<li>
<a href="https://guardianui.gitbook.io/beta-documentation/" class="nav-link">Docs</a>
</li>
</ul>
<div class="hamburger">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</nav>
</div>
</div>
</header>
<!-- Navigation Bar End -->
<main>
<!-- Hero Section -->
<section class="hero-section alt">
<div class="container">
<div class="hero-content">
<div class="hero-text">
<h1>
Say ‘goodbye’ to bad <br />
UX
<span class="gradient-text">for good</span>
</h1>
<h5>
Enable anyone to create end-to-end tests using
simple text descriptions. Increase test coverage
at a fraction of the cost while also freeing up
your developers.
</h5>
<a
href=" https://airtable.com/shr5P7WXayIw9zN1R"
target="_blank"
rel="noreferrer noopener"
class="btn secondary"
data-testid="join-waitlist-button-AI-hero">Sign up now</a
>
</div>
</div>
</div>
</section>
<!-- Hero Section End -->
<!-- Supporters Section -->
<section class="supporters-section">
<div class="anchor" id="supporters"></div>
<div class="container">
<div class="supporters-content">
<h2>Our Supporters</h2>
<div class="supporters">
<div>
<img
src="./assets/images/supporters/nvidia.png"
alt="NVIDIA Inception Program"
/>
</div>
<div>
<img
src="./assets/images/supporters/awsactivate.png"
alt="AWS Activate"
/>
</div>
<div>
<img
src="./assets/images/supporters/ms_startup.png"
alt="Microsoft Startup Program"
/>
</div>
<div>
<img
src="./assets/images/supporters/auth0.png"
alt="Auth0 for startups"
/>
</div>
<div>
<img
src="./assets/images/supporters/intercom.png"
alt="Intercom"
/>
</div>
</div>
</div>
</div>
</section>
<!-- Supporters Section End -->
<!-- Features Section -->
<section class="features-section">
<div class="anchor" id="feature"></div>
<div class="container">
<div class="features-content">
<h2 class="rotating-words-container">
<span>GuardianUI helps</span>
<div class="rotating-words">
<span class="gradient-text">developers</span>
<span class="gradient-text">your UX</span>
<span class="gradient-text">NPS scores</span>
<span class="gradient-text"
>conversion rates</span
>
<span class="gradient-text">businesses</span>
<span class="gradient-text">protocol</span>
<span class="gradient-text">developers</span>
</div>
</h2>
<h5>
Get better results in a fraction of the time,
effort, and cost.
</h5>
<div class="features">
<div class="feature">
<div class="feature-img">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 50 50"
width="500"
height="500"
>
<path
d="M7 7C5.3 7 4 8.3 4 10L4 13L46 13L46 10C46 8.3 44.7 7 43 7L7 7 z M 8 9C8.552 9 9 9.448 9 10C9 10.552 8.552 11 8 11C7.448 11 7 10.552 7 10C7 9.448 7.448 9 8 9 z M 11 9C11.552 9 12 9.448 12 10C12 10.552 11.552 11 11 11C10.448 11 10 10.552 10 10C10 9.448 10.448 9 11 9 z M 14 9C14.552 9 15 9.448 15 10C15 10.552 14.552 11 14 11C13.448 11 13 10.552 13 10C13 9.448 13.448 9 14 9 z M 4 15L4 40C4 41.657 5.343 43 7 43L43 43C44.657 43 46 41.657 46 40L46 15L4 15 z M 37.1875 20.019531C37.315281 20.043859 37.441141 20.092922 37.556641 20.169922C38.015641 20.473922 38.139031 21.095688 37.832031 21.554688L33.832031 27.554688C33.802031 27.599688 33.765469 27.635828 33.730469 27.673828C33.720469 27.683828 33.717031 27.697031 33.707031 27.707031C33.702031 27.712031 33.696406 27.71375 33.691406 27.71875C33.606406 27.80075 33.507344 27.862203 33.402344 27.908203C33.379344 27.918203 33.357984 27.927547 33.333984 27.935547C33.226984 27.973547 33.115953 28 33.001953 28L33 28L32.998047 28C32.885047 28 32.773062 27.974547 32.664062 27.935547C32.630063 27.923547 32.600359 27.906625 32.568359 27.890625C32.527359 27.870625 32.484312 27.857031 32.445312 27.832031C32.416312 27.813031 32.402953 27.784672 32.376953 27.763672C32.350953 27.742672 32.318922 27.732031 32.294922 27.707031L29.294922 24.707031C28.903922 24.316031 28.903922 23.685922 29.294922 23.294922C29.685922 22.903922 30.316031 22.903922 30.707031 23.294922L32.845703 25.431641L36.169922 20.447266C36.399422 20.103016 36.804156 19.946547 37.1875 20.019531 z M 13 23L24 23C24.553 23 25 23.448 25 24C25 24.552 24.553 25 24 25L13 25C12.447 25 12 24.552 12 24C12 23.448 12.447 23 13 23 z M 37.1875 30.019531C37.315281 30.043891 37.441141 30.093172 37.556641 30.169922C38.015641 30.474922 38.139031 31.094688 37.832031 31.554688L33.832031 37.554688C33.802031 37.599688 33.765469 37.635828 33.730469 37.673828C33.720469 37.683828 33.717031 37.697031 33.707031 37.707031C33.702031 37.712031 33.696406 37.71375 33.691406 37.71875C33.606406 37.80075 33.507344 37.862203 33.402344 37.908203C33.379344 37.918203 33.357984 37.927547 33.333984 37.935547C33.226984 37.973547 33.115953 38 33.001953 38L33 38L32.998047 38C32.885047 38 32.773062 37.974547 32.664062 37.935547C32.630063 37.923547 32.600359 37.906625 32.568359 37.890625C32.527359 37.870625 32.484312 37.857031 32.445312 37.832031C32.416312 37.813031 32.402953 37.784672 32.376953 37.763672C32.350953 37.742672 32.318922 37.732031 32.294922 37.707031L29.294922 34.707031C28.903922 34.316031 28.903922 33.685922 29.294922 33.294922C29.685922 32.903922 30.316031 32.903922 30.707031 33.294922L32.845703 35.431641L36.169922 30.447266C36.399422 30.102266 36.804156 29.946453 37.1875 30.019531 z M 13 33L24 33C24.553 33 25 33.447 25 34C25 34.553 24.553 35 24 35L13 35C12.447 35 12 34.553 12 34C12 33.447 12.447 33 13 33 z"
/>
</svg>
</div>
<h3>Anyone can write tests</h3>
<p>
Enable non-technical stakeholders to create
tests by converting user stories into test
code.
</p>
</div>
<div class="feature">
<div class="feature-img">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 26 26"
width="208"
height="208"
>
<path
d="M7 3C5.34375 3 4 4.34375 4 6C4 7.65625 5.34375 9 7 9C8.65625 9 10 7.65625 10 6C10 4.34375 8.65625 3 7 3 Z M 24.34375 3.15625C24.15625 3.140625 23.964844 3.226563 23.875 3.40625L17.59375 15.8125C17.472656 16.050781 17.566406 16.328125 17.8125 16.4375L19.25 17.0625C19.496094 17.171875 19.765625 17.058594 19.875 16.8125L22.3125 11.3125L22.15625 17.875L17.125 17.875C17.113281 17.875 17.105469 17.875 17.09375 17.875C17.007813 17.375 16.597656 17.003906 15.25 17.125C14.421875 17.199219 10.65625 17.46875 10.65625 17.46875C10.3125 16.953125 7.394531 11.523438 7.03125 10.96875C6.675781 10.425781 6.359375 10 5.59375 10L3.96875 10C3.570313 10 2.261719 10.53125 1.09375 14.78125C0.195313 18.058594 0 23 0 23L6.5 23L6.875 16.9375C6.875 16.9375 8.488281 19.328125 8.78125 19.65625C9.222656 20.15625 9.300781 20.304688 9.84375 20.21875C10.011719 20.191406 11.027344 20.050781 12 19.90625L12 21L26 21L26 19L24.15625 19C24.167969 18.921875 24.195313 18.859375 24.1875 18.78125L23.375 8.90625L25.46875 4.21875C25.578125 3.972656 25.457031 3.683594 25.21875 3.5625L24.53125 3.21875C24.472656 3.1875 24.40625 3.160156 24.34375 3.15625Z"
/>
</svg>
</div>
<h3>Free up developers</h3>
<p>
Developers can write tests 10x faster or
have non-technical team members write them
instead.
</p>
</div>
<div class="feature">
<div class="feature-img">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 50 50"
width="500"
height="500"
>
<path
d="M47.925781 24.617188C47.769531 24.242188 47.402344 24 47 24L39 24L39 3C39 2.445313 38.554688 2 38 2L12 2C11.445313 2 11 2.445313 11 3L11 24L3 24C2.597656 24 2.230469 24.242188 2.074219 24.617188C1.921875 24.992188 2.007813 25.421875 2.292969 25.707031L24.292969 47.707031C24.488281 47.902344 24.742188 48 25 48C25.257813 48 25.511719 47.902344 25.707031 47.707031L47.707031 25.707031C47.992188 25.421875 48.078125 24.992188 47.925781 24.617188 Z M 26 31.101563L26 33L24 33L24 31.066406C22.285156 30.8125 19.316406 29.828125 18.980469 25.5L21.019531 25.5C21.015625 26.84375 21.875 29.222656 25 29.222656C28.09375 29.222656 28.820313 27.78125 28.820313 26.148438C28.820313 21.296875 19.484375 24.640625 19.484375 18.230469C19.484375 14.785156 22.351563 13.414063 24 13.21875L24 11L26 11L26 13.269531C28.890625 13.757813 29.847656 15.746094 30.449219 17.964844L28.410156 17.964844C28.089844 16.382813 27.0625 15.109375 25 15.109375C22.015625 15.109375 21.644531 17.101563 21.644531 18.011719C21.644531 20.058594 23.558594 20.59375 25.691406 21.09375C28.28125 21.703125 30.980469 22.625 30.980469 25.933594C30.980469 29.867188 27.484375 30.957031 26 31.101563Z"
/>
</svg>
</div>
<h3>
Smarter testing: cut costs and increase
coverage
</h3>
<p>
By expanding who can write tests and the
speed to create them, you get higher test
coverage while reducing expenses.
</p>
</div>
<div class="feature">
<div class="feature-img">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 50 50"
width="500"
height="500"
>
<path
d="M0.99023438 -0.009765625 A 1.0001 1.0001 0 0 0 0.29296875 1.7070312L48.292969 49.707031 A 1.0001 1.0001 0 1 0 49.707031 48.292969L41.941406 40.527344C45.698119 36.432757 48 30.982501 48 25C48 23.896 47.104 23 46 23C44.896 23 44 23.896 44 25C44 29.879959 42.140601 34.324383 39.103516 37.689453L12.310547 10.896484C15.675617 7.8593988 20.120041 6 25 6C29.776304 6 34.353565 7.8259888 37.828125 11L34 11 A 2.0002 2.0002 0 1 0 34 15L45 15L45 4 A 2.0002 2.0002 0 0 0 42.970703 1.9726562 A 2.0002 2.0002 0 0 0 41 4L41 8.4863281C36.742936 4.3741804 30.998832 2 25 2C19.017499 2 13.567243 4.3018807 9.4726562 8.0585938L1.7070312 0.29296875 A 1.0001 1.0001 0 0 0 0.99023438 -0.009765625 z M 6.8085938 10.949219C3.7975937 14.838219 2 19.712 2 25C2 26.104 2.896 27 4 27C5.104 27 6 26.104 6 25C6 20.817 7.3748281 16.958406 9.6738281 13.816406L6.8085938 10.949219 z M 5 35L5 46 A 2.0002 2.0002 0 1 0 9 46L9 41.513672C13.257064 45.62582 19.001168 48 25 48C30.288 48 35.161781 46.202406 39.050781 43.191406L36.183594 40.326172C33.041594 42.625172 29.183 44 25 44C20.223696 44 15.646435 42.174011 12.171875 39L16 39 A 2.0002 2.0002 0 1 0 16 35L5 35 z"
/>
</svg>
</div>
<h3>Eliminate out-of-sync documentation</h3>
<p>
Using our monitoring tool means you'll never
miss a documentation and app mismatch again.
</p>
</div>
<div class="feature">
<div class="feature-img">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 50 50"
width="500"
height="500"
>
<path
d="M6 0L6 50L44 50L44 14.597656L29.402344 0 Z M 29 2.398438L41.597656 15L29 15 Z M 10.515625 24.542969L12.335938 24.542969L12.335938 29.285156L15.054688 29.285156L15.054688 24.542969L16.875 24.542969L16.875 36L15.054688 36L15.054688 30.953125L12.335938 30.953125L12.335938 36L10.515625 36 Z M 17.925781 24.542969L23.859375 24.542969L23.859375 26.207031L21.800781 26.207031L21.800781 36L19.984375 36L19.984375 26.207031L17.925781 26.207031 Z M 25.339844 24.542969L27.261719 24.542969L28.363281 29.183594C28.722656 30.664063 29.011719 31.871094 29.234375 33.160156L29.265625 33.160156C29.46875 31.871094 29.722656 30.683594 30.0625 29.183594L31.136719 24.542969L33.089844 24.542969L33.769531 36L32.125 36L31.902344 31.578125C31.832031 30.289063 31.765625 28.726563 31.78125 27.46875L31.730469 27.46875C31.507813 28.726563 31.203125 30.101563 30.933594 31.203125L29.742188 35.863281L28.5 35.863281L27.378906 31.324219C27.074219 30.167969 26.765625 28.742188 26.5625 27.46875L26.515625 27.46875C26.496094 28.757813 26.425781 30.273438 26.359375 31.632813L26.15625 36L24.574219 36 Z M 35.300781 24.542969L37.121094 24.542969L37.121094 34.46875L40.179688 34.46875L40.179688 36L35.300781 36Z"
/>
</svg>
</div>
<h3>Make your tests less brittle</h3>
<p>
Using referring expressions means tests
won’t break when the location of a component
in the HTML DOM tree changes for whatever
reason.
</p>
</div>
<div class="feature">
<div class="feature-img">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 26 26"
width="208"
height="208"
>
<path
d="M3 1C1.34375 1 0 2.34375 0 4L0 18C0 19.65625 1.34375 21 3 21L10 21L10 22C10 22.550781 10.449219 23 11 23L15 23C15.550781 23 16 22.484375 16 22L16 21L23 21C24.65625 21 26 19.65625 26 18L26 4C26 2.34375 24.65625 1 23 1 Z M 3 3L23 3C23.550781 3 24 3.449219 24 4L24 16C24 16.550781 23.550781 17 23 17L3 17C2.449219 17 2 16.550781 2 16L2 4C2 3.449219 2.449219 3 3 3 Z M 11.84375 5.03125L12.09375 11.96875L13.875 11.96875L14.15625 5.03125 Z M 13 12.84375C12.632813 12.84375 12.335938 12.972656 12.09375 13.1875C11.851563 13.402344 11.71875 13.664063 11.71875 14C11.71875 14.320313 11.851563 14.585938 12.09375 14.8125C12.335938 15.039063 12.628906 15.15625 13 15.15625C13.375 15.15625 13.671875 15.03125 13.90625 14.8125C14.140625 14.59375 14.28125 14.335938 14.28125 14C14.28125 13.671875 14.140625 13.402344 13.90625 13.1875C13.667969 12.972656 13.371094 12.84375 13 12.84375 Z M 23.28125 18.28125C23.683594 18.28125 24 18.601563 24 19C24 19.398438 23.683594 19.71875 23.28125 19.71875C22.882813 19.71875 22.5625 19.402344 22.5625 19C22.5625 18.597656 22.882813 18.28125 23.28125 18.28125 Z M 6 24C5.449219 24 5 25 5 25L5 26L21 26L21 25C21 24.449219 20.550781 24 20 24Z"
/>
</svg>
</div>
<h3>Ensure a great user experience</h3>
<p>
GuardianUI will monitor your live app and
notify your team if anything isn’t working
properly.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Features Section End -->
<!-- Overview Section -->
<section class="overview-section">
<div class="anchor" id="overview"></div>
<div class="container">
<div class="overview-content">
<h2>GuardianUI AI Pilot Program Overview</h2>
<h5>
We're accepting 5-10 projects into our pilot
program.
</h5>
<div class="overviews">
<div class="overview">
<div class="overview-img">
<img
src="./assets/images/overview_1.png"
alt="Label Data"
/>
</div>
<div>
<h4><span>1</span> Label Data</h4>
<p>
We work together to label your UI data
based on terminology specific to your
project’s domain.
</p>
</div>
</div>
<div class="overview">
<div>
<div class="overview-img">
<img
src="./assets/images/overview_2.png"
alt="Model Training"
/>
</div>
<center>
<h6>
Prompt: "Select the Connect Wallet button"
</h6>
</center>
</div>
<div>
<h4><span>2</span>Model Training</h4>
<p>
We fine tune the GuardianUI models
specific to your use case using your
labeled data.
</p>
</div>
</div>
<div class="overview">
<div class="overview-img">
<img
src="./assets/images/overview_3/markdown.png"
alt="Markdown"
/>
<img
src="./assets/images/overview_3/gitbook.png"
alt="Gitbook"
/>
<img
src="./assets/images/overview_3/notion.png"
alt="Notion"
/>
<img
src="./assets/images/overview_3/cypress.png"
alt="cypress"
/>
<img
src="./assets/images/overview_3/playwright.png"
alt="Playwright"
/>
<img
src="./assets/images/overview_3/puppeteer.png"
alt="Puppeteer"
/>
</div>
<div>
<h4><span>3</span>Workflow Integrations</h4>
<ul>
<li>
Markdown plugins <br />
- Converts user stories to test code
<br />
- Monitors and alerts you when your
docs and code are out of sync
</li>
<li>
E2E framework plugins - handles
custom location expressions of the
sort: page.location("gui=[connect
wallet button at the top of the
screen]")
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Overview Section End -->
<!-- Ready Section -->
<section class="ready-section">
<div class="anchor" id="apply"></div>
<div class="container">
<div class="ready-content">
<div class="ready-img">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 48 48"
width="144"
height="144"
>
<path
d="M37.879,17.911C37.644,17.358,37.101,17,36.5,17h-7.006l6.3-10.741c0.272-0.464,0.275-1.038,0.008-1.504C35.534,4.288,35.038,4,34.5,4h-12c-0.547,0-1.051,0.298-1.314,0.777l-11,20c-0.255,0.464-0.247,1.03,0.023,1.486C10.479,26.72,10.97,27,11.5,27h6.775l-6.162,14.928c-0.275,0.667-0.037,1.435,0.567,1.829C12.932,43.92,13.216,44,13.5,44c0.397,0,0.792-0.158,1.083-0.462l23-24C37.999,19.104,38.116,18.464,37.879,17.911z"
/>
</svg>
</div>
<h2>Ready to level up?</h2>
<p>
Let anybody write tests, save your devs significant
time and headache, lower your costs, and make your
users happier.
</p>
<a
href=" https://airtable.com/shr5P7WXayIw9zN1R"
target="_blank"
rel="noreferrer noopener"
class="btn"
data-testid="Request-Pilot-Program-button">Request Pilot Program Access</a
>
</div>
</div>
</section>
<!-- Ready Section End -->
</main>
<!-- Footer -->
<footer class="alt">
<div class="container">
<div class="footer-content">
<div>
<a href="#" class="footer-logo">
<img
src="./assets/images/logo.png"
alt="GuardianUI"
/>
</a>
<p>
GuardianUI is a testing and monitoring <br />
platform for web3 frontends.
</p>
<ul class="social-list">
<li>
<a
href="https://twitter.com/guardian_ui"
target="_blank"
rel="noreferrer noopener"
><svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 512 512"
>
<path
d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"
/></svg
></a>
</li>
<li>
<a
href="https://medium.com/guardianui"
target="_blank"
rel="noreferrer noopener"
><svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 640 512"
>
<path
d="M180.5,74.262C80.813,74.262,0,155.633,0,256S80.819,437.738,180.5,437.738,361,356.373,361,256,280.191,74.262,180.5,74.262Zm288.25,10.646c-49.845,0-90.245,76.619-90.245,171.095s40.406,171.1,90.251,171.1,90.251-76.619,90.251-171.1H559C559,161.5,518.6,84.908,468.752,84.908Zm139.506,17.821c-17.526,0-31.735,68.628-31.735,153.274s14.2,153.274,31.735,153.274S640,340.631,640,256C640,171.351,625.785,102.729,608.258,102.729Z"
/></svg
></a>
</li>
<li>
<a
href="https://www.linkedin.com/company/guardianui/"
target="_blank"
rel="noreferrer noopener"
><svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 448 512"
>
<path
d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"
/></svg
></a>
</li>
<li>
<a
href="https://discord.gg/TkfeTpfYxx"
target="_blank"
rel="noreferrer noopener"
><svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 640 512"
>
<path
d="M524.531,69.836a1.5,1.5,0,0,0-.764-.7A485.065,485.065,0,0,0,404.081,32.03a1.816,1.816,0,0,0-1.923.91,337.461,337.461,0,0,0-14.9,30.6,447.848,447.848,0,0,0-134.426,0,309.541,309.541,0,0,0-15.135-30.6,1.89,1.89,0,0,0-1.924-.91A483.689,483.689,0,0,0,116.085,69.137a1.712,1.712,0,0,0-.788.676C39.068,183.651,18.186,294.69,28.43,404.354a2.016,2.016,0,0,0,.765,1.375A487.666,487.666,0,0,0,176.02,479.918a1.9,1.9,0,0,0,2.063-.676A348.2,348.2,0,0,0,208.12,430.4a1.86,1.86,0,0,0-1.019-2.588,321.173,321.173,0,0,1-45.868-21.853,1.885,1.885,0,0,1-.185-3.126c3.082-2.309,6.166-4.711,9.109-7.137a1.819,1.819,0,0,1,1.9-.256c96.229,43.917,200.41,43.917,295.5,0a1.812,1.812,0,0,1,1.924.233c2.944,2.426,6.027,4.851,9.132,7.16a1.884,1.884,0,0,1-.162,3.126,301.407,301.407,0,0,1-45.89,21.83,1.875,1.875,0,0,0-1,2.611,391.055,391.055,0,0,0,30.014,48.815,1.864,1.864,0,0,0,2.063.7A486.048,486.048,0,0,0,610.7,405.729a1.882,1.882,0,0,0,.765-1.352C623.729,277.594,590.933,167.465,524.531,69.836ZM222.491,337.58c-28.972,0-52.844-26.587-52.844-59.239S193.056,219.1,222.491,219.1c29.665,0,53.306,26.82,52.843,59.239C275.334,310.993,251.924,337.58,222.491,337.58Zm195.38,0c-28.971,0-52.843-26.587-52.843-59.239S388.437,219.1,417.871,219.1c29.667,0,53.307,26.82,52.844,59.239C470.715,310.993,447.538,337.58,417.871,337.58Z"
/></svg
></a>
</li>
</ul>
</div>
<ul>
<li><h3>Company</h3></li>
<li>
<a
href="https://guardianui.gitbook.io/beta-documentation/"
target="_blank"
rel="noreferrer noopener"
>Documentation</a
>
</li>
<li>
<a
href="https://discord.gg/TkfeTpfYxx"
target="_blank"
rel="noreferrer noopener"
>Support</a
>
</li>
<li>
<a
href="https://guardianui.gitbook.io/beta-documentation/legal/service-terms-and-agreement"
target="_blank"
rel="noreferrer noopener"
>Terms of service</a
>
</li>
<li>
<a
href="https://guardianui.gitbook.io/beta-documentation/legal/privacy-policy"
target="_blank"
rel="noreferrer noopener"
>Privacy policy</a
>
</li>
</ul>
</div>
<p class="copyright">
Copyright © 2023 GuardianUI, LLC. All rights reserved.
</p>
</div>
</footer>
<!-- Footer End -->
<!-- Scripts -->
<script src="./assets/js/script.js"></script>
</body>
</html>