-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
536 lines (520 loc) · 36.5 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
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
<!DOCTYPE html><!-- Last Published: Tue Jul 02 2024 14:06:22 GMT+0000 (Coordinated Universal Time) -->
<html data-wf-page="63e46f9faa110e6a26d5076c" data-wf-site="6090f2cbfb550680d4288567">
<head>
<meta charset="utf-8">
<title>Orbit - Community Platform</title>
<meta content="Join thousands of businesses using the Orbit Community Platform to get closer to their customers. Try Orbit for free!" name="description">
<meta content="Orbit - Community Platform" property="og:title">
<meta content="Join thousands of businesses using the Orbit Community Platform to get closer to their customers. Try Orbit for free!" property="og:description">
<meta content="https://uploads-ssl.webflow.com/6090f2cbfb550680d4288567/65c14bb900a1891b7e8d63a7_Community.jpg" property="og:image">
<meta content="Orbit - Community Platform" property="twitter:title">
<meta content="Join thousands of businesses using the Orbit Community Platform to get closer to their customers. Try Orbit for free!" property="twitter:description">
<meta content="https://uploads-ssl.webflow.com/6090f2cbfb550680d4288567/65c14bb900a1891b7e8d63a7_Community.jpg" property="twitter:image">
<meta property="og:type" content="website">
<meta content="summary_large_image" name="twitter:card">
<meta content="width=device-width, initial-scale=1" name="viewport">
<link href="css/normalize.css" rel="stylesheet" type="text/css">
<link href="css/components.css" rel="stylesheet" type="text/css">
<link href="css/orbit-team.css" rel="stylesheet" type="text/css">
<script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script>
<link href="images/favicon.png" rel="shortcut icon" type="image/x-icon">
<link href="images/webclip.png" rel="apple-touch-icon">
<script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-126281265-1"></script>
<script type="text/javascript">window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('config', 'UA-126281265-1', {'anonymize_ip': false});</script>
<script async="" src="https://www.googletagmanager.com/gtag/js?id=AW-10840644366"></script>
<!-- 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-P5HTN2K');</script>
<!-- End Google Tag Manager -->
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'AW-10840644366');
</script>
<script>
gtag('event', 'conversion', {'send_to': 'AW-10840644366/lWpuCKy55KkDEI62nLEo'});
</script>
<style>
*{
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.overlay{mix-blend-mode: screen;}
.cookie-notice{display:none !important;}
.clamp {display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
</style>
<link rel="preconnect" href="https://assets-global.website-files.com">
<!-- Start cookieyes banner -->
<script id="cookieyes" type="text/javascript" src="https://cdn-cookieyes.com/client_data/2898afb20ead5b53957e5bd2/script.js"></script> <!-- End cookieyes banner -->
</head>
<body><img src="images/Gradient-Top.svg" loading="lazy" alt="" class="blur">
<aside class="nav new bar">
<div class="top-bar hidden">
<div class="top-bar-wrap">
<div class="collab-image"><img src="images/Collab.png" loading="lazy" alt="" class="collab_image"></div>
<div class="text-small text-white" style="text-wrap: nowrap;">Orbit has been acquired by Postman. <a href="/blog/orbit-is-joining-postman" target="_blank" class="link-10"><span class="top-bar-new-look text-white">Read more</span></a>, or <a href="mailto:[email protected]" class="link-10"><span class="top-bar-new-look text-white">contact us</span></a> for support.
</div>
</div>
</div>
<div class="container nav-bar">
<div class="nav-wrap new w-clearfix">
<a href="index.html" aria-current="page" class="brand left w-inline-block w--current"><img src="images/Logo.svg" loading="lazy" width="88" height="34" alt="" class="nav-logo new"></a>
<div class="nav-menu left">
<div data-hover="false" data-delay="0" data-w-id="8dc5ca72-0efc-78a4-15b3-c25807efc7e6" class="dropdown w-dropdown">
<div class="dropdown-toggle w-dropdown-toggle">
<div class="nav-link new">Solutions</div>
<div class="nav-arrow w-icon-dropdown-toggle"></div>
</div>
<nav class="dropdown-list new w-dropdown-list">
<div class="div-block-52">
<div class="products-wrap new top">
<a href="champions.html" class="product-link w-inline-block">
<div class="feature-icon new"><img src="images/star-06.svg" loading="lazy" alt="" class="product-icon">
<div class="product-hover-bg"></div>
</div>
<div class="nav-product-content">
<div class="text-large new nav">Champions Program</div>
<div class="nav-short-description">Launch and scale your champions program to drive feedback and advocacy.</div>
</div>
</a>
</div>
<div class="products-wrap new bottom">
<a href="feedback.html" class="product-link w-inline-block">
<div class="feature-icon new"><img src="images/message-chat-circle.svg" loading="lazy" alt="" class="product-icon">
<div class="product-hover-bg"></div>
</div>
<div class="nav-product-content">
<div class="text-large new nav">Beta Program</div>
<div class="nav-short-description">Painless product feedback from your top community members.</div>
</div>
</a>
</div>
<div class="products-wrap new middle">
<a href="contributor.html" class="product-link w-inline-block">
<div class="feature-icon new"><img src="images/feather.svg" loading="lazy" alt="" class="product-icon">
<div class="product-hover-bg"></div>
</div>
<div class="nav-product-content">
<div class="text-large new nav">Contributor Program</div>
<div class="nav-short-description">Accelerate and amplify user-generated content in your community.</div>
</div>
</a>
</div>
</div>
</nav>
</div>
<a href="community.html" class="nav-link top new hidden">Platform</a>
<a href="platform.html" class="nav-link top new">Platform</a>
<div data-hover="false" data-delay="0" data-w-id="8dc5ca72-0efc-78a4-15b3-c25807efc81b" class="dropdown no-mega-menu w-dropdown">
<div class="dropdown-toggle w-dropdown-toggle">
<div class="nav-arrow w-icon-dropdown-toggle"></div>
<div class="nav-link new">Resources</div>
</div>
<nav class="dropdown-small new w-dropdown-list">
<div class="div-block-52">
<div class="products-wrap small">
<a href="https://orbit.love/docs" class="normal-link new middle w-dropdown-link">Documentation</a>
</div>
<div class="products-wrap small">
<a href="https://www.orbitmodel.com/" target="_blank" class="normal-link new bottom w-dropdown-link">Orbit Model</a>
</div>
</div>
</nav>
</div>
<a href="pricing.html" class="nav-link new">Pricing</a>
<div data-w-id="8dc5ca72-0efc-78a4-15b3-c25807efc82d" class="menu-bg"></div>
</div>
<div class="nav-menu mobile">
<a href="#" class="product-link menu w-inline-block">
<div class="feature-icon new"><img src="images/star-06.svg" loading="lazy" alt="" class="product-icon">
<div class="product-hover-bg"></div>
</div>
<div class="nav-product-content nav">
<div class="text-large new nav">Solutions</div>
<div class="nav-short-description">Launch and scale your champions program to drive feedback and advocacy.</div>
</div>
</a>
<a href="champions.html" class="product-link w-inline-block">
<div class="feature-icon new"><img src="images/star-06.svg" loading="lazy" alt="" class="product-icon">
<div class="product-hover-bg"></div>
</div>
<div class="nav-product-content nav">
<div class="text-large new nav">Champions Program</div>
<div class="nav-short-description">Launch and scale your champions program to drive feedback and advocacy.</div>
</div>
</a>
<a href="contributor.html" class="product-link w-inline-block">
<div class="feature-icon new"><img src="images/feather.svg" loading="lazy" alt="" class="product-icon">
<div class="product-hover-bg"></div>
</div>
<div class="nav-product-content nav">
<div class="text-large new nav">Contributor Program</div>
<div class="nav-short-description">Accelerate and amplify user-generated content in your community.</div>
</div>
</a>
<a href="feedback.html" class="product-link w-inline-block">
<div class="feature-icon new"><img src="images/message-chat-circle.svg" loading="lazy" alt="" class="product-icon">
<div class="product-hover-bg"></div>
</div>
<div class="nav-product-content nav">
<div class="text-large new nav">Beta Program</div>
<div class="nav-short-description">Painless product feedback from your top community members.</div>
</div>
</a>
<a href="platform.html" class="nav-link top new nav">Platform</a>
<a href="#" class="product-link menu w-inline-block">
<div class="feature-icon new"><img src="images/star-06.svg" loading="lazy" alt="" class="product-icon">
<div class="product-hover-bg"></div>
</div>
<div class="nav-product-content nav">
<div class="text-large new nav">Resources</div>
<div class="nav-short-description">Launch and scale your champions program to drive feedback and advocacy.</div>
</div>
</a>
<a href="https://orbit.love/docs" class="product-link w-inline-block">
<div class="feature-icon new"><img src="images/star-06.svg" loading="lazy" alt="" class="product-icon">
<div class="product-hover-bg"></div>
</div>
<div class="nav-product-content nav">
<div class="text-large new nav">Documentation</div>
<div class="nav-short-description">Launch and scale your champions program to drive feedback and advocacy.</div>
</div>
</a>
<a href="https://orbit.love/model" class="product-link w-inline-block">
<div class="feature-icon new"><img src="images/star-06.svg" loading="lazy" alt="" class="product-icon">
<div class="product-hover-bg"></div>
</div>
<div class="nav-product-content nav">
<div class="text-large new nav">Orbit Model</div>
<div class="nav-short-description">Launch and scale your champions program to drive feedback and advocacy.</div>
</div>
</a>
<a href="pricing.html" class="nav-link new nav">Pricing</a>
</div>
<div data-w-id="8dc5ca72-0efc-78a4-15b3-c25807efc891" data-is-ix2-target="1" class="nav-lottie new" data-animation-type="lottie" data-src="https://uploads-ssl.webflow.com/607946292953bb347d578382/607946292953bb9b0d5783c5_Nav%20-%20Lottie.json" data-loop="0" data-direction="1" data-autoplay="0" data-renderer="svg" data-default-duration="2.5" data-duration="0"></div>
</div>
</div>
<div fs-cc="banner" class="cookie-notice">
<div class="community-call-to-action banner">
<div class="column-xl align-center">
<div class="text-small text-white">We store cookies to understand site usage and make improvements. Get <a href="privacy-policy.html" class="color-gradient-2">full details.</a>
</div>
</div>
<div id="w-node-abef4b5f-87b6-5b58-5a1d-cb2fa0d3bb85-a0d3bb2a" class="flex-center-vertical">
<a fs-cc="close" href="#" class="button rethink close w-inline-block">
<div class="text-block-22">Got it👌🏽</div>
</a>
</div>
</div>
</div>
</aside>
<section class="overflow-hidden margin-40">
<div class="container padding-top-80">
<h1 class="heading-xl vw new home">Build community to fuel growth<span class="color-gradient-1"><br></span></h1>
<div class="half hero w-clearfix">
<h3 class="text-small new home">Unlock insights, ambassadors, referrals, leads, and vibes ✨ with the Orbit Community Platform.</h3>
</div>
</div>
</section>
<div class="section client-logos margin-40">
<div class="container padding-bottom-80 padding-top-160">
<div class="home--illustration"><img src="images/Herosection-Homepage-1_1.svg" loading="lazy" alt="" class="home-illustration-element">
<div class="orbit-circle new"><img src="images/Logo-Mark-Color.svg" loading="lazy" width="109" alt="" class="margin-bottom-6"></div><img src="images/Buttom-Links.svg" loading="lazy" alt="" class="home-illustration-element">
</div>
<div class="grid-half feature no-border home thirds">
<div id="w-node-_4691833e-8ba2-892b-1deb-9bd361d706b7-26d5076c" class="grid-half-vertical details whitefadebg"><img src="images/Engage.svg" loading="lazy" alt="">
<div id="w-node-_4691833e-8ba2-892b-1deb-9bd361d706b9-26d5076c" class="column-medium home top">
<div class="small-text feature-bold">Engage</div>
<div class="small-text">Launch and scale programs to nurture champions, get product feedback, and generate content from users.</div>
</div>
<a href="#engage" id="w-node-_4691833e-8ba2-892b-1deb-9bd361d706be-26d5076c" class="text-small new feature details quote home">Learn more</a>
</div>
<div id="w-node-_4691833e-8ba2-892b-1deb-9bd361d706c0-26d5076c" class="grid-half-vertical details whitefadebg"><img src="images/Enable.svg" loading="lazy" alt="">
<div id="w-node-_4691833e-8ba2-892b-1deb-9bd361d706c2-26d5076c" class="column-medium home top">
<div class="small-text feature-bold">Enable</div>
<div class="small-text">Enable customers to find the right answer across docs, PRs, community - everywhere knowledge is shared.</div>
</div>
<a href="#enable" id="w-node-_4691833e-8ba2-892b-1deb-9bd361d706c7-26d5076c" class="text-small new feature details quote home">Learn more</a>
</div>
<div id="w-node-_4691833e-8ba2-892b-1deb-9bd361d706c9-26d5076c" class="grid-half-vertical details whitefadebg"><img src="images/Understand.svg" loading="lazy" alt="">
<div id="w-node-_4691833e-8ba2-892b-1deb-9bd361d706cb-26d5076c" class="column-medium home top">
<div class="small-text feature-bold">Understand</div>
<div class="small-text">Act on member and organization activity across customer platforms: Discord, X, Slack, GitHub, and more.</div>
</div>
<a href="#understand" id="w-node-_4691833e-8ba2-892b-1deb-9bd361d706d0-26d5076c" class="text-small new feature details quote home">Learn more</a>
</div>
</div>
</div>
<div class="container padding-bottom-80 padding-top-160 white_background">
<div class="client-logos-wrap new home">
<h6 class="heading-23">Helping amazing companies run gold-standard <br>customer programs</h6>
<div class="grid client-logos new">
<div class="top-row">
<div class="logo-block top left"><img src="images/Okta.svg" loading="lazy" width="134" height="30" alt="" class="client-logo text"></div>
</div>
<div class="top-row">
<div class="logo-block top left"><img src="images/Client06.svg" loading="lazy" width="114" height="28" alt="Algolia logo" class="client-logo text"></div>
</div>
<div class="top-row">
<div class="logo-block top"><img src="images/Github-Wordmark.svg" loading="lazy" height="30" alt="" width="500" class="client-logo text"></div>
</div>
<div class="top-row">
<div class="logo-block top left"><img src="images/Typeform-logo-Black-1.svg" loading="lazy" width="134" height="30" alt="Typeform logo" class="client-logo text"></div>
</div>
<div class="top-row">
<div class="logo-block top left"><img src="images/Client05.svg" loading="lazy" width="109" height="32" alt="Apollo logo" class="client-logo text"></div>
</div>
<div class="top-row">
<div class="logo-block top"><img src="images/Spotify-logo.svg" loading="lazy" width="134" height="30" alt="" class="client-logo text"></div>
</div>
<div class="logo-block left"><img src="images/miro1.svg" loading="lazy" width="808" height="216" alt="" class="client-logo text"></div>
<div class="logo-block left"><img src="images/patreon.svg" loading="lazy" width="116" height="32" alt="" class="client-logo text"></div>
<div class="logo-block"><img src="images/datastax.svg" loading="lazy" width="159" height="24" alt="DataStax logo" class="client-logo text"></div>
</div>
</div>
</div>
</div>
<section id="engage" class="section feature">
<div class="feature-headings margin-bottom-80">
<div class="header-content-wrapper"><img src="images/Star.svg" loading="lazy" width="25" alt="" class="image-103">
<div class="feature-headings">
<div class="tag-text">ENGAGE</div>
<h2 class="text-large new">Launch and manage customer programs</h2>
<h3 class="text-small new">Build valuable relationships and get closer to your customers.</h3>
</div>
</div>
</div>
<div class="feature-examples">
<div class="grid-half feature no-border home">
<div class="grid-half-vertical details nobg">
<div class="feature-pic-details">
<h4 class="text-small new feature details"><strong class="feature-bold">Amplify user-generated content.</strong> Source, collect and showcase user-generated content from your community</h4>
</div><img src="images/Amplify-user-generated-content.png" loading="lazy" alt="" sizes="(max-width: 479px) 90vw, (max-width: 767px) 93vw, (max-width: 991px) 44vw, (max-width: 1439px) 41vw, 582px" id="w-node-e47b3cb4-972b-21c8-bab5-6c02386c09fd-26d5076c" srcset="images/Amplify-user-generated-content-p-500.png 500w, images/Amplify-user-generated-content-p-800.png 800w, images/Amplify-user-generated-content.png 1030w" class="feature-image">
</div>
<div class="grid-half-vertical details nobg">
<div class="feature-pic-details">
<h4 class="text-small new feature details"><strong class="feature-bold">Scale your champions program. </strong>Make managing your champions program a breeze and enable feedback and advocacy.</h4>
</div><img src="images/Scale-your-champions-program.png" loading="lazy" alt="" sizes="(max-width: 479px) 90vw, (max-width: 767px) 93vw, (max-width: 991px) 44vw, (max-width: 1439px) 41vw, 582px" id="w-node-e47b3cb4-972b-21c8-bab5-6c02386c0a04-26d5076c" srcset="images/Scale-your-champions-program-p-500.png 500w, images/Scale-your-champions-program-p-800.png 800w, images/Scale-your-champions-program.png 1030w" class="feature-image">
</div>
<div class="grid-half-vertical details nobg">
<div class="feature-pic-details">
<h4 class="text-small new feature details"><strong class="feature-bold">Manage product feedback.</strong> Make getting feedback from community members and users painless.</h4>
</div><img src="images/Manage-product-feedback.png" loading="lazy" alt="" sizes="(max-width: 479px) 90vw, (max-width: 767px) 93vw, (max-width: 991px) 44vw, (max-width: 1439px) 41vw, 582px" id="w-node-e47b3cb4-972b-21c8-bab5-6c02386c0a0b-26d5076c" srcset="images/Manage-product-feedback-p-500.png 500w, images/Manage-product-feedback-p-800.png 800w, images/Manage-product-feedback.png 1030w" class="feature-image">
</div>
</div>
</div>
</section>
<section id="enable" class="section feature">
<div class="feature-headings margin-bottom-80">
<div class="header-content-wrapper"><img src="images/Star.svg" loading="lazy" width="25" alt="" class="image-103">
<div class="feature-headings">
<div class="tag-text">ENABLE</div>
<h2 class="text-large new">Connect users to the right answers right away</h2>
<h3 class="text-small new">AI-powered community search that unlocks knowledge across docs, Discord chats, X threads, in the closet, under the sofa... anywhere.</h3>
</div>
</div>
</div>
<div class="feature-examples">
<div class="grid-half feature no-border home">
<div class="grid-half-vertical details nobg">
<div class="feature-pic-details">
<h4 class="text-small new feature details"><strong class="feature-bold">Supercharge docs with community insights. </strong> Unleash the collective knowledge of your entire community, not just what’s documented.</h4>
</div><img src="images/Supercharge-docs-with-community-insights..png" loading="lazy" alt="" sizes="(max-width: 479px) 90vw, (max-width: 767px) 93vw, (max-width: 991px) 44vw, (max-width: 1439px) 41vw, 582px" id="w-node-_1791b193-74ff-527c-cdb8-2387461d83a4-26d5076c" srcset="images/Supercharge-docs-with-community-insights.-p-500.png 500w, images/Supercharge-docs-with-community-insights.-p-800.png 800w, images/Supercharge-docs-with-community-insights..png 1030w" class="feature-image">
</div>
<div class="grid-half-vertical details nobg">
<div class="feature-pic-details">
<h4 class="text-small new feature details"><strong class="feature-bold">See the trends.</strong> Get insights into the common topics users search for to improve your docs and UX.</h4>
</div><img src="images/See-the-trends..png" loading="lazy" alt="" sizes="(max-width: 479px) 90vw, (max-width: 767px) 93vw, (max-width: 991px) 44vw, (max-width: 1439px) 41vw, 582px" id="w-node-_1791b193-74ff-527c-cdb8-2387461d83ab-26d5076c" srcset="images/See-the-trends.-p-500.png 500w, images/See-the-trends.-p-800.png 800w, images/See-the-trends..png 1030w" class="feature-image">
</div>
<div class="grid-half-vertical details nobg">
<div class="feature-pic-details">
<h4 class="text-small new feature details"><strong class="feature-bold">Stop support tickets before they start.</strong> Enable users to find answers in community chats, so they don’t need to file a ticket.</h4>
</div><img src="images/Stop-support-tickets-before-they-start..png" loading="lazy" alt="" sizes="(max-width: 479px) 90vw, (max-width: 767px) 93vw, (max-width: 991px) 44vw, (max-width: 1439px) 41vw, 582px" id="w-node-_1791b193-74ff-527c-cdb8-2387461d83b2-26d5076c" srcset="images/Stop-support-tickets-before-they-start.-p-500.png 500w, images/Stop-support-tickets-before-they-start.-p-800.png 800w, images/Stop-support-tickets-before-they-start.-p-1080.png 1080w, images/Stop-support-tickets-before-they-start..png 1082w" class="feature-image">
</div>
</div>
</div>
</section>
<section id="understand" class="section-12">
<div class="w-layout-blockcontainer w-container">
<div class="cs-cta"><img src="images/Integrations.svg" loading="lazy" width="301" alt="" class="image-23">
<div class="section-cta-content">
<div class="div-block-51"><img src="images/Star_1.svg" loading="lazy" alt="" class="image-105">
<div class="tag-text">UNDERSTAND</div>
</div>
<h4 class="heading-25">Community Relationship Management</h4>
<p class="integration home">Power decisions with data from across the entire customer journey and turn community activity into actionable insights.</p>
<a href="platform.html" class="button-outline-gradient home new">
<div class="button-signup new">Learn more</div>
</a>
</div>
</div>
</div>
</section>
<section class="section feature">
<div class="feature-examples">
<div class="grid-half-vertical details nobg horizontal-bg">
<div class="feature-pic-details">
<h4 class="text-small new feature details special"><strong class="feature-bold">Get a 360° view. </strong>With organization and member profiles and lists you can segment by activity, intent, and more.</h4>
</div><img src="images/Get-a-360°-view---small-screen.png" loading="lazy" alt="" sizes="(max-width: 479px) 90vw, (max-width: 767px) 93vw, (max-width: 991px) 92vw, 100vw" id="w-node-d8d81157-417d-0ec0-2639-810ec6065133-26d5076c" srcset="images/Get-a-360°-view---small-screen-p-500.png 500w, images/Get-a-360°-view---small-screen-p-800.png 800w, images/Get-a-360°-view---small-screen-p-1080.png 1080w, images/Get-a-360°-view---small-screen.png 1418w" class="image-110 show"><img src="images/Get-a-360°-view.png" loading="lazy" id="w-node-d8d81157-417d-0ec0-2639-810ec6065134-26d5076c" sizes="(max-width: 991px) 100vw, (max-width: 1439px) 86vw, 1198px" alt="" srcset="images/Get-a-360°-view-p-500.png 500w, images/Get-a-360°-view-p-800.png 800w, images/Get-a-360°-view-p-1080.png 1080w, images/Get-a-360°-view-p-1600.png 1600w, images/Get-a-360°-view-p-2000.png 2000w, images/Get-a-360°-view.png 2088w" class="image-109">
</div>
<div class="grid-half feature no-border home">
<div class="grid-half-vertical details nobg">
<div class="feature-pic-details">
<h4 class="text-small new feature details"><strong class="feature-bold">Automate workflows.</strong> Send messages via email or DM, receive alerts, or tag key member actions.</h4>
</div><img src="images/Automate-workflows.png" loading="lazy" alt="" sizes="(max-width: 479px) 90vw, (max-width: 767px) 93vw, (max-width: 991px) 44vw, (max-width: 1439px) 41vw, 582px" id="w-node-d8d81157-417d-0ec0-2639-810ec606513c-26d5076c" srcset="images/Automate-workflows-p-500.png 500w, images/Automate-workflows-p-800.png 800w, images/Automate-workflows.png 1030w" class="feature-image">
</div>
<div class="grid-half-vertical details special">
<div class="feature-pic-details">
<h4 class="text-small new feature details"><strong class="feature-bold">Uncover trends and sentiment.</strong> Gain insights with powerful reports, leaderboards, and custom dashboards.</h4>
</div><img src="images/Uncover-trends-and-sentiment.png" loading="lazy" alt="" sizes="(max-width: 479px) 90vw, (max-width: 767px) 93vw, (max-width: 991px) 44vw, (max-width: 1439px) 41vw, 582px" id="w-node-d8d81157-417d-0ec0-2639-810ec6065143-26d5076c" srcset="images/Uncover-trends-and-sentiment-p-500.png 500w, images/Uncover-trends-and-sentiment-p-800.png 800w, images/Uncover-trends-and-sentiment.png 1006w" class="feature-image">
</div>
</div>
</div>
</section>
<section class="section-11">
<div class="w-layout-blockcontainer container-9 w-container">
<div class="div-block-41">
<h3 class="heading-22">Orbit: a window into your community</h3>
<p class="paragraph-25 home">Understand who your community members are, where they are engaging, and what they are saying.</p>
</div>
</div>
</section>
<div data-w-id="c8354610-33b8-4179-c9e9-d365b4b0e561" class="footer">
<div class="section padding-80">
<div class="container">
<div class="grid-fifths footer">
<div>
<div class="text-large">Product</div>
<div class="footer-wrap margin-top-24 cms-fix customfix">
<a href="why-orbit.html" class="footer-link black">Why Orbit</a>
<a href="pricing.html" class="footer-link black">Pricing</a>
<a href="https://ideas.orbit.love/changelog" target="_blank" class="footer-link black">What’s New</a>
</div>
</div>
<div>
<div class="text-large">Resources</div>
<div class="footer-wrap margin-top-24 cms-fix">
<a href="https://orbit.love/docs" class="footer-link black">Knowledge Base</a>
<a href="developers.html" class="footer-link black">Developers</a>
</div>
</div>
<div>
<div class="text-large">Company</div>
<div class="footer-wrap margin-top-24 cms-fix">
<a href="about-us.html" class="footer-link black">About</a>
<a href="mailto:[email protected]" class="footer-link black">Contact us at [email protected]</a>
</div>
</div>
</div>
</div>
<div class="container">
<div class="flex-space-between center">
<div class="column-small">
<a href="index.html" aria-current="page" class="w-inline-block w--current"><img src="images/Logo.svg" loading="lazy" width="174" height="62" alt="" class="article-image"></a>
<p class="margin-top-24">Get closer to your customers with the Orbit Community Platform.<br></p>
<div class="flex-left">
<a href="https://twitter.com/OrbitModel/" target="_blank" class="margin-left-16 w-inline-block">
<div class="social-icon new w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M23.953 4.57009C23.0545 4.96569 22.1026 5.22683 21.128 5.34509C22.1541 4.72834 22.9224 3.76113 23.291 2.62209C22.34 3.17709 21.286 3.58109 20.164 3.80609C19.4238 3.01452 18.4429 2.48951 17.3736 2.31259C16.3044 2.13567 15.2067 2.31674 14.2509 2.82768C13.2952 3.33862 12.5349 4.15084 12.0881 5.13821C11.6412 6.12558 11.533 7.23286 11.78 8.28809C7.69 8.09509 4.067 6.13009 1.64 3.16209C1.19879 3.9119 0.968664 4.76711 0.974 5.63709C0.974 7.34709 1.844 8.85009 3.162 9.73309C2.38086 9.70822 1.61697 9.49702 0.934 9.11709V9.17709C0.933557 10.3135 1.32627 11.415 2.04551 12.2948C2.76474 13.1747 3.76621 13.7786 4.88 14.0041C4.1583 14.1975 3.40241 14.2265 2.668 14.0891C2.98412 15.0671 3.59766 15.922 4.42301 16.5346C5.24837 17.1471 6.24435 17.4868 7.272 17.5061C5.53153 18.872 3.38248 19.6134 1.17 19.6111C0.78 19.6111 0.391 19.5881 0 19.5441C2.25571 20.9884 4.87851 21.7551 7.557 21.7531C16.61 21.7531 21.555 14.2571 21.555 7.76809C21.555 7.55809 21.555 7.34809 21.54 7.13809C22.506 6.44295 23.3392 5.57991 24 4.59009L23.953 4.57009Z" fill="CurrentColor"></path>
</svg></div>
</a>
<a href="https://discord.orbit.love/" target="_blank" class="margin-left-16 w-inline-block">
<div class="social-icon new w-embed"><svg width="30" height="25" viewbox="0 0 30 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M28.095 10.2101C26.9136 6.15104 25.5812 4.05372 25.5597 4.0161C25.4838 3.9234 23.6011 1.67037 19.0634 0.00390625L18.4638 1.6364C20.6225 2.42923 22.154 3.39644 22.9963 4.02138C20.4817 3.27046 17.4903 2.81057 14.8409 2.81057C12.1914 2.81057 9.2 3.27046 6.6854 4.02138C7.52762 3.39649 9.05913 2.42923 11.2178 1.6364L10.6182 0.00390625C6.0807 1.67037 4.19799 3.9234 4.12205 4.0161C4.10054 4.05372 2.76817 6.15104 1.58681 10.2101C0.448241 14.1219 0.0157104 19.6402 0 19.8614C0.101451 20.0201 2.43483 24.0039 8.79397 24.0039L10.4058 21.6698C8.59999 21.1903 6.87805 20.4171 5.30178 19.3679L6.26545 17.9201C8.8084 19.6127 11.7737 20.5075 14.8409 20.5075C17.908 20.5075 20.8733 19.6127 23.4163 17.9201L24.3799 19.3679C22.8037 20.4171 21.0817 21.1903 19.2759 21.6698L20.8878 24.0039C27.2469 24.0039 29.5803 20.0201 29.6817 19.8614C29.666 19.6402 29.2335 14.1219 28.095 10.2101V10.2101ZM10.82 14.7599H9.08087V11.8613H10.82V14.7599ZM20.6009 14.7599H18.8617V11.8613H20.6009V14.7599Z" fill="CurrentColor"></path>
</svg></div>
</a>
<a href="https://www.linkedin.com/company/orbitco" target="_blank" class="margin-left-16 w-inline-block">
<div class="social-icon new w-embed"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0)">
<path d="M23.9933 24V23.999H23.9993V15.197C23.9993 10.891 23.0723 7.57397 18.0383 7.57397C15.6183 7.57397 13.9943 8.90198 13.3313 10.161H13.2613V7.97597H8.48828V23.999H13.4583V16.065C13.4583 13.976 13.8543 11.956 16.4413 11.956C18.9903 11.956 19.0283 14.34 19.0283 16.199V24H23.9933Z" fill="CurrentColor"></path>
<path d="M0.394531 7.97705H5.37053V24H0.394531V7.97705Z" fill="CurrentColor"></path>
<path d="M2.882 0C1.291 0 0 1.291 0 2.882C0 4.473 1.291 5.791 2.882 5.791C4.473 5.791 5.764 4.473 5.764 2.882C5.763 1.291 4.472 0 2.882 0V0Z" fill="CurrentColor"></path>
</g>
<defs>
<clippath id="clip0">
<rect width="24" height="24" fill="white"></rect>
</clippath>
</defs>
</svg></div>
</a>
<a href="https://www.youtube.com/orbitmodel" target="_blank" class="margin-left-16 w-inline-block"></a>
</div>
</div><img src="images/21972-312_SOC_NonCPA.webp" loading="lazy" width="112" height="112" alt="" id="w-node-_877025a7-8df3-fa6a-df3e-a86f3959b4ca-b4b0e561" class="image-46">
</div>
</div>
</div>
<div class="section padding-0 footer-bar">
<div class="container footer">
<div class="flex-space-between center">
<div class="text-xs text-small-primary-color">© Copyright Orbit Labs, Inc. All rights reserved.</div>
<div class="terms-wrap">
<a href="privacy-policy.html" class="footer-link">Privacy Policy</a>
<a href="terms-of-service.html" class="footer-link margin-left-16">Terms of Service</a>
</div>
</div>
</div>
</div>
</div>
<script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=6090f2cbfb550680d4288567" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="js/orbit-team.js" type="text/javascript"></script>
<script>
// Sent body to overflow hidden on first click of hamburger icon
$('.nav-lottie').click(function() {
var clicks = $(this).data('clicks');
if (clicks) {
$("body").css("overflow", "auto");
} else {
$("body").css("overflow", "hidden");
}
$(this).data("clicks", !clicks);
});
// Click on the hamburger icon whenever you click on the greyed out part
$( ".c-nav_background" ).click(function() {
$( ".nav-lottie" ).click();
});
</script>
<script src="https://cdn.jsdelivr.net/npm/udesly-wf-countup@latest/udesly-wf-countup.bundle.js"></script>
<!-- Auto Rotate Tabs (Original code from @irishbuckley www.flowbase.co -->
<script>
var Webflow = Webflow || [];
Webflow.push(function () {
// DOMready has fired
// May now use jQuery and Webflow api
if (screen && screen.width > 1027){
// start everything
var tabTimeout;
clearTimeout(tabTimeout);
tabLoop();
// Cycle through all tabs. Match class names
function tabLoop() {
tabTimeout = setTimeout(function() {
var $next = $('.tabs-menu').children('.w--current:first').next();
if($next.length) {
if ($(".menu-button").hasClass("w--open")) { // if the mobile burger button is open, stop the tabs autoplay
tabLoop();
}else{
$next.removeAttr("href").click();
}
} else {
if ($(".menu-button").hasClass("w--open")){
tabLoop();
}else{
$('.tab-link:first').removeAttr("href").click();
}
}
}, 6000); // 6 second tab loop (change this)
}
// Reset loop if a tab is clicked
$('.tab-link').click(function() {
clearTimeout(tabTimeout);
tabLoop();
});
}
});
</script>
</body>
</html>