heylingo
v0.1.29
Published
Website translation made easy
Downloads
685
Readme
Heylingo
This repository contains the Heylingo client, published on npm as heylingo.
It allows you to make your website multilingual with just a few lines of code — without touching your existing backend or adding i18n tokens.
Key Features
- 30+ languages included by default
- AI-powered translations fetched dynamically
- No code refactoring (no tokens, no backend changes)
- Built-in language switcher
- Fully GDPR-compliant (EU servers, no tracking, AVV possible)
- Lightweight & easy to embed (via CDN or npm)
Installation & Usage
1. Create Your Heylingo Account
Sign up at heylingo.io to get started.
Use the code GITHUB during checkout and get 5% off your subscription!
2. Set Up Your Project
- Complete the onboarding.
- Add your website's domain.
- Select the languages you want to translate into.
3. Embed the Script
Add the following snippet to the <head> section of your website:
<link rel="dns-prefetch" href="https://cdn.jsdelivr.net"/>
<link rel="preconnect" href="https://cdn.jsdelivr.net" crossorigin/>
<script src="https://cdn.jsdelivr.net/npm/heylingo@latest/dist/heylingo.min.js"></script>