Share feedback, ideas and get community help

Home
Members
shankar
s
shankar
Offline, last seen 3 months ago
Joined September 13, 2024
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/[email protected]/dist/web.js) since I deployed typebot in docker in local, what would be the new localhost url ?

Plain Text
<script type="module">
  import Typebot from 'https://cdn.jsdelivr.net/npm/@typebot.io/[email protected]/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/[email protected]/dist/web.js what i need to use ? please help
2 comments
B
W