
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@inlang/paraglide-vite
Advanced tools
imports:
Paraglide JS 2.0 bundles the vite plugin. Please use the [Paraglide JS 2.0](https://inlang.com/m/gerre34r/library-inlang-paraglideJs/vite) instead.Paraglide JS 2.0 bundles the vite plugin. Please use the Paraglide JS 2.0 instead.
This package provides a vite plugin to make it easier to use paraglide-js in any project that uses vite.
It automatically runs the compiler on message changes, giving you a seamless experience.
You also no longer need the paraglide commands in your package.json.
First make sure you have set up @inlang/paraglide-js. If you haven't you can get started by running
this command and following the instructions.
npx @inlang/paraglide-js init
Install paraglide-vite with
npm install @inlang/paraglide-vite
and add it to your vite.config.js
import { defineConfig } from "vite"
import { paraglide } from "@inlang/paraglide-vite"
export default defineConfig({
plugins: [
paraglide({
project: "./project.inlang", //Path to your inlang project
outdir: "./src/paraglide", //Where you want the generated files to be placed
}),
],
})
Now, the paraglide folder at ./src/paraglide will be automatically updated when you change your messages.
You can find an example vite project here.
FAQs
Vite plugin for running the Paraglide i18n compiler
The npm package @inlang/paraglide-vite receives a total of 20,042 weekly downloads. As such, @inlang/paraglide-vite popularity was classified as popular.
We found that @inlang/paraglide-vite demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.