Make your website global with Worldality, an internationalization platform built for developers and enterprise teams that turns websites into global products, reaching audiences in over 120 languages with an experience that feels local.
Worldality is framework-agnostic and made for custom-built websites and apps across React, Next.js, Vue, Nuxt, Svelte, and more. It combines live translation, language-based routing, translated page metadata, a language switcher, text detection, Worldality CLI, and Worldality Studio for browsing strings, translating content, and tracking locale progress.
This repository is the public home for runnable Worldality examples and support discussions. Each example uses the published worldality package from npm.
examples/reactexamples/solidexamples/vueexamples/nextjsexamples/nuxtexamples/astroexamples/sveltekitexamples/react-routerexamples/vanilla
bun installbun run examplesThis starts every example on fixed local ports starting at http://localhost:4600.
Use bun run examples --no-open to start the servers without opening browser tabs.
bun run dev:react
bun run dev:nextjs
bun run dev:vuebun run buildStart the guided setup from your app's project root:
# npm
npx worldality
# pnpm
pnpm dlx worldality
# bun
bunx worldality
# yarn
yarn dlx worldality
# deno
deno run -A npm:worldalityIf you prefer to install the package first, run setup after installing it:
# npm
npm install worldality
npx worldality setup
# pnpm
pnpm add worldality
pnpm dlx worldality setup
# bun
bun add worldality
bunx worldality setup
# yarn
yarn add worldality
yarn dlx worldality setup
# deno
deno add npm:worldality
deno run -A npm:worldality setupUse this repository for public bug reports, example issues, and support questions.


