
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
@lorikeetai/web-sdk
Advanced tools
This is the source for chat widget the Lorikeet platform.
The widget is split over two parts of the codebase currently. The first part is the widget itself, which is a minimal script that generates an iframe and initialisation configuration. The second part is the iframe itself found at apps/chat.
Depending on what you're trying to iterate on might change what you need to run.
import { Lorikeet } from '@lorikeetai/web-sdk'
// include the environment types correctly
declare global {
interface Window {
lorikeet: Lorikeet
}
}
To develop locally you'll need to have the iframe/chat instance running locally.
# at minimum you'll need to have the chat instance running
pnpm --filter @lorikeetai/chat dev
To have this running an actual conversation you'll need the support server running too.
# in root
docker compose up
To start the development server, run:
# run the dev server that mounts the widget in a minimal local index.html
pnpm dev
To build the widget, run:
# this will make the widget available in the dist folder for usage in the web app
pnpm build
To build the widget for production and release it, run:
pnpm run release
gcloud auth login
FAQs
Lorikeetcx.ai Web SDK
We found that @lorikeetai/web-sdk 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.
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.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.