Web
Install VableAI in less than 5 minutes.
Getting Started
Get started in installing VableAI to your website.
Note that VableAI offers specialised SDKs for different frameworks like React and Vue.
Installation
Add this script to your website's HTML file (in the head tab).
<script
id="vable-js"
src="https://js.vable.ai/vable.js" data-public-key="<replace_with_public_key>" async>
</script>
Alternatively, you can add the script and initialize it manually:
<script src="https://js.vable.ai/vable.js"></script>
<script>
VableAI.intialize({publicKey: "<replace_with_public_key>"});
</script>
Next Steps
Once installed, you should be able to see the VableAI widget on your website.