-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
341 lines (321 loc) · 11.1 KB
/
index.html
File metadata and controls
341 lines (321 loc) · 11.1 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-1WWB88X9DS"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-1WWB88X9DS");
</script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Open Graph Meta Tags -->
<meta property="og:url" content="https://www.message-silo.dev/" />
<meta property="og:type" content="website" />
<meta
property="og:site_name"
content="Message Silo - Clean up the mess of messages"
/>
<meta
property="og:title"
content="Message Silo - Clean up the mess of messages"
/>
<meta
property="og:description"
content="A tool to fix or enrich messages with the power of AI, and make integration simpler for event-driven systems. Azure Service Bus, AWS SQS, RabbitMQ, ..."
/>
<meta
property="og:image"
itemprop="image"
content="https://www.message-silo.dev/img/cover.png"
/>
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary" />
<meta property="twitter:domain" content="www.message-silo.dev" />
<meta property="twitter:url" content="https://www.message-silo.dev/" />
<meta
name="twitter:title"
content="Message Silo - Clean up the mess of messages"
/>
<meta
name="twitter:description"
content="A tool to fix or enrich messages with the power of AI, and make integration simpler for event-driven systems. Azure Service Bus, AWS SQS, RabbitMQ, ..."
/>
<meta
name="twitter:image"
content="https://www.message-silo.dev/img/cover.png"
/>
<meta data-rh="true" name="twitter:image:alt" content="Message Silo Logo" />
<meta name="twitter:site" content="@berkid89" />
<meta name="twitter:creator" content="@berkid89" />
<meta name="twitter:creator:id" content="berkid89" />
<!--====== Title ======-->
<title>Message Silo - Clean up the mess of messages</title>
<meta
name="description"
content="A tool to fix or enrich messages with the power of AI, and make integration simpler for event-driven systems. Azure Service Bus, AWS SQS, RabbitMQ, ..."
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--====== Favicon Icon ======-->
<link rel="shortcut icon" href="img/favicon.ico" type="favicon" />
<link rel="stylesheet" href="css/main.css" />
<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=Poppins:wght@400;500;700&display=swap"
rel="stylesheet"
/>
<script src="nav.js" defer></script>
<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
<script src="index.js" defer></script>
</head>
<body>
<header class="primary-header flex">
<img
class="u-z-index navbar-logo"
src="./img/logo.png"
alt="Message Silo logo"
/>
<button
class="mobile-nav-toggle"
aria-controls="primary-navigation"
aria-expanded="false"
></button>
<nav class="flex">
<ul
aria-hidden="false"
data-visible="false"
id="primary-navigation"
class="primary-navigation flex"
>
<img
class="mobile-navbar-logo u-hidden"
src="./img/logo.png"
alt="Message Silo logo"
/>
<li><a class="menu-link" href="#home">Home</a></li>
<li><a class="menu-link" href="#why">Why</a></li>
<li><a class="menu-link" href="#features">Features</a></li>
<li><a class="menu-link" href="#api">Find Us</a></li>
</ul>
</nav>
</header>
<section id="home" class="hero">
<div class="hero__container">
<div class="hero__left">
<h3>Message Silo</h3>
<h1>Clean up the mess of <span class="colored">messages</span></h1>
<p>
A tool to fix or enrich messages with the power of AI, and make
integration simpler for event-driven systems
</p>
<a href="https://github.com/MessageSilo/MessageSilo/wiki/01.-Getting-Started" target="_blank"><button class="btn btn--primary">Get Started</button></a>
</div>
<div class="hero__right">
<img
class="hero__right__img"
src="./img/cubes.svg"
alt="Floating cubes"
/>
</div>
</div>
<div class="div-line div-line--hero"></div>
</section>
<section class="divider">
<div class="divider__wrapper">
<div class="service-container service-container--1">
<img src="./img/service-bus.svg" alt="Azure Service Bus" />
<h3>Azure Service Bus</h3>
</div>
<div class="service-container service-container--2">
<img src="./img/rabbitmq.svg" alt="RabbitMQ" />
<h3>RabbitMQ</h3>
</div>
<div class="service-container service-container--3">
<img src="./img/aws-sqs.svg" alt="ASW SQS" />
<h3>AWS SQS</h3>
</div>
</div>
</section>
<main class="section__main">
<p id="why" class="message">
<span class="message--colored">Created for developers</span> who need to
handle special cases of dead-lettered messages in different
message-brokers
</p>
<div class="card__container">
<div class="card gradient-border-bg">
<img src="./img/card-icon-1.svg" alt="Simple" />
<div class="card-content">
<h2>Simple</h2>
<p>
You can control your message processing with a unified
configuration.
</p>
</div>
</div>
<div class="card gradient-border-bg">
<img src="./img/card-icon-2.svg" alt="Developer Friendly" />
<h2>Developer Friendly</h2>
<p>
Full control by our CLI called siloctl. Manage your connections in
YAML files.
</p>
</div>
<div class="card gradient-border-bg">
<img src="./img/card-icon-3.svg" alt="Free" />
<h2>Free</h2>
<p>Run inside your environment with Docker. <br />Try it now!</p>
</div>
</div>
<section id="features" class="about">
<div class="about__illustration-container">
<img
class="illustration--laptop"
src="./img/laptop.svg"
alt="Laptop"
/>
</div>
<div class="about__text-container">
<h2 class="header--primary">
Correct your dead-lettered <span class="colored">messages</span>
</h2>
<p>
You can define a custom JavaScript function that is called for every
dead-lettered message. Transform the message and re-enqueue it
automatically!
</p>
<img
class="fixer"
src="./img/anim-fixer.gif"
alt="Redrive dead-lettered messages"
/>
</div>
</section>
<section class="try-it">
<div class="try-it__container">
<div class="try-it__text-container">
<h2 class="header--primary">
Simplifies integration between
<span class="colored">systems</span>
</h2>
<p>
Should you channel the messages from your message broker to a 3rd
party app? Or does the other system use a completely different
message broker solution? No problem! Configure some Message Silo
connections and you're done. ;)
</p>
<img
class="integration"
src="./img/anim-integ.gif"
alt="Integration graph"
/>
</div>
<div class="try-it__illustration-container">
<img
src="./img/hands-illustration.png"
alt="Hand holding various systems"
/>
</div>
</div>
</section>
<section id="api" class="api">
<div class="api__illustration-container">
<img src="./img/api.png" alt="API illustration" />
</div>
<div class="api__text-container">
<h2 class="header--primary">
Enrich your messages with the power of
<span class="colored">AI</span>
</h2>
<p>
Bring your OpenAI subscription or AI endpoint, Message Silo do the
rest!
</p>
<img
class="ai"
src="./img/anim-ai.gif"
alt="Enrich messages with AI"
/>
</div>
</section>
<section class="github">
<div class="github-banner">
<h2 class="header--primary">
Message Silo is fully open-source. Follow us on GitHub!
</h2>
<div class="github-buttons">
<a
style="height: 2rem"
class="github-button"
href="https://github.com/MessageSilo/MessageSilo"
data-icon="octicon-star"
data-size="large"
data-show-count="true"
aria-label="Star MessageSilo/MessageSilo on GitHub"
>Star</a
>
</div>
</div>
</section>
</main>
<footer>
<div class="footer__container">
<div class="footer__left">
<div class="logo-container">
<img src="./img/logo.png" alt="Message Silo logo" />
<h3>Message Silo</h3>
</div>
</div>
<div class="footer__midle">
<h3 class="u-margin-end-s">Resources</h3>
<ul>
<li><a href="#">Home</a></li>
<li>
<a
href="https://github.com/MessageSilo/MessageSilo/wiki"
target="_blank"
>Documentation</a
>
</li>
<li>
<a
href="https://github.com/MessageSilo/MessageSilo/wiki/01.-Getting-Started"
target="_blank"
>Getting Started</a
>
</li>
</ul>
</div>
<div class="footer__right">
<h3 class="u-margin-end-s">Contact Us</h3>
<div class="contact u-margin-end-m">
<img
src="./img/phone-icon.svg"
alt="Phone"
/>berkid89[at]gmail[.]com
</div>
<div class="contact">
<img
src="./img/website-icon.svg"
alt="Website"
/>www.message-silo.dev
</div>
</div>
</div>
<div class="div-line"></div>
<div class="footer__copyright">
<p>2024 © copyright reserved by Message Silo</p>
<p><a href="privacy-policy.html">Privacy Policy</a></p>
</div>
</footer>
</body>
</html>