Show HN: Internationalizationify – Auto-internationalize React/Next.js projects
I built https://i18nify.online to automate the painful parts of internationalizing React and Next.js applications.
Features: - Detects project type (React, Vite, or Next.js) - Injects `useTranslation()` automatically - Replaces hardcoded text with `t('key')` calls - Generates translation JSON files (locales)
Why? As a developer, I found i18n setups too manual, repetitive, and error-prone. i18nify scans your code, understands where the text is, and handles the full i18n integration online — no CLI, no manual config.
Use case: You upload your project, choose target language(s), and get a fully internationalized codebase ready to deploy.
Platform: [https://i18nify.online](https://i18nify.online) Demo App: [https://app.i18nify.online](https://app.i18nify.online) GitHub: [https://github.com/your-org/i18nify](https://github.com/i18nify/i18nify) (if public)
Would love your thoughts, feedback, or bug reports. AMA!
No comments yet