Flutter Chatbots for Your Flutter Apps

The simplest SDK to embed beautiful, AI-powered chatbots directly into your mobile applications. Built with Flutter, for Flutter.

AI Assistant

● Online

Hello! How can I help you today?

How do I integrate your SDK?

Great question! You can find our comprehensive documentation...

Customization Panel

SaaS Platform

Deploy Everywhere, Integrate with Ease.

Our chatbot isn't just for Flutter apps. Seamlessly integrate it into any website or mobile application with just a few lines of code. It's as simple as copy and paste.

Works with any framework
Web & Mobile Ready
JS

For Web (HTML/JS)

app.component.html
<iframe
  src="https://widget-chat.com/embed?..."
  style="position: fixed; bottom: 20px; right: 20px; border: none; width: 400px; height: 600px; z-index: 9999;"
></iframe>
            
Fl

For Flutter

main.dart (Flutter)
Scaffold(
  floatingActionButton: SimpleChatFab(
    configuration: BotConfiguration(
      userID: '99',
      projectSecretKey: 'your_secret',
    ),
  ),
)
            

Everything you need to build

Powerful features for a seamless developer experience.

Train with Links

Easily train your chatbot using links to your documentation, FAQs, or any web content.

Customize UI

Tailor the chatbot's appearance to match your app's branding and user experience.

Fast Integration

Integrate the chatbot into your Flutter app in minutes with our intuitive SDK.

See it in Action

Click the button below to interact with a live demo of our chatbot, right here on this page.

Get Started in 3 Simple Steps

Go from zero to a fully functional chatbot in minutes.

1

Paste URLs

Provide links to your knowledge base, docs, or website.

2

Customize

Adjust the chatbot's colors, and style to match your app.

3

Embed

Copy the code snippet and embed it in your Flutter app.