
Security News
Re-Enabled GitHub Actions Expose Thousands of Repositories to Mini Shai-Hulud
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.
nuxt-ai-chatbot
Advanced tools
Add the Asyntai AI chat assistant to your Nuxt site. It answers visitor questions from your own content, in 80+ languages.
Add the Asyntai AI chat assistant to your Nuxt site. It answers visitor questions from your own content, in more than 80 languages.
npx nuxi module add nuxt-ai-chatbot
Or install it by hand:
npm install nuxt-ai-chatbot
Then add the module in nuxt.config.ts:
export default defineNuxtConfig({
modules: ['nuxt-ai-chatbot'],
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 nuxt dev |
scriptUrl | string | the Asyntai CDN | Advanced. Load the widget from another URL |
A missing or malformed widgetId stops the build with a message that says how
to fix it.
load event, so your own content always
renders first.nuxt build and nuxt generate, and the chat stays open while
the visitor moves between pages.Asyntai reads your published pages. Add your site URL in the dashboard, and the assistant answers from the same pages the widget sits on. You can also add extra documents and question and answer pairs.
Nuxt 3 and Nuxt 4. Both nuxt build and nuxt generate put the widget on every
page.
Types ship with the package. asyntai in nuxt.config.ts is typed.
Delete the module from nuxt.config.ts and build again. The widget is gone.
Email hello@asyntai.com, or read the Nuxt guide.
MIT. See LICENSE.
FAQs
Add the Asyntai AI chat assistant to your Nuxt site. It answers visitor questions from your own content, in 80+ languages.
We found that nuxt-ai-chatbot 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.

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.

Research
/Security News
The compromise affects MemTensor's MemOS, an open source memory framework for large language models (LLMs) and AI agents. Both npm package @memtensor/memos-cloud-openclaw-plugin and the PyPI package MemoryOS are compromised. They drop cross-platform Go binaries that exfiltrate developer secrets.