FAQ from Weploy.ai
What is Weploy.ai?
Weploy.ai is a platform designed for quick app translation into any language. It features an open-source npm package and a free API key to streamline the translation process, using AI to simplify i18n.
How to use Weploy.ai?
To use Weploy.ai, follow these steps: 1. Obtain a free API key by setting up a project. 2. Install the npm package from Weploy.ai. 3. Let the AI handle the translation of your app’s content. You can adjust the translations manually if they don't meet your expectations.
How does the AI translate the text?
The npm package scans for visible text in the project and sends it to the backend, where GPT-4 performs the translation. The translated content is then returned and integrated into the app.
How can I exclude pages from being translated?
Adjustments can be made in the npm package’s configuration file. Additionally, use the class 'weploy-exclude' to prevent specific elements from being translated.
Where can I report a bug?
Report any bugs to [email protected].
What if I exceed the included requests in my plan?
For high traffic, an additional fee of $0.001 per request is applied after the monthly allowance of 10,000 requests. A notification is sent before reaching the limit.
What payment methods are accepted?
Weploy.ai accepts most credit and debit cards.
Where are the translations stored?
Translations are stored on a server in Germany.
Which technologies are supported?
Weploy.ai currently supports React and Next.js, with plans to expand support to other frameworks.