Add an AI chat that actually knows your products

Drop a script tag into WordPress, Shopify, Wix, Squarespace, or Webflow and get a streaming assistant that answers product, order, and support questions β€” no code required.

Free for one siteBring your own n8n + LLM keyPay once, no subscription

Hi! I’m here if you need anything

Runs on the model and tools you already use β€” swap any of them from the n8n editor

n8n
OpenAI
Gemini
Claude
Cloudflare
PostgreSQL
MongoDB
Redis
Airtable
Supabase
Shopify
WooCommerce
WordPress
Discord
Slack
Telegram
Gmail
Notion
Google Sheets
Google Drive
GitHub
0+
n8n integrations one agent can reach
3
ways to ship: Flutter SDK, script embed, WordPress plugin
2
store platforms with native sub-agents: Shopify and WooCommerce
$0
to start β€” free for one site, pay once for the full library
How it works

Live in three steps

No new infrastructure to stand up. FluxChat runs on the n8n instance and store platform you may already have.

Shopify
WooCommerce
WordPress
n8n
AI Chat Agent
1

Connect your store or site

Point FluxChat at your Shopify, WooCommerce, or WordPress store β€” or just your site's content β€” so the agent answers from real products, orders, and pages.

Widget themeSaved

Add-on workflows

  • Product search
  • RAG document search
  • Order lookup
  • Human handoff
2

Configure the widget and workflows

Set your theme in the widget designer, then switch on the n8n add-ons you need: product search, RAG document search, order lookups, human handoff.

<!-- paste before </body> -->

<script src="…/inspireui-n8n-chat-widget.min.js" async></script>

Live on your site
Works with caching plugins
3

Paste the snippet and go live

Drop the embed snippet into your site, or ship the Flutter SDK in your app. Visitors get streaming AI chat the moment you save.

Design your widget

Free for one site. No credit card required.

What your agent does

One agent, two jobs: selling and supporting

Both run as sub-agents on the same n8n backend β€” add-on workflows you turn on, swap, or edit, not fixed built-in features.

Sales agent

Turns catalog questions into carts.

Anything like the Trail Runner, but waterproof?
Two matches from your catalog, both in stock:

Trail Runner GTX

$129

Ridge Shell Low

$114

  • Product Search β€” Semantic product search β€” your agent answers "do you have anything like..." questions from a real vector index of your catalog, not keyword matching.
  • Product Sub-Agent β€” Answers detailed "tell me about this product" questions, pulling from your catalog API, image search, or document search β€” whichever fits the question.
  • Order Sub-Agent β€” Handles "where's my order" questions by looking up real order data from your store.

Support agent

Answers from your docs and orders, hands off when it should.

Where is order #4821?
It shipped yesterday and is due Thursday.

Order #4821 Β· 2 items

DHL Express Β· in transit

On time
  • Document Search (RAG) β€” Upload PDFs, spreadsheets, CSVs, Markdown, or plain text and your agent answers from them β€” your policies, FAQs, and docs, not just your product catalog.
  • Knowledge Sub-Agent β€” A lighter alternative to full RAG for teams whose knowledge base already lives in a database like Notion β€” queries your pages and databases directly.
  • Human Handoff β€” When the bot can't help, escalate the full conversation to a human in a channel instead of leaving the customer stuck.

Multiple LLM providers β€” OpenAI, Gemini, and custom models β€” the same flexibility n8n gives every workflow.

Browse all workflows
Product

Everything a chat product needs, already wired up

Streaming, rich cards, image generation, and three ways to ship β€” all driven by an n8n workflow you can open.

Which jacket packs smallest for travel?

The Featherlite Shell folds into its own pocket and weighs 180 g. It

streaming Β· memory on

Streaming, stateful chat

Replies stream token-by-token from your n8n AI Agent, with conversation memory carried turn-to-turn so the agent keeps context without you managing sessions client-side.

β€œstudio shot, white background”

AI image generation

A dedicated image studio plus in-chat generation, backed by your choice of OpenAI, Gemini, Cloudflare Workers AI, or Pollinations β€” swappable per workflow, not hardcoded.

Trail Runner GTX

$129 Β· In stock

Order #4821

Shipped Β· arrives Thu

Rich product, order & blog cards

Your agent's replies can embed real product, order, blog, and image cards β€” tap-to-open, rendered natively instead of as raw text.

Flutter SDKScript embedWordPress plugin

One n8n
backend

