NewOaks AI is an AI chatbot builder, which allows you to engage with customers, nurture leads and book conversational appointments for your website, text SMS and files by Custom ChatGPT and Claude. The open source code is the chat bubble embedded on websites to engage with customers.
Website | Documentation | Blog | Twitter
- 🎈 Chat page is embedded in a website as a bubble
- You can also use
iframe
to embed the chat bubble as part of the page - Or you can simple use the chat bubble as a syandalone page
npx degit github:szguoxz/chatbubble my-chatbot-example
cd my-chatbot-example
yarn install
yarn dev
Visit:http://localhost:3000
<!-- Embed the chat bubble into your website -->
<script type="module" src="http://YOUR-DOMAIN/embed.bubble.js"></script>
<!-- Embed as iframe -->
<iframe src="http://YOUR-DOMAIN/chatbot" />
-
How to build the chatbubble script:
embed.bubble.js
chatbubble source code:
/bubble/*
Build command:
yarn build:bubble
,need to run under the project root directory。After build succeeded,
embed.bubble.js
will be copied intopublic
folder。Then you can visit:
http://localhost:3000/embed.bubble.js
You'll find a lot of resources to help you get started with HeyForm in the help center. However, if you can't find what you're looking for there, don't hesitate to reach out to us:
Have a question? Join the Discord server and get instant help.
Found a bug? Create an issue
Visit Official website