TypebotT
Typebot17mo ago
shankar

hosting in docker

Hey I am new to this... I am planning to self host typebot using docker. Wondering what would be the embed url to use it in html ?

Below snippet I found in docs but this is using cloud's url( https://cdn.jsdelivr.net/npm/@typebot.io/js@0.3/dist/web.js) since I deployed typebot in docker in local, what would be the new localhost url ?

<script type="module">
  import Typebot from 'https://cdn.jsdelivr.net/npm/@typebot.io/js@0.3/dist/web.js'

  Typebot.initStandard({
    typebot: 'my-typebot',
  })
</script>

<typebot-standard style="width: 100%; height: 600px; "></typebot-standard>


instead of this https://cdn.jsdelivr.net/npm/@typebot.io/js@0.3/dist/web.js what i need to use ? please help
Was this page helpful?