ShipEasy Docs

Ship Easy i18n

Override any UI string without a redeploy. Drop one script tag, push your strings, and ship changes live from the dashboard.

Ship Easy i18n lets you change any visible string on your website — button labels, error messages, navigation text, copy variants — without a code deployment. Drop one script tag, push your strings with the CLI, and edit them live from the dashboard.

<!-- That's the entire install -->
<link rel="preconnect" href="https://shipeasy.ai" />
<script src="https://cdn.i18n.shipeasy.ai/boot/i18n_pk_your_key_here.js" data-profile="en:prod"></script>

The loader fetches your label overrides from the CDN edge after first paint. Your built-in strings remain as the fallback — if Ship Easy is unreachable, your site degrades gracefully.

Key concepts

Start here