
Research
Node.js Fixes AsyncLocalStorage Crash Bug That Could Take Down Production Servers
Node.js patched a crash bug where AsyncLocalStorage could cause stack overflows to bypass error handlers and terminate production servers.
@mdwelsh/fixie
Advanced tools
This package contains an SDK and command-line interface to the [Fixie.ai](https://fixie.ai) platform.
This package contains an SDK and command-line interface to the Fixie.ai platform.
This package contains a number of ways for you to integrate a Fixie agent into your web app, depending on what level of opinionation / flexibility you prefer:
Fixie provides a generic hosted UI. You can embed it in your UI, similar to how you might embed an Intercom widget.
<FloatingFixieEmbed />import { FloatingFixieEmbed } from 'fixie';
This React component will place a Fixie chat window floating above your content. It will also create a launcher button. The user can click the button to open and close the Fixie chat window.
<ControlledFloatingFixieEmbed />import { ControlledFloatingFixieEmbed } from 'fixie';
This React component will place a Fixie chat window floating above your content. Unlike FloatingFixieEmbed, it does not additionally create a launcher button. Instead, you manage the visibility yourself, via the visible prop.
<InlineFixieEmbed />import { InlineFixieEmbed } from 'fixie';
This React component will embed a Fixie chat window inline with your content.
If you want to directly integrate Fixie into your webapp, use these APIs.
useFixieimport { useFixie } from 'fixie';
This hook provides a fully managed API for a conversation. It returns a number of fields you can use to drive a rich UI, including loading states and debug diagnostics.
FixieClientimport { FixieClient } from 'fixie';
This low-level API provides direct access to the Fixie Conversation and Corpus APIs. You need to manage things like loading state and response parsing on your own, but it's the most flexible.
To publish this package:
package.json.yarn install in the root to get the changes to yarn.lock.yarn npm publish in this directory to get the updated package published to npm.FAQs
This package contains an SDK and command-line interface to the [Fixie.ai](https://fixie.ai) platform.
We found that @mdwelsh/fixie demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
Node.js patched a crash bug where AsyncLocalStorage could cause stack overflows to bypass error handlers and terminate production servers.

Research
/Security News
A malicious Chrome extension steals newly created MEXC API keys, exfiltrates them to Telegram, and enables full account takeover with trading and withdrawal rights.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.