Get started with LexiSync
Sign in, create a project, push source strings, and publish a CDN version in under five minutes.
LexiSync is a hosted SaaS. You don’t install a server — create an account, grab keys, and point your app at the cloud API / CDN.
1
Sign in
Sign in with GitHub, Google, or Microsoft. We create a personal workspace on first login.
2
Finish onboarding
Name your organization, create a project, copy your
sk_… secret key and project id.3
Push source strings
npx lexisync sync from CI or your laptop — or enable saveMissing in the app against version latest.4
Translate & publish
Edit in Dashboard → project → Translate & publish, then publish a version (e.g.
production). Apps load that version from the CDN.npm install lexisync
# optional peers for React apps:
npm install lexisync-react i18next react-i18next
export LEXISYNC_API_KEY=sk_your_secret
export LEXISYNC_API_URL=https://lexisync.app
npx lexisync sync -p YOUR_PROJECT_ID -f ./locales/en.json -l en
npx lexisync publish -p YOUR_PROJECT_ID -v production