Skip to content

PocketSystems/leflux-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LeFlux, give your website hands

LeFlux Docs

Give your website hands.
An AI agent for any website, not just a chatbot. It answers your visitors, opens the right page, fills the form, and books the meeting, automatically. One line of code.

Website · Documentation · Report an issue

One line install Zero config Free to start


What is LeFlux?

LeFlux is a JavaScript widget you drop onto any website. Visitors chat in natural language, and the agent actually does the work: it reads the page, navigates to where the answer lives, fills forms, opens modals, and answers from a knowledge base built by crawling your site.

Not a chatbot that replies. An AI agent that acts.

<script src="https://leflux.xrlabs.app/embed.js" async></script>

That is the whole integration. No tokens, no keys, no config. The script auto-detects your site, fetches your per-tenant config, and mounts in a shadow DOM so it never collides with your CSS.

Works on every platform

Same one line, whatever you built with.

WordPress Shopify Webflow Framer Next.js React Squarespace Wix HTML5 Astro Vue

Plus any custom stack. There is an install guide for each in the docs.

What it does

  • Universal indexing so the agent references elements by id, not brittle CSS selectors, and works on any site.
  • Knowledge base built by a crawler that walks your site, so answers come from your content first.
  • Action execution for click, type, scroll, navigate, and select, composed into multi-step workflows.
  • Form auto-fill that asks for missing values one at a time, then fills and submits in one atomic step.
  • Multi-language detection every message, mirroring the visitor's language.
  • Three layouts: floating bubble, bottom-bar pill, and dockable side panel.

This repository

This is the source for the LeFlux documentation site, served live at leflux.xrlabs.app/docs. It is built with Astro Starlight.

Local development

cd docs-site
npm install
npm run dev

The docs build and deploy automatically on every push to main.

Found a bug or have a feature request?

Please open it here: github.com/PocketSystems/leflux-docs/issues

That is the right place for anything LeFlux related: docs fixes, widget bugs, integration questions, or feature ideas. We read every one.


Built by PocketSystems · leflux.xrlabs.app

About

LeFlux documentation. Give your website hands, an AI agent for any site. https://leflux.xrlabs.app/docs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors