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:
npx worldalityIf you prefer to install the package first, run setup after installing it:
npm install worldality
npx worldality setupYou can also use your package manager's equivalent install command, such as bun add worldality, pnpm add worldality, or yarn add worldality, then run npx worldality setup.
Use this repository for public bug reports, example issues, and support questions.


