
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
docusaurus-plugin-asyntai
Advanced tools
Add the Asyntai AI chat assistant to your Docusaurus site. It answers visitor questions from your own documentation.
Add the Asyntai AI chat assistant to your Docusaurus site. It answers visitor questions from your own documentation, in more than 80 languages.
npm install docusaurus-plugin-asyntai
Then add the plugin in docusaurus.config.js:
module.exports = {
plugins: [
['docusaurus-plugin-asyntai', {widgetId: 'asyntai_1a2b3c4d5e6f'}],
],
};
Build the site. The chat bubble is on every page.
Open the Install page in your Asyntai dashboard.
The widget ID is the value of data-asyntai-id in the snippet shown there. It
starts with asyntai_.
Creating an account is free, and the Free plan is enough to try the widget.
| Option | Type | Default | What it does |
|---|---|---|---|
widgetId | string | required | Your Asyntai widget ID |
enableInDevelopment | boolean | true | Set to false to keep the widget off the site during docusaurus start |
scriptUrl | string | the Asyntai CDN | Advanced. Load the widget from another URL |
A missing or malformed widgetId stops the build with a message. The plugin
never produces a site that silently has no chat on it.
<script> tag after the body of every generated page.async, so your documentation renders first.Asyntai reads your published pages. Add your site URL in the dashboard, and the assistant answers from the same documentation the widget sits on. You can also add extra documents and question and answer pairs.
The plugin sends no data on its own. Asyntai receives data only when a visitor opens the chat and writes a message. See the privacy policy.
Delete the plugin entry from docusaurus.config.js and build again. The widget
is gone.
Email hello@asyntai.com, or read the Docusaurus guide.
MIT. See LICENSE.
FAQs
Add the Asyntai AI chat assistant to your Docusaurus site. It answers visitor questions from your own documentation.
We found that docusaurus-plugin-asyntai demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.