-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
120 lines (101 loc) · 5.27 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index, follow">
<meta name="description" content="Enhance your productivity with our AI powered utility application. Available for macOS as a 100% native app.">
<meta property="og:title" content="AI Utils - boost your productivity with the power of AI.">
<meta property="og:description" content="Enhance your productivity with our AI powered utility application. Available for macOS as a 100% native app.">
<meta property="og:url" content="https://ai-utils.com/">
<meta property="og:image" content="https://ai-utils.com/images/screenshots/image-feature.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@tiborbodecs">
<meta name="twitter:creator" content="@tiborbodecs">
<meta name="twitter:title" content="AI Utils - boost your productivity with the power of AI.">
<meta name="twitter:description" content="Enhance your productivity with our AI powered utility application. Available for macOS as a 100% native app.">
<meta name="twitter:image" content="https://ai-utils.com/images/screenshots/image-feature.png">
<link rel="stylesheet" href="./css/style.css">
<title>AI Utils - boost your productivity with the power of AI.</title>
</head>
<body>
<section>
<div class="wrapper">
<header>
<img id="logo" src="./images/AIUtils-Logo.png">
<h1>AI Utils<sup>free</sup></h1>
<p class="tagline">Enhance your productivity <br>with our AI powered utility application.</p>
<p class="sidenote"> - available for macOS as a 100% native app - </p>
<br>
<a class="cta" href="https://binarybirds.gumroad.com/l/ai-utils">Download now</a>
<p class="sidenote"> - FREE for a limited time - </p>
</header>
</div>
</section>
<section class="alternate">
<div class="wrapper">
<h2>Chat</h2>
<p class="sidenote">- using OpenAI's GPT engine - </p>
<p>Get the answers, search and discover in a seamless way using the chat feature.</p>
<figure>
<picture>
<source srcset="./images/screenshots/chat-feature~dark.png" media="(prefers-color-scheme: dark)">
<img class="screenshot" src="./images/screenshots/chat-feature.png">
</picture>
</figure>
</div>
</section>
<section>
<div class="wrapper">
<h2>Text to image</h2>
<p class="sidenote">- using OpenAI's DALL·E 2 engine -</p>
<p>Turn your imagination into stunning visuals with the image generation feature.</p>
<figure>
<picture>
<source srcset="./images/screenshots/image-feature~dark.png" media="(prefers-color-scheme: dark)">
<img class="screenshot" src="./images/screenshots/image-feature.png">
</picture>
</figure>
</div>
</section>
<section class="alternate">
<div class="wrapper">
<h2>Quick access</h2>
<p class="sidenote">- from the macOS menu bar -</p>
<p>Initiate conversations quickly from your menu bar.</p>
<figure>
<picture>
<source srcset="./images/screenshots/quick-access-feature~dark.png" media="(prefers-color-scheme: dark)">
<img class="screenshot" src="./images/screenshots/quick-access-feature.png">
</picture>
</figure>
</div>
</section>
<section>
<div class="wrapper">
<h2>FAQ</h2>
<p class="sidenote">- Frequently Asked Questions - </p>
<p>Please inform us, if your question is not included in the list below.</p>
<dl>
<dt>Is the application completely free?</dt>
<dd>Yes, for now. During the initial test period you can download the app for free, so hurry up and <a href="https://binarybirds.gumroad.com/l/ai-utils">get AI Utils</a>.</dd>
<dt>Do I have to pay for OpenAI usage?</dt>
<dd>You can get an API token for free, but if you reach the limits you might have to pay.<br>Please take a look at OpenAI <a href="https://openai.com/pricing#image-models" target="_blank">pricing</a> page for more information.</dd>
<dt>Do you collect my data?</dt>
<dd>No, we don't collect or track any of your conversation data or image prompts.</dd>
<dt>Found a bug or an issue?</dt>
<dd>We'll fix it as soon as possible. Just send us a message. We don't bite.</dd>
</dl>
<p>♥</p>
<a href="mailto:[email protected]?subject=AIUtils">Contact us</a>
</div>
</section>
<section class="alternate">
<div class="wrapper">
<footer>
<p class="sidenote">© 2023 <a href="https://binarybirds.com/" target="_blank">Binary Birds Ltd.</a> All rights reserved.</p>
</footer>
</div>
</section>
</body>
</html>