Three ways to use

Ship it as a Flutter SDK inside your app, a drop-in script embed on any site, or a WordPress plugin.

Chat webhookAI Chat AgentGPT Β· Claude Β· Gemini
Product searchRAG documentsOrder lookupHuman handoff

An n8n backend you can open

The agent's logic β€” prompts, tool routing, sub-agents β€” is a visual n8n workflow you can inspect and edit, not a black box behind an API you can't see into.

Under the hood

Why the backend is an n8n workflow, not a black box

Most chatbot SaaS products hide the agent logic entirely. FluxChat's AI Chat Agent is a real n8n workflow you can open in the editor, read, and change.

AI Chat Agent Β· activen8n editor
Chat webhookAI Chat AgentGPT Β· Claude Β· GeminiProduct searchRAG documentsOrder lookupHuman handoff

Visual, editable workflows

The agent's prompts and tool routing are a workflow you can open and read β€” not a black box behind an API.

Self-hosted, own your data

Run n8n yourself so conversations and API keys never have to pass through a third party.

400+ integrations

Shopify, WooCommerce, Sheets, Slack, CRMs, and more β€” without custom per-platform code.

Multi-LLM, multi-tool

One agent can call GPT, Claude, or Gemini and reach for vector stores, MCP tools, or sub-agents in a single flow.

Decoupled from app releases

Ship a new add-on, model, or data source by editing a workflow β€” no Flutter or JS rebuild required.

Portable by design

Workflows are just JSON, which is exactly what makes /workflows exports possible with no extra packaging system.

Ship it

Three ways to ship, one backend

Pick whichever matches how your product is built β€” all three talk to the same n8n workflow, so you maintain one agent, not three.

Support
Size 10 in stock?
Yes β€” two options:
For your mobile app

Flutter SDK

Drop the chat screens straight into your own iOS/Android app β€” streaming, image generation, and rich cards included.

<script>

window.FluxChatWidgetConfig = {

apiKey: "YOUR_API_KEY",

baseUrl: "https://n8n.yourstore.com",

theme: { position: "bottom-right" }

};

</script>

<script src="…/inspireui-n8n-chat-widget.min.js" async></script>

For any website

Script embed

One <script> tag on any site β€” WordPress, Shopify, Wix, Squarespace, Webflow, or plain HTML. Live today via the widget designer.

Settings β€Ί FluxChat Widget
Show the chat widget

n8n API key

β€’β€’β€’β€’β€’β€’β€’β€’β€’β€’β€’β€’β€’β€’β€’β€’β€’β€’β€’β€’β€’β€’ server-side
Save changes
For WordPress sites

WordPress plugin

A wp-admin install that keeps your API key server-side instead of in page source β€” more secure than the script embed.

Works withWordPressShopifyWooCommerceWixSquarespaceWebflowPlain HTMLFlutter
Platform guides
Early access

What we're building toward

Illustrative examples of the kind of feedback we're aiming for β€” real customer quotes will replace these as early access wraps up.

Illustrative
β€œBeing able to open the n8n workflow and actually see why the bot answered the way it did is the difference between trusting it and babysitting it.”

Illustrative example

Store owner, early access tester

Illustrative
β€œWe dropped the script embed into our Shopify theme in an afternoon and had the product sub-agent answering real catalog questions the same day.”

Illustrative example

Agency developer, early access tester

Illustrative
β€œStreaming replies and rich product cards, and the same backend powering our app and our website widget β€” one thing to maintain instead of three.”

Illustrative example

Founder, early access tester

FAQ

Frequently asked questions

Everything you need to know about FluxChat, pricing, and running the backend yourself.

FluxChat is three things working together: a Flutter chat SDK for your own app, an embeddable web widget for any site, and an n8n backend that runs the actual AI agent logic β€” streaming replies, image generation, and rich product/order/blog cards.

You'll need to deploy the n8n workflow and set your own credentials (API keys, store connection) once β€” that part doesn't require n8n expertise, just following the setup guide. Actually knowing n8n only matters if you want to customize how the agent behaves, add a new data source, or wire in an add-on workflow like RAG document search.

The core widget and add-ons work and stream real replies. Just need your own public n8n endpoint/api key.

WordPress, Shopify, WooCommerce, Wix, Squarespace, Webflow, or plain HTML via the script embed β€” plus native iOS/Android through the Flutter SDK.

Still have questions? We're here to help.

Email hi@inspireui.com