A premium AI-powered localization tool built with Next.js, TailwindCSS, and Apify.
- Website Localization: Scrape and localize any URL.
- Text Localization: Translate raw text with context.
- AI-Powered: Uses Lingo.dev via Apify for high-quality translations.
- Premium UI: Designed with modern aesthetics and responsiveness.
-
Install dependencies:
npm install
-
Set up environment variables in
.env.local:# Required for Actor execution APIFY_API_TOKEN=your_apify_token # Optional: Pre-configured Lingo key (can also be entered in UI) LINGO_API_KEY=your_lingo_key
-
Run the development server:
npm run dev
- Frontend: Next.js App Router, TailwindCSS components.
- Backend API: Next.js API Routes acting as a proxy to Apify.
- Integration:
apify-clienttriggers the eunit/ai-website-content-localizer-scraper Actor.
We welcome contributions! Please see our Contributing Guide for details on how to get started.
- Built by Eunit 💡
- Read the detailed article on Eunit.me: Build a Global Internationalization (i18n) App with Next.js and AI 📖
- Powered by Apify & Lingo.dev ⚡
- View live lingo-app-azure.vercel.app 🚀
