Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 2.15 KB

README.md

File metadata and controls

61 lines (40 loc) · 2.15 KB

Newoaks AI React Chat Bubble

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

NewOaks AI

✨ features

  • 🎈 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

Quick Start

npx degit github:szguoxz/chatbubble my-chatbot-example

cd my-chatbot-example

yarn install

yarn dev

Visit:http://localhost:3000

How to use the code

<!-- 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" />

FAQ

  • 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 into public folder。

    Then you can visit:http://localhost:3000/embed.bubble.js

Support & Community

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

Want to know more?

Visit Official website

Any questions?, welcome to submit issues or send email to :[email protected]