npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@replexica/integration-directus

v0.1.10

Published

Lingo.dev integration for Directus

Readme

Lingo.dev Integration for Directus

This is the official Lingo.dev integration for Directus, a headless CMS, enabling automated AI-powered localization within your Directus workflow.

Overview

This integration adds a Lingo.dev operation to Directus CMS that allows you to automatically translate content across 80+ languages using Lingo.dev's AI localization engine.

Configuration

  1. Install Lingo.dev Extension in your Directus project
  2. Create a new Flow in Directus with Lingo.dev Extension
  3. Run the Flow to localize content

1. Set up Lingo.dev Extension

This section is based on the Directus documentation for installing extensions via the npm registry.

Modify docker-compose.yml

Open the docker-compose.yml file of your project and replace the image option with a build section:

  • remove the image option:
image: directus/directus:11.x.y
  • add the build section:
build:
  context: ./

This allows you to build a customized Docker Image with the added extensions.

Create a Dockerfile

At the root of your project, create a Dockerfile if one doesn't already exist and add the following:

FROM directus/directus:11.x.y

USER root
RUN corepack enable
USER node

RUN pnpm install @replexica/integration-directus

Build the Docker Image

Build your Docker image:

docker compose build

Start the Docker Container

Start your Docker container:

docker compose up

On startup, Directus will automatically load any extension installed in the previous steps.

2. Create a New Flow

  1. Navigate to the Flows section in Directus CMS.
  2. Create a new Flow

Create Flow

  1. Select a Manual trigger, check collections to apply to, and Save.

Select Trigger

  1. Add Confirmation dialog with Target Languages and Save.

Add Confirmation Dialog

  1. Click '+' to add a new operation and select Lingo.dev Integration for Directus.

Add Operation

  1. Configure the operation with the required parameters.

Configure Operation

  1. Save the Flow.

3. Run the Flow

Go to Content and run the Flow on the collection to localize your content.

Run Flow

Results

The Flow will automatically translate the content in the selected collection.

Flow Results

Lingo.dev Extension Inputs

The integration provides a Directus operation that accepts the following parameters:

  • item_id: The ID of the item to translate
  • collection: The collection containing the content
  • translation_table: The table storing translations
  • language_table: The table containing supported languages
  • replexica_api_key: Your Lingo.dev API key
  • source_language: Source language code (defaults to 'en-US')
  • target_languages: Array of target language codes (example: ['fr-FR', 'de-DE'])

Development

To run the integration locally:

# Clone the repo
git clone https://github.com/lingodotdev/lingo.dev

# Install dependencies
cd integrations/directus
pnpm install

# Run dev server
pnpm dev

# Build
pnpm build

# Run tests
pnpm test

The integration can be tested using the included Docker setup:

docker-compose up

This will start Directus at http://localhost:8055.

License

Apache-2.0

More Information

Support

For questions and support: