-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathblog.html
280 lines (253 loc) · 47.2 KB
/
blog.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
<!DOCTYPE html><!-- This site was created in Webflow. https://webflow.com --><!-- Last Published: Sat Jun 08 2024 20:59:08 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain="www.voxable.io" data-wf-page="61781d26d3a3b0e5a597ea1a" data-wf-site="6132073db54f286490cd15c6"><head><meta charset="utf-8"/><title>Blog - The Voxable Voice</title><meta content="The latest product updates and exclusive conversational AI resources from Voxable." name="description"/><meta content="Blog - The Voxable Voice" property="og:title"/><meta content="The latest product updates and exclusive conversational AI resources from Voxable." property="og:description"/><meta content="https://cdn.prod.website-files.com/6132073db54f286490cd15c6/61d669f0da179202f82be146_5e78ea942dc0a0a21a40ec03_blog%20-%20share-80.jpg" property="og:image"/><meta content="Blog - The Voxable Voice" property="twitter:title"/><meta content="The latest product updates and exclusive conversational AI resources from Voxable." property="twitter:description"/><meta content="https://cdn.prod.website-files.com/6132073db54f286490cd15c6/61d669f0da179202f82be146_5e78ea942dc0a0a21a40ec03_blog%20-%20share-80.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"/><meta content="Webflow" name="generator"/><link href="https://cdn.prod.website-files.com/6132073db54f286490cd15c6/css/voxable.webflow.abd30f9f0.min.css" rel="stylesheet" type="text/css"/><link href="https://fonts.googleapis.com" rel="preconnect"/><link href="https://fonts.gstatic.com" rel="preconnect" crossorigin="anonymous"/><script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js" type="text/javascript"></script><script type="text/javascript">WebFont.load({ google: { families: ["Inconsolata:400,700","Inter:regular,500,600,700"] }});</script><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="https://cdn.prod.website-files.com/6132073db54f286490cd15c6/61d660a0d4c42f0e5a856354_5e1c063da7d3a233b43bc99f_favicon-32x32.png" rel="shortcut icon" type="image/x-icon"/><link href="https://cdn.prod.website-files.com/6132073db54f286490cd15c6/61d660ab5026e2d57732e70c_5e1c068da7d3a224dd3bca1e_mstile-310x310.png" rel="apple-touch-icon"/><link href="blog.html" rel="canonical"/><style>
.scrollbar-hide {
-ms-overflow-style: none; /* Internet Explorer 10+ */
scrollbar-width: none; /* Firefox */
}
.scrollbar-hide::-webkit-scrollbar {
display: none; /* Safari and Chrome */
}
/*.animated img{ filter: blur(30px); opacity: 0;}
.animated.active img{ filter: blur(0px); opacity: 1;}*/
body{padding-top:108px;}
blockquote{color:#6449DF; font-size:22px; padding:12px 0 12px 24px; line-height: 1.2; border-left:1px solid #6449DF;}
.w-richtext li{ /* color: #061178; */ font-size: 18px;}
.w-richtext h3{color: #061178; }
.w-richtext h5{color: #061178; font-size: 22px; font-weight:400;}
.white-txt-team p{color:#fff;}
.shorttext p{color:#19044a;}
p:empty{display:none;}
.w-pagination-wrapper svg path{display:none;}
.w-page-count a{width:40px; height:40px; font-size:20px; color:#fff; display:inline-block; text-decoration: none; line-height: 40px;}
.w-page-count a.current-page{border-bottom:2px solid #fff;}
@media screen and (max-width:991px){
body{padding-top:60px;}
}
@media screen and (max-width:767px){
.w-pagination-wrapper svg + .w-inline-block{display:none;}
}
</style>
<script type="text/javascript">(function (w,d) {var loader = function () {var s = d.createElement("script"), tag = d.getElementsByTagName("script")[0]; s.src="https://cdn.iubenda.com/iubenda.js"; tag.parentNode.insertBefore(s,tag);}; if(w.addEventListener){w.addEventListener("load", loader, false);}else if(w.attachEvent){w.attachEvent("onload", loader);}else{w.onload = loader;}})(window, document);</script>
<script type="text/javascript">
var _iub = _iub || [];
_iub.csConfiguration = {"lang":"en","siteId":377498,"countryDetection":true,"enableCcpa":true,"cookiePolicyId":564345, "banner":{ "acceptButtonDisplay":true,"customizeButtonDisplay":true,"position":"float-bottom-center" }};
</script><script type="text/javascript" src="https://cdn.iubenda.com/cs/iubenda_cs.js" charset="UTF-8" async></script>
<script type="text/javascript">
window.addLinkParams = function() {};
window.addEventListener('DOMContentLoaded', function(event) {
window.contentLoaded = true;
if(!window.addedLinkParams) {
window.addLinkParams();
}
});
</script>
<script class="_iub_cs_activate-inline" type="text/plain">
!function(){var analytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on","addSourceMiddleware","addIntegrationMiddleware","setAnonymousId","addDestinationMiddleware"];analytics.factory=function(e){return function(){var t=Array.prototype.slice.call(arguments);t.unshift(e);analytics.push(t);return analytics}};for(var e=0;e<analytics.methods.length;e++){var key=analytics.methods[e];analytics[key]=analytics.factory(key)}analytics.load=function(key,e){var t=document.createElement("script");t.type="text/javascript";t.async=!0;t.src="https://cdn.segment.com/analytics.js/v1/" + key + "/analytics.min.js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(t,n);analytics._loadOptions=e};analytics._writeKey="LYEmBcUfEXfgnYuisWda4Ts2q6AFhxJL";analytics.SNIPPET_VERSION="4.13.2";
analytics.load("LYEmBcUfEXfgnYuisWda4Ts2q6AFhxJL");
analytics.page();
window.addLinkParams = function() {
analytics.ready(function() {
for (const element of document.getElementsByClassName('sign-up-button')) {
element.href = element.href + "?distinct=" + window.analytics.user().anonymousId();
}
});
window.linkParamsAdded = true;
}
if (document.readyState === "complete" || document.readyState === "loaded" || window.contentLoaded) {
window.addLinkParams();
}
}}();
</script>
<script type="text/javascript">
(function (d, u, h, s) {
h = d.getElementsByTagName('head')[0];
s = d.createElement('script');
s.async = 1;
s.src = u + new Date().getTime();
h.appendChild(s);
})(document, 'https://grow.clearbitjs.com/api/pixel.js?v=');
</script>
</head><body class="body-2"><div class="custom-code-embeds"><div class="icons-embed w-embed"><!--Material Icons-->
<link href="https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp" rel="stylesheet">
<style>
.material-icons, .material-icons-outlined, .material-icons-two-tone, .material-icons-round, .material-icons-sharp {
font-weight: normal;
font-style: normal;
font-size: 1.25rem;
line-height: 1.25rem;
display: inline-block;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: 'liga';
}
.material-icons-s {
font-size: 16px;
line-height: 16px;
}
</style></div><div class="responsive-typography-embed w-embed"><!-- Responsive Typography -->
<style>
/* Desktop and above */
html { font-size: 16px; }
/*Tablet */
@media (max-width: 991px) { html { font-size: 15px; } }
/* Mobile - Landcape */
@media (max-width: 767px) { html { font-size: 14px; } }
/* Mobile - Portrait */
@media (max-width: 479px) { html { font-size: 13px; } }
</style></div><div class="systemflow-embed w-embed"><!-- SystemFlow -->
<style>
/* Component wrapper copy icon */
.component-wrapper-label:before {
content: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92ece2f679e1ff037b09b_Copy%20Icon.svg);
position: absolute;
left: 16px;
top: 7px;
}
/* Customize page overflow */
.customize-instructions, .customize-preview {
overflow-y: scroll;
}
/* Sidebar - component preview tooltip */
.navbar-vertical-link:hover::after {
content: '';
background-size: contain;
background-position: center center;
display: inline-block;
width: 160px;
height: 160px;
position: absolute;
border-radius: 4px;
border: 1px solid #D0D4D9;
z-index: 999;
box-sizing: border-box;
left: 105%;
top: -64px;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.10);
background-repeat: no-repeat;
}
/* Page Hover Thumbnails */
#nav-alert:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e9462056a419c70c776_Alert.svg); }
#nav-breadcrumbs:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e9387dd5780628334cc_Breadcrumb.svg); }
#nav-button:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e93f8fcbc0d3445ec12_Button.svg); }
#nav-card:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e93af64f30314ee0507_Card.svg); }
#nav-collapse:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e94f8fcbcc22245ec13_Collapse.svg); }
#nav-color:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e94261180c04f24faa3_Color.svg); }
#nav-contact:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e94f47531b97525ce68_Contact.svg); }
#nav-cta:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e94af64f3728cee0508_CTA.svg); }
#nav-dropdown:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e94ef8876fd8b787edc_Dropdown.svg); }
#nav-elevation:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e94451751702ea524a8_Elevation.svg); }
#nav-empty-sections:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e944f26375ff3c799b7_EmptySections.svg); }
#nav-empty-sg-page:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e94261180a20b24fadf_EmptySGPage.svg); }
#nav-example-forms:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e949bf4e9bbb361082d_ExampleForms.svg); }
#nav-faq:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e94e1f1154d1441900d_FAQ.svg); }
#nav-feat-text-c:hover::after { background-image: url(https://cdn.prod.website-files.com/60c31bb1835144cd4d8f26c6/60c33dee6ab39e31d1089e9a_Feat%20-%20Text%20Center.svg); }
#nav-feat-grid:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e9428e4e145c0624a20_Feat---Grid.svg); }
#nav-feat-text-l:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e949ad1b4f50385d8df_Feat---Text-Left.svg); }
#nav-feat-text-r:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e9473f889cdaf6a1ec9_Feat---Text-Right.svg); }
#nav-footer:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e946639f6543f5c3e7c_Footer.svg); }
#nav-form-toggles:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e9479f25b1c21ee0a60_FormToggles.svg); }
#nav-hero:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e942611807e4424fafe_Hero.svg); }
#nav-icons:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e940c3ddaf4686184b6_Icons.svg); }
#nav-input:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e9473f889d1666a1ed1_Input.svg); }
#nav-link:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e9479f25b39e6ee0a62_Link.svg); }
#nav-long-content:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e95f0d432336029a5e3_LongContent.svg); }
#nav-modal:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e943a458f06569f0a5a_Modal.svg); }
#nav-navbar:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e948d867460c7f59b16_Navbar.svg); }
#nav-nav-menu:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e94e1f1693fb00fa151_NavMenu.svg); }
#nav-pricing:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e95f47531b84125ce69_Pricing.svg); }
#nav-spacing:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e947a78a1e2a68a6629_Spacing.svg); }
#nav-table:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e94af64f31f36ee0549_Table.svg); }
#nav-tabs:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e94abbd5ed7b2becbb3_Tabs.svg); }
#nav-tag:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e95ef88762711787edf_Tag.svg); }
#nav-testimonials:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e956beb8d43e6373fba_Testimonials.svg); }
#nav-textarea:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e95cc3e78d99c7c00c4_Textarea.svg); }
#nav-toast:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e9571654299c55fadc5_Toast.svg); }
#nav-tooltip:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e956639f638ca5c3ec7_Tooltip.svg); }
#nav-typography:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e956251b086f1cffefd_Typography.svg); }
#nav-avatar:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fe0bac1b9ed294ba98aeb26_Avatar.svg); }
#nav-cards:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fe0b360e47b486a76b0c125_Cards.svg); }
#nav-live-components:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5ff305e5fc65c2d28b3ddf75_Live%20Components.svg); }
</style></div></div><div data-collapse="medium" data-animation="default" data-duration="400" data-easing="ease" data-easing2="ease" role="banner" class="navbar dark w-nav"><div class="container container-navbar"><a href="workshops.html" class="brand-logo w-nav-brand"><img src="https://cdn.prod.website-files.com/6132073db54f286490cd15c6/61a508f5a23d184e8b958a0e_Brand%20Logo%20Dark.svg" alt="The Voxable logo looks like a circle with a sound wave forming the shape of the letter V with the word Voxable next to it. " class="brand-logo-image"/></a><nav role="navigation" class="navbar-menu dark w-nav-menu"><a href="product.html" class="nav-link color-inverse w-nav-link">Product</a><a href="blog.html" aria-current="page" class="nav-link color-inverse w-nav-link w--current">Blog</a><a href="contact-sales.html" class="nav-link color-inverse w-nav-link">Contact</a></nav><div class="menu-button color-inverse w-nav-button"><div class="w-icon-nav-menu"></div></div></div></div><div class="cta-section top-form"><div class="container"><div class="wrapper-m"><div class="w-layout-grid grid-cta"><div class="cta-section-text-wrapper"><h2 class="heading l form-head">The Voxable Voice</h2></div><div id="w-node-_0b6421bc-99ef-755e-79e1-6e6e19008438-1900842f" class="cta-section-form-wrapper"><div class="w-form"><form id="Blog-Subscribe" name="wf-form-Blog-Subscribe" data-name="Blog Subscribe" method="get" class="form form-horizontal" data-wf-page-id="61781d26d3a3b0e5a597ea1a" data-wf-element-id="0b6421bc-99ef-755e-79e1-6e6e1900843a"><input class="input medium horizontal w-input" maxlength="256" name="Email-3" data-name="Email 3" placeholder="Email address" type="email" id="Email-5" required=""/><input type="submit" data-wait="Please wait..." class="button medium signup l0 ml10 w-button" value="Subscribe"/></form><div class="success-message w-form-done"><div>Thank you! You're now subscribed to the Voxable Voice.</div></div><div class="w-form-fail"><div>Oops! Something went wrong while submitting the form.</div></div></div></div></div></div></div></div><div class="cards-section c-b-neutral-20 blue"><div class="container"><div class="wrapper-m pto"><div class="collection-list-wrapper-4 w-dyn-list"><div role="list" class="collection-list-2 w-dyn-items w-row"><div role="listitem" class="collection-item-4 w-dyn-item w-col w-col-4"><div class="card-text-wrapper s-p-24"><a href="blog/ai-assisted-brand-tone-audits-with-voxable.html" class="link-block w-inline-block"><div class="card-title"><img width="70" loading="lazy" alt="" src="https://cdn.prod.website-files.com/6170359d525787cd986bc625/62bb3c72217aff6cfb6c4c63_AI%20Assisted%20Brand%20Audit%20-%20landscape.jpg" sizes="(max-width: 479px) 87vw, (max-width: 767px) 90vw, 25vw" srcset="https://cdn.prod.website-files.com/6170359d525787cd986bc625/62bb3c72217aff6cfb6c4c63_AI%20Assisted%20Brand%20Audit%20-%20landscape-p-500.jpeg 500w, https://cdn.prod.website-files.com/6170359d525787cd986bc625/62bb3c72217aff6cfb6c4c63_AI%20Assisted%20Brand%20Audit%20-%20landscape-p-800.jpeg 800w, https://cdn.prod.website-files.com/6170359d525787cd986bc625/62bb3c72217aff6cfb6c4c63_AI%20Assisted%20Brand%20Audit%20-%20landscape-p-1080.jpeg 1080w, https://cdn.prod.website-files.com/6170359d525787cd986bc625/62bb3c72217aff6cfb6c4c63_AI%20Assisted%20Brand%20Audit%20-%20landscape-p-1600.jpeg 1600w, https://cdn.prod.website-files.com/6170359d525787cd986bc625/62bb3c72217aff6cfb6c4c63_AI%20Assisted%20Brand%20Audit%20-%20landscape.jpg 1920w" class="image-8"/><h3 class="heading card-title l">AI-Assisted Brand & Tone Audits with Voxable</h3></div><div class="div-block-4"><img alt="" loading="lazy" width="48" height="48" src="https://cdn.prod.website-files.com/6170359d525787cd986bc625/61cb2d18fbec0467f70eb842_Icon%20Placeholder%202.png" class="image-7"/><div class="div-block-7"><div class="text-block-9">Matt Buck</div><div class="text-block-9 span1 f16">CTO & Co-founder</div></div></div><div class="shorttext">Learn how to automate brand and tone audits for your conversational AI projects with Voxable.</div></a><a href="blog/ai-assisted-brand-tone-audits-with-voxable.html" class="card-btn w-button">Read more</a></div></div><div role="listitem" class="collection-item-4 w-dyn-item w-col w-col-4"><div class="card-text-wrapper s-p-24"><a href="blog/whats-up-with-conversation-design-tools.html" class="link-block w-inline-block"><div class="card-title"><img width="70" loading="lazy" alt="An illustration of a mechanic using a tool to fix the inner workings of a computer application." src="https://cdn.prod.website-files.com/6170359d525787cd986bc625/6239cb6deeeca2470c09b22a_Whats%20up%20with%20conversation%20design%20-%20Landscape.jpg" sizes="(max-width: 479px) 87vw, (max-width: 767px) 90vw, 25vw" srcset="https://cdn.prod.website-files.com/6170359d525787cd986bc625/6239cb6deeeca2470c09b22a_Whats%20up%20with%20conversation%20design%20-%20Landscape-p-500.jpeg 500w, https://cdn.prod.website-files.com/6170359d525787cd986bc625/6239cb6deeeca2470c09b22a_Whats%20up%20with%20conversation%20design%20-%20Landscape-p-800.jpeg 800w, https://cdn.prod.website-files.com/6170359d525787cd986bc625/6239cb6deeeca2470c09b22a_Whats%20up%20with%20conversation%20design%20-%20Landscape-p-1080.jpeg 1080w, https://cdn.prod.website-files.com/6170359d525787cd986bc625/6239cb6deeeca2470c09b22a_Whats%20up%20with%20conversation%20design%20-%20Landscape-p-1600.jpeg 1600w, https://cdn.prod.website-files.com/6170359d525787cd986bc625/6239cb6deeeca2470c09b22a_Whats%20up%20with%20conversation%20design%20-%20Landscape.jpg 1920w" class="image-8"/><h3 class="heading card-title l">What’s up with Conversation Design Tools?</h3></div><div class="div-block-4"><img alt="" loading="lazy" width="48" height="48" src="https://cdn.prod.website-files.com/6170359d525787cd986bc625/61cb2da3b768d25fa103b963_Icon%20Placeholder%202.png" class="image-7"/><div class="div-block-7"><div class="text-block-9">Brittany Walla</div><div class="text-block-9 span1 f16">COO & Co-founder</div></div></div><div class="shorttext">Conversational AI is hot technology, yet there are fewer conversation design tools on the market now than a year ago. Explore how this affects the industry, existing products, and potentially you.</div></a><a href="blog/whats-up-with-conversation-design-tools.html" class="card-btn w-button">Read more</a></div></div><div role="listitem" class="collection-item-4 w-dyn-item w-col w-col-4"><div class="card-text-wrapper s-p-24"><a href="blog/conversation-design-with-voxable-context-reference.html" class="link-block w-inline-block"><div class="card-title"><img width="70" loading="lazy" alt="An illustration of a desk with a computer and smart speaker. The computer displays the text "Conversation Design with Voxable" and the smart speaker displays the text "Context Reference."" src="https://cdn.prod.website-files.com/6170359d525787cd986bc625/61f37231d0062b88b60298f0_Conversation%20Design%20with%20Voxable%20-%20Context%20Ref%20-%20landscape.jpg" sizes="(max-width: 479px) 87vw, (max-width: 767px) 90vw, 25vw" srcset="https://cdn.prod.website-files.com/6170359d525787cd986bc625/61f37231d0062b88b60298f0_Conversation%20Design%20with%20Voxable%20-%20Context%20Ref%20-%20landscape-p-800.jpeg 800w, https://cdn.prod.website-files.com/6170359d525787cd986bc625/61f37231d0062b88b60298f0_Conversation%20Design%20with%20Voxable%20-%20Context%20Ref%20-%20landscape-p-1080.jpeg 1080w, https://cdn.prod.website-files.com/6170359d525787cd986bc625/61f37231d0062b88b60298f0_Conversation%20Design%20with%20Voxable%20-%20Context%20Ref%20-%20landscape-p-1600.jpeg 1600w, https://cdn.prod.website-files.com/6170359d525787cd986bc625/61f37231d0062b88b60298f0_Conversation%20Design%20with%20Voxable%20-%20Context%20Ref%20-%20landscape.jpg 1921w" class="image-8"/><h3 class="heading card-title l">Conversation Design with Voxable: Context Reference</h3></div><div class="div-block-4"><img alt="" loading="lazy" width="48" height="48" src="https://cdn.prod.website-files.com/6170359d525787cd986bc625/61cb2cb54d1a3eb38bbf4472_Icon%20Placeholder%202.png" class="image-7"/><div class="div-block-7"><div class="text-block-9">Lauren Golembiewski</div><div class="text-block-9 span1 f16">CEO & Co-founder</div></div></div><div class="shorttext">Voxable’s context reference feature gives users a way to associate specific text in a bot or user message to contexts.</div></a><a href="blog/conversation-design-with-voxable-context-reference.html" class="card-btn w-button">Read more</a></div></div><div role="listitem" class="collection-item-4 w-dyn-item w-col w-col-4"><div class="card-text-wrapper s-p-24"><a href="blog/conversation-design-with-voxable-notes.html" class="link-block w-inline-block"><div class="card-title"><img width="70" loading="lazy" alt="An illustration of a desk with a computer and smart speaker. The computer displays the text "Conversation Design with Voxable" and the smart speaker displays the text "Notes."" src="https://cdn.prod.website-files.com/6170359d525787cd986bc625/61e06376a494f9265c10641e_Conversation%20Design%20with%20Voxable%20-%20Notes%20-%20landscape.png" sizes="(max-width: 479px) 87vw, (max-width: 767px) 90vw, 25vw" srcset="https://cdn.prod.website-files.com/6170359d525787cd986bc625/61e06376a494f9265c10641e_Conversation%20Design%20with%20Voxable%20-%20Notes%20-%20landscape-p-1080.png 1080w, https://cdn.prod.website-files.com/6170359d525787cd986bc625/61e06376a494f9265c10641e_Conversation%20Design%20with%20Voxable%20-%20Notes%20-%20landscape-p-1600.png 1600w, https://cdn.prod.website-files.com/6170359d525787cd986bc625/61e06376a494f9265c10641e_Conversation%20Design%20with%20Voxable%20-%20Notes%20-%20landscape.png 1921w" class="image-8"/><h3 class="heading card-title l">Conversation Design with Voxable: Notes</h3></div><div class="div-block-4"><img alt="" loading="lazy" width="48" height="48" src="https://cdn.prod.website-files.com/6170359d525787cd986bc625/61cb2cb54d1a3eb38bbf4472_Icon%20Placeholder%202.png" class="image-7"/><div class="div-block-7"><div class="text-block-9">Lauren Golembiewski</div><div class="text-block-9 span1 f16">CEO & Co-founder</div></div></div><div class="shorttext">Voxable’s note feature gives users an easy way to annotate designs with details about decisions, development direction, and ongoing project management.</div></a><a href="blog/conversation-design-with-voxable-notes.html" class="card-btn w-button">Read more</a></div></div><div role="listitem" class="collection-item-4 w-dyn-item w-col w-col-4"><div class="card-text-wrapper s-p-24"><a href="blog/ai-assisted-conversational-prototypes-with-voxable.html" class="link-block w-inline-block"><div class="card-title"><img width="70" loading="lazy" alt="A computer circuit backgrounf pattern with a mind map connecting the following words: prototype, message, AI, test, automate, iterate" src="https://cdn.prod.website-files.com/6170359d525787cd986bc625/61d62deef499ea172e0f41f5_61a676b751e28212b1cd4f53_AI%2520Assisted%2520Prototypes%2520-%2520Landscape%2520copy.jpeg" sizes="(max-width: 479px) 87vw, (max-width: 767px) 90vw, 25vw" srcset="https://cdn.prod.website-files.com/6170359d525787cd986bc625/61d62deef499ea172e0f41f5_61a676b751e28212b1cd4f53_AI%2520Assisted%2520Prototypes%2520-%2520Landscape%2520copy-p-500.jpeg 500w, https://cdn.prod.website-files.com/6170359d525787cd986bc625/61d62deef499ea172e0f41f5_61a676b751e28212b1cd4f53_AI%2520Assisted%2520Prototypes%2520-%2520Landscape%2520copy-p-800.jpeg 800w, https://cdn.prod.website-files.com/6170359d525787cd986bc625/61d62deef499ea172e0f41f5_61a676b751e28212b1cd4f53_AI%2520Assisted%2520Prototypes%2520-%2520Landscape%2520copy-p-1080.jpeg 1080w, https://cdn.prod.website-files.com/6170359d525787cd986bc625/61d62deef499ea172e0f41f5_61a676b751e28212b1cd4f53_AI%2520Assisted%2520Prototypes%2520-%2520Landscape%2520copy-p-1600.jpeg 1600w, https://cdn.prod.website-files.com/6170359d525787cd986bc625/61d62deef499ea172e0f41f5_61a676b751e28212b1cd4f53_AI%2520Assisted%2520Prototypes%2520-%2520Landscape%2520copy.jpeg 1920w" class="image-8"/><h3 class="heading card-title l">AI-Assisted Conversational Prototypes with Voxable</h3></div><div class="div-block-4"><img alt="" loading="lazy" width="48" height="48" src="https://cdn.prod.website-files.com/6170359d525787cd986bc625/61cb2d18fbec0467f70eb842_Icon%20Placeholder%202.png" class="image-7"/><div class="div-block-7"><div class="text-block-9">Matt Buck</div><div class="text-block-9 span1 f16">CTO & Co-founder</div></div></div><div class="shorttext">Check out the future of AI-assisted conversational prototypes with Voxable.</div></a><a href="blog/ai-assisted-conversational-prototypes-with-voxable.html" class="card-btn w-button">Read more</a></div></div><div role="listitem" class="collection-item-4 w-dyn-item w-col w-col-4"><div class="card-text-wrapper s-p-24"><a href="blog/conversation-design-with-voxable-voice-selection-with-amazon-polly.html" class="link-block w-inline-block"><div class="card-title"><img width="70" loading="lazy" alt="An illustration of a desk with a computer and smart speaker. The computer displays the text "Conversation Design with Voxable" and the smart speaker displays the text "Voice Selection."" src="https://cdn.prod.website-files.com/6170359d525787cd986bc625/61d62e0823c93399c46eb2a3_61853695e0d877419cac37c1_Conversation%2520Design%2520with%2520Voxable%2520-%2520Chat%2520Preview%2520-%2520landscape.jpeg" sizes="(max-width: 479px) 87vw, (max-width: 767px) 90vw, 25vw" srcset="https://cdn.prod.website-files.com/6170359d525787cd986bc625/61d62e0823c93399c46eb2a3_61853695e0d877419cac37c1_Conversation%2520Design%2520with%2520Voxable%2520-%2520Chat%2520Preview%2520-%2520landscape-p-800.jpeg 800w, https://cdn.prod.website-files.com/6170359d525787cd986bc625/61d62e0823c93399c46eb2a3_61853695e0d877419cac37c1_Conversation%2520Design%2520with%2520Voxable%2520-%2520Chat%2520Preview%2520-%2520landscape-p-1080.jpeg 1080w, https://cdn.prod.website-files.com/6170359d525787cd986bc625/61d62e0823c93399c46eb2a3_61853695e0d877419cac37c1_Conversation%2520Design%2520with%2520Voxable%2520-%2520Chat%2520Preview%2520-%2520landscape-p-1600.jpeg 1600w, https://cdn.prod.website-files.com/6170359d525787cd986bc625/61d62e0823c93399c46eb2a3_61853695e0d877419cac37c1_Conversation%2520Design%2520with%2520Voxable%2520-%2520Chat%2520Preview%2520-%2520landscape.jpeg 1921w" class="image-8"/><h3 class="heading card-title l">Conversation Design with Voxable: Voice Selection with Amazon Polly</h3></div><div class="div-block-4"><img alt="" loading="lazy" width="48" height="48" src="https://cdn.prod.website-files.com/6170359d525787cd986bc625/61cb2cb54d1a3eb38bbf4472_Icon%20Placeholder%202.png" class="image-7"/><div class="div-block-7"><div class="text-block-9">Lauren Golembiewski</div><div class="text-block-9 span1 f16">CEO & Co-founder</div></div></div><div class="shorttext">Voxable’s voice selection feature allows users to design with all 31 languages and dialects supported by Amazon Polly.</div></a><a href="blog/conversation-design-with-voxable-voice-selection-with-amazon-polly.html" class="card-btn w-button">Read more</a></div></div><div role="listitem" class="collection-item-4 w-dyn-item w-col w-col-4"><div class="card-text-wrapper s-p-24"><a href="blog/migrate-from-botmock-to-voxable.html" class="link-block w-inline-block"><div class="card-title"><img width="70" loading="lazy" alt="The Botmock logo, an arrow pointing to the right, and the Voxable logo." src="https://cdn.prod.website-files.com/6170359d525787cd986bc625/61d62e0d9d24dab9888bae68_6182e0e17b27547099c99456_Botmock%2520to%2520Voxable%2520landscape.jpeg" sizes="(max-width: 479px) 87vw, (max-width: 767px) 90vw, 25vw" srcset="https://cdn.prod.website-files.com/6170359d525787cd986bc625/61d62e0d9d24dab9888bae68_6182e0e17b27547099c99456_Botmock%2520to%2520Voxable%2520landscape-p-500.jpeg 500w, https://cdn.prod.website-files.com/6170359d525787cd986bc625/61d62e0d9d24dab9888bae68_6182e0e17b27547099c99456_Botmock%2520to%2520Voxable%2520landscape-p-800.jpeg 800w, https://cdn.prod.website-files.com/6170359d525787cd986bc625/61d62e0d9d24dab9888bae68_6182e0e17b27547099c99456_Botmock%2520to%2520Voxable%2520landscape-p-1080.jpeg 1080w, https://cdn.prod.website-files.com/6170359d525787cd986bc625/61d62e0d9d24dab9888bae68_6182e0e17b27547099c99456_Botmock%2520to%2520Voxable%2520landscape-p-1600.jpeg 1600w, https://cdn.prod.website-files.com/6170359d525787cd986bc625/61d62e0d9d24dab9888bae68_6182e0e17b27547099c99456_Botmock%2520to%2520Voxable%2520landscape.jpeg 1920w" class="image-8"/><h3 class="heading card-title l">Migrate from Botmock to Voxable</h3></div><div class="div-block-4"><img alt="" loading="lazy" width="48" height="48" src="https://cdn.prod.website-files.com/6170359d525787cd986bc625/61cb2d18fbec0467f70eb842_Icon%20Placeholder%202.png" class="image-7"/><div class="div-block-7"><div class="text-block-9">Matt Buck</div><div class="text-block-9 span1 f16">CTO & Co-founder</div></div></div><div class="shorttext">Reach out to Voxable to begin migrating your designs from Botmock before it shuts down public access on December 1.</div></a><a href="blog/migrate-from-botmock-to-voxable.html" class="card-btn w-button">Read more</a></div></div><div role="listitem" class="collection-item-4 w-dyn-item w-col w-col-4"><div class="card-text-wrapper s-p-24"><a href="blog/conversation-design-with-voxable-the-design-assistant.html" class="link-block w-inline-block"><div class="card-title"><img width="70" loading="lazy" alt="An illustration of a desk with a computer and smart speaker. The computer displays the text "Conversation Design with Voxable" and the smart speaker displays the text "Voxable Assistant."" src="https://cdn.prod.website-files.com/6170359d525787cd986bc625/6304f03176759485885720bd_Conversation%20Design%20with%20Voxable%20-%20Context%20Ref%20-%20landscape.png" sizes="(max-width: 479px) 87vw, (max-width: 767px) 90vw, 25vw" srcset="https://cdn.prod.website-files.com/6170359d525787cd986bc625/6304f03176759485885720bd_Conversation%20Design%20with%20Voxable%20-%20Context%20Ref%20-%20landscape-p-500.png 500w, https://cdn.prod.website-files.com/6170359d525787cd986bc625/6304f03176759485885720bd_Conversation%20Design%20with%20Voxable%20-%20Context%20Ref%20-%20landscape-p-800.png 800w, https://cdn.prod.website-files.com/6170359d525787cd986bc625/6304f03176759485885720bd_Conversation%20Design%20with%20Voxable%20-%20Context%20Ref%20-%20landscape-p-1080.png 1080w, https://cdn.prod.website-files.com/6170359d525787cd986bc625/6304f03176759485885720bd_Conversation%20Design%20with%20Voxable%20-%20Context%20Ref%20-%20landscape-p-1600.png 1600w, https://cdn.prod.website-files.com/6170359d525787cd986bc625/6304f03176759485885720bd_Conversation%20Design%20with%20Voxable%20-%20Context%20Ref%20-%20landscape.png 1921w" class="image-8"/><h3 class="heading card-title l">Conversation Design with Voxable: the Voxable Assistant</h3></div><div class="div-block-4"><img alt="" loading="lazy" width="48" height="48" src="https://cdn.prod.website-files.com/6170359d525787cd986bc625/61cb2d18fbec0467f70eb842_Icon%20Placeholder%202.png" class="image-7"/><div class="div-block-7"><div class="text-block-9">Matt Buck</div><div class="text-block-9 span1 f16">CTO & Co-founder</div></div></div><div class="shorttext">The Voxable Assistant, powered by OpenAI’s GPT-3, can suggest potential user or bot messages in conversation designs with the click of a button.</div></a><a href="blog/conversation-design-with-voxable-the-design-assistant.html" class="card-btn w-button">Read more</a></div></div><div role="listitem" class="collection-item-4 w-dyn-item w-col w-col-4"><div class="card-text-wrapper s-p-24"><a href="blog/conversation-design-with-voxable-chat-preview.html" class="link-block w-inline-block"><div class="card-title"><img width="70" loading="lazy" alt="An illustration of a desk with a computer and smart speaker. The computer displays the text "Conversation Design with Voxable" and the smartspeaker displays the text "Chat Preview."."" src="https://cdn.prod.website-files.com/6170359d525787cd986bc625/61d62dffbcc700bb407e5b4a_6130f796425e861510f15665_Conversation%2520Design%2520with%2520Voxable%2520-%2520Chat%2520Preview%2520-%2520landscape.png" sizes="(max-width: 479px) 87vw, (max-width: 767px) 90vw, 25vw" srcset="https://cdn.prod.website-files.com/6170359d525787cd986bc625/61d62dffbcc700bb407e5b4a_6130f796425e861510f15665_Conversation%2520Design%2520with%2520Voxable%2520-%2520Chat%2520Preview%2520-%2520landscape-p-1080.png 1080w, https://cdn.prod.website-files.com/6170359d525787cd986bc625/61d62dffbcc700bb407e5b4a_6130f796425e861510f15665_Conversation%2520Design%2520with%2520Voxable%2520-%2520Chat%2520Preview%2520-%2520landscape-p-1600.png 1600w, https://cdn.prod.website-files.com/6170359d525787cd986bc625/61d62dffbcc700bb407e5b4a_6130f796425e861510f15665_Conversation%2520Design%2520with%2520Voxable%2520-%2520Chat%2520Preview%2520-%2520landscape.png 1921w" class="image-8"/><h3 class="heading card-title l">Conversation Design with Voxable: Chat Preview</h3></div><div class="div-block-4"><img alt="" loading="lazy" width="48" height="48" src="https://cdn.prod.website-files.com/6170359d525787cd986bc625/61cb2cb54d1a3eb38bbf4472_Icon%20Placeholder%202.png" class="image-7"/><div class="div-block-7"><div class="text-block-9">Lauren Golembiewski</div><div class="text-block-9 span1 f16">CEO & Co-founder</div></div></div><div class="shorttext">Voxable’s chat preview helps users visualize how chat-based interactions will look to users or customers.</div></a><a href="blog/conversation-design-with-voxable-chat-preview.html" class="card-btn w-button">Read more</a></div></div></div><div role="navigation" aria-label="List" class="w-pagination-wrapper pagination-2 pagi"><div aria-label="Page 1 of 5" role="heading" class="w-page-count page-count">1 / 5</div><a href="blog%3F0deb5ab9_page=2.html" aria-label="Next Page" class="w-pagination-next next-2"><div class="text-block-25 w-inline-block">Next</div><svg class="w-pagination-next-icon icon" height="12px" width="12px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" transform="translate(0, 1)"><path fill="none" stroke="currentColor" fill-rule="evenodd" d="M4 2l4 4-4 4"></path></svg></a><link rel="prerender" href="blog%3F0deb5ab9_page=2.html"/></div></div></div></div></div><footer class="footer dark footer-dark-8"><div data-w-id="0bd95c3d-951c-dfdb-9eed-24e320b08726" class="container"><div class="w-layout-grid footer-grid"><div class="div-block-11"><a href="workshops.html" class="footer-logo w-nav-brand"><img src="https://cdn.prod.website-files.com/6132073db54f286490cd15c6/61a508f5a23d184e8b958a0e_Brand%20Logo%20Dark.svg" alt="The Voxable logo looks like a circle with a sound wave forming the shape of the letter V with the word Voxable next to it. " class="brand-logo-image"/></a><p class="paragraph">The conversation design platform for teams that want to build better voice and chat apps.</p><div class="footer-social-media"><div class="sm-icons-wrapper"><a href="https://twitter.com/voxable" target="_blank" class="sm-icon-link w-inline-block"><div class="social-media-icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" width="1em" height="1em" style="-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);" preserveAspectRatio="xMidYMid meet" viewBox="0 0 1024 1024"><path d="M928 254.3c-30.6 13.2-63.9 22.7-98.2 26.4a170.1 170.1 0 0 0 75-94a336.64 336.64 0 0 1-108.2 41.2A170.1 170.1 0 0 0 672 174c-94.5 0-170.5 76.6-170.5 170.6c0 13.2 1.6 26.4 4.2 39.1c-141.5-7.4-267.7-75-351.6-178.5a169.32 169.32 0 0 0-23.2 86.1c0 59.2 30.1 111.4 76 142.1a172 172 0 0 1-77.1-21.7v2.1c0 82.9 58.6 151.6 136.7 167.4a180.6 180.6 0 0 1-44.9 5.8c-11.1 0-21.6-1.1-32.2-2.6C211 652 273.9 701.1 348.8 702.7c-58.6 45.9-132 72.9-211.7 72.9c-14.3 0-27.5-.5-41.2-2.1C171.5 822 261.2 850 357.8 850C671.4 850 843 590.2 843 364.7c0-7.4 0-14.8-.5-22.2c33.2-24.3 62.3-54.4 85.5-88.2z" fill="#ffffff"/></svg></div><img src="https://cdn.prod.website-files.com/6132073db54f286490cd15c6/61a508ac8f6a2177465285d4_Vector.svg" loading="lazy" alt=""/></a><a href="https://www.linkedin.com/company/voxable" target="_blank" class="sm-icon-link w-inline-block"><div class="social-media-icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" width="1em" height="1em" style="-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);" preserveAspectRatio="xMidYMid meet" viewBox="0 0 1024 1024"><path d="M941.3 296.1a112.3 112.3 0 0 0-79.2-79.3C792.2 198 512 198 512 198s-280.2 0-350.1 18.7A112.12 112.12 0 0 0 82.7 296C64 366 64 512 64 512s0 146 18.7 215.9c10.3 38.6 40.7 69 79.2 79.3C231.8 826 512 826 512 826s280.2 0 350.1-18.8c38.6-10.3 68.9-40.7 79.2-79.3C960 658 960 512 960 512s0-146-18.7-215.9zM423 646V378l232 133l-232 135z" fill="#ffffff"/></svg></div><img src="https://cdn.prod.website-files.com/6132073db54f286490cd15c6/61a508adbb317765700f2ba6_Vector-1.svg" loading="lazy" alt=""/></a><a href="https://www.instagram.com/getvoxable/https://www.instagram.com/getvoxable/" target="_blank" class="sm-icon-link w-inline-block"><div class="social-media-icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" width="1em" height="1em" style="-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);" preserveAspectRatio="xMidYMid meet" viewBox="0 0 1024 1024"><path d="M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM349.3 793.7H230.6V411.9h118.7v381.8zm-59.3-434a68.8 68.8 0 1 1 68.8-68.8c-.1 38-30.9 68.8-68.8 68.8zm503.7 434H675.1V608c0-44.3-.8-101.2-61.7-101.2c-61.7 0-71.2 48.2-71.2 98v188.9H423.7V411.9h113.8v52.2h1.6c15.8-30 54.5-61.7 112.3-61.7c120.2 0 142.3 79.1 142.3 181.9v209.4z" fill="#ffffff"/></svg></div><img src="https://cdn.prod.website-files.com/6132073db54f286490cd15c6/61a508acd8e0b18279335ee1_Vector-2.svg" loading="lazy" alt=""/></a><a href="https://www.youtube.com/channel/UCmJD3DSMhi_3la1WhMbRBmQ" target="_blank" class="sm-icon-link w-inline-block"><div class="social-media-icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" width="1em" height="1em" style="-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);" preserveAspectRatio="xMidYMid meet" viewBox="0 0 1024 1024"><path d="M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM349.3 793.7H230.6V411.9h118.7v381.8zm-59.3-434a68.8 68.8 0 1 1 68.8-68.8c-.1 38-30.9 68.8-68.8 68.8zm503.7 434H675.1V608c0-44.3-.8-101.2-61.7-101.2c-61.7 0-71.2 48.2-71.2 98v188.9H423.7V411.9h113.8v52.2h1.6c15.8-30 54.5-61.7 112.3-61.7c120.2 0 142.3 79.1 142.3 181.9v209.4z" fill="#ffffff"/></svg></div><img src="https://cdn.prod.website-files.com/6132073db54f286490cd15c6/61a508ac1e66ba385465d491_Vector-3.svg" loading="lazy" alt=""/></a><a href="https://www.facebook.com/Voxable" target="_blank" class="sm-icon-link w-inline-block"><div class="social-media-icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" width="1em" height="1em" style="-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);" preserveAspectRatio="xMidYMid meet" viewBox="0 0 1024 1024"><path d="M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM349.3 793.7H230.6V411.9h118.7v381.8zm-59.3-434a68.8 68.8 0 1 1 68.8-68.8c-.1 38-30.9 68.8-68.8 68.8zm503.7 434H675.1V608c0-44.3-.8-101.2-61.7-101.2c-61.7 0-71.2 48.2-71.2 98v188.9H423.7V411.9h113.8v52.2h1.6c15.8-30 54.5-61.7 112.3-61.7c120.2 0 142.3 79.1 142.3 181.9v209.4z" fill="#ffffff"/></svg></div><img src="https://cdn.prod.website-files.com/6132073db54f286490cd15c6/61a508ad30a7f12e84bb0a9d_Vector-4.svg" loading="lazy" alt=""/></a></div></div></div><div><ul role="list" class="list w-list-unstyled"><li><a href="product.html" class="vertical-menu-link color-inverse">Product</a></li><li><a href="blog.html" aria-current="page" class="vertical-menu-link color-inverse w--current">Blog</a></li><li><a href="hire-us.html" class="vertical-menu-link color-inverse">Contact</a></li><li class="list-item-3"><a href="about.html" class="vertical-menu-link color-inverse">About</a></li><li><a href="learn.html" class="vertical-menu-link color-inverse">Course</a></li></ul></div></div><div class="footer-bottom color-inverse"><div class="copyright">© 2023 Voxable, Inc. All rights reserved.</div><div><a href="https://voxable.io/privacy" target="_blank" class="vertical-menu-link color-inverse p30">Privacy policy</a></div></div></div></footer><script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=6132073db54f286490cd15c6" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/6132073db54f286490cd15c6/js/webflow.7527bb8a4.js" type="text/javascript"></script><!-- Copying by clicking on Comp name -->
<script>
const Webflow = window.Webflow || []; Webflow.push(function(){
// USER CONFIGURATION
// ==================
// Enter the class names of your styled page number links
const linkClassName = 'page-link';
const currentClassName = 'current-page';
// Set the max range of page numbers to show (false or integer)
const maxPageCount = 10;
// PAGINATION MAGIC (DON'T EDIT)
// =============================
$('.w-page-count').each(function(){
const collectionUrl = $(this).closest('.w-pagination-wrapper').find('[class*="w-pagination"]').first().prop('href').split('=')[0];
const totalPageCount = parseInt(/[^/]*$/.exec($(this).text())[0].trim());
const currentPageNumber = parseInt($(this).text().split('/')[0].trim());
let pageCount = maxPageCount || totalPageCount;
const pagesToDisplay = Math.max(1, Math.min(pageCount, totalPageCount));
const middlePageNumber = Math.ceil((pagesToDisplay - 1) / 2);
const endingPageNumber = Math.min(Math.max(1, currentPageNumber - middlePageNumber) + (pagesToDisplay - 1), totalPageCount);
const startingPageNumber = endingPageNumber - (pagesToDisplay - 1);
$(this).empty();
for (let i = startingPageNumber; i <= endingPageNumber; i++) {
let pageNumber = i;
let pageLink = collectionUrl + '=' + pageNumber;
let isCurrentPage = pageNumber == currentPageNumber;
const $anchor = $('<a>', {
class: [isCurrentPage && currentClassName, linkClassName].filter(a => a).join(' '),
href: pageLink,
text: pageNumber,
});
$(this).append($anchor);
}
});
})
</script>
<script>
function copy(text) {
const textarea = document.createElement("textarea");
textarea.style = "position: absolute; left: -100vw;";
textarea.value = text;
document.body.appendChild(textarea);
textarea.select();
document.execCommand("copy");
document.body.removeChild(textarea);
}
function copyText(e) {
const elem = e.currentTarget;
const text = elem.textContent;
copy(text);
elem.textContent = "Copied to clipboard ✨ Press Cmd + E in Webflow ⭢ Paste";
setTimeout(() => {
elem.textContent = text;
}, 3000);
}
const elems = document.querySelectorAll(".component-wrapper-label");
elems.forEach(elem => elem.addEventListener("click", copyText, false));
</script>
<!-- Dynamic Copyright Year -->
<script>
window.onload = function() {
var date = new Date().getFullYear();
var year = document.getElementById("year")
if (year) {
year.innerHTML = date;
}
}
</script>
<!-- Live Components -->
<script src="https://systemflowco.github.io/scripts/counter-min.js"></script>
<script src="https://systemflowco.github.io/scripts/cookie-min.js"></script>
<script src="https://systemflowco.github.io/scripts/temporal-min.js"></script>
<script src="https://systemflowco.github.io/scripts/confetti-min.js"></script>
<script src="https://systemflowco.github.io/scripts/query-min.js"></script>
<script src="https://systemflowco.github.io/scripts/queryform-min.js"></script>
<script src="https://systemflowco.github.io/scripts/store-min.js"></script>
<script src="https://systemflowco.github.io/scripts/countup-min.js"></script>
<script src="https://systemflowco.github.io/scripts/prefilled-min.js"></script>
</body></html>