+ Build a custom a chatbot like ChatGPT for your website or for personal use. No coding + required. +
+We have prepared multiple demos on what you can build + with our tools in less than 5 minutes - same amount of time
+Once you provide your website, PDF files, etc... , we use + powerful crawlers to crawl your data and transform it to knowledge using LLMs! .
+Well, a lot.
+Trained on your very own data whatever it is
+Upload your books, and ask the bot any question
+Your employees doesnot have to waste more time searching Confluence
+Create private chatbot and share them with your clients
+Upload your books, texts, and then ask the bot any question
+You can use the bot as you wish! it's that simple
+We have a generous free tier available to get + you started right away.
+Our pricing is simple, transparent and adapts to the size of your company.
++ No coding knowledge is required! Openchat.so have intuitive interface and easy to use and you can get your own chatbot in a few minutes. +
++ Yes, you can use multiple data sources for your chatbot. Currently, we support website (we do the scraping), PDF files, Notion and Confluence. We are working on adding more data sources. +
++ Currently you can't change your chatbot styling settings, but we are working on adding this feature very very soon. +
++ Your chatbot will be able to answer questions in almost all languages (+100 Languages). Thanks to the power of LLMs. +
++ Yes, you can share your chatbot url with anyone and they will be able to use it! the chatbot will be available on a public url. +
++ We store your data on a secure server in Germany and we don't share it with anyone. however, you can enable the "enhanced privacy mode" and we will not store any data on our servers (expect temporarily for the chatbot training) . +
++ If you have a problem, or you have a feature request, you can contact us at hey@openchat.so and we should be able to help you. +
++ Yes you can! you can embed the chatbot on your website using the embed code we provide. +
+We have a generous free tier available to get you started right away.
++ Our Commitment to Safeguarding Your Privacy and Confidentiality +
+At OpenChat, we value your privacy and are committed to protecting your personal information. This Privacy Policy outlines how we collect, use, disclose, and store your data when you use our product, OpenChat. Please take the time to read this policy carefully to understand our practices regarding your personal information.
+ +When you sign up for OpenChat, we may collect certain personal information, including but not limited to:
+We also gather usage information when you interact with OpenChat, such as:
+We utilize your personal information to:
+We may use your email address to send you important notifications, updates about OpenChat, and relevant promotional materials. You can opt-out of marketing communications at any time.
+ +We may engage trusted third-party service providers to assist us in operating, maintaining, and improving OpenChat. These providers are bound by confidentiality obligations and are only authorized to use your personal information as necessary to provide services to us.
+ +We may disclose your personal information if required to do so by law or if we believe that such action is necessary to:
+We implement security measures to protect your personal information from unauthorized access, disclosure, alteration, or destruction. However, please be aware that no method of transmission over the internet or electronic storage is 100% secure.
+ +We retain your personal information for as long as necessary to fulfill the purposes outlined in this Privacy Policy, unless a longer retention period is required or permitted by law.
+ +You have the right to:
+OpenChat is not intended for use by individuals under the age of 13. We do not knowingly collect personal information from children. If we become aware that we have collected personal information from a child without parental consent, we will take steps to remove that information from our servers.
+ +We may update this Privacy Policy from time to time. We will notify you of any significant changes by email or through a notice on the OpenChat website or app.
+ +If you have any questions, concerns, or requests regarding this Privacy Policy or the processing of your personal information, please contact us at contact@openchat.com.
+ +Last Updated: [Date]
+ +Note: This privacy policy template is provided as a general guide. Depending on the specific nature of your product and jurisdiction, you may need to tailor the policy to meet your unique requirements and comply with applicable laws and regulations. It is always recommended to seek legal advice to ensure compliance.
++ Aenean sed adipiscing diam donec adipiscing tristique risus nec feugiat auctor urna nunc id cursus metus aliquam eleifend, arcu dictum varius duis at consectetur lorem donec massa sapien, sed risus ultricies tristique nulla aliquet. Morbi tristique senectus et netus et, nibh nisl condimentum id venenatis a condimentum vitae sapien. +
+And here how we are going to do it:
+ + + +Select the source of your data to train your new chatbot, you can + always add new sources later
+ +
+
+
+
+
+
+ website:
+ {{$source->getRootUrl()}}
+
+ |
+
+
+ {{$source->getCrawledPages()->count()}} pages scanned
+
+ |
+
+
+ @if($source->getCrawlingStatus()->isPending())
+
+ {{$source->getCrawlingStatus()->getLabel()}}
+
+ @elseif($source->getCrawlingStatus()->isInProgress())
+
+ {{$source->getCrawlingStatus()->getLabel()}}
+
+ @elseif($source->getCrawlingStatus()->isCompleted())
+
+ {{$source->getCrawlingStatus()->getLabel()}}
+
+ @elseif($source->getCrawlingStatus()->isFailed())
+
+ {{$source->getCrawlingStatus()->getLabel()}}
+
+ @endif
+
+ |
+
+
+
+
+
+ Re-sync
+
+
+
+ soon
+
+ |
+ + + | +
+
+
+
+ |
+
+
+
+
+
+
+ Bulk Upload of Pdf files
+
+
+ |
+
+
+ {{count($source->getFiles())}} files scanned
+
+ |
+
+ @if($source->getCreatedAt()->diffInMinutes(now()) <= 3)
+
+ In progress (eta: {{$source->getCreatedAt()->addMinutes(3)->diffForHumans()}})
+
+ @else
+
+ Completed
+
+ @endif
+ |
+
+
+
+
+
+ Re-sync
+
+
+
+ soon
+
+ |
+ + + | + +
+
+
+
+ |
+
+