Web app for AI-assisted website localization
Top 44.5% on sourcepulse
This project provides an AI-powered web application for localizing website locale files, targeting developers and content creators who need efficient and accurate translations. It aims to overcome limitations of existing tools like Google Translate and direct ChatGPT API usage by offering a structured approach to handle large JSON files and provide a better editing experience.
How It Works
The application leverages AI for translation, specifically addressing issues with ChatGPT breaking JSON structures or failing on large content. It achieves this by splitting large locale files into smaller chunks before sending them for translation, mitigating API limitations and ensuring data integrity. A web-based editor is included for improved viewing and editing of translated files.
Quick Start & Requirements
npm install
.env
file as OPENAI_API_KEY=<your key>
).npm run build
(frontend), npm run server:build
(backend).npm run server
and vercel dev
.Highlighted Details
Maintenance & Community
No specific contributors, sponsorships, or community links (Discord/Slack) are mentioned in the README.
Licensing & Compatibility
The license is not specified in the README. Compatibility for commercial use or closed-source linking is undetermined.
Limitations & Caveats
The project is marked as "WIP" (Work In Progress). The service is noted as potentially slow and may hit Vercel FaaS limits, with ongoing work to address these issues.
1 year ago
1 day