Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/replexica/replexica

AI-powered i18n compiler for React. Zero JSON files required.
https://github.com/replexica/replexica

i18n javascript nextjs reactjs

Last synced: about 1 month ago
JSON representation

AI-powered i18n compiler for React. Zero JSON files required.

Awesome Lists containing this project

README

        



Replexica


⚡️ State-of-the-art AI localization for web & mobile, right from CI/CD.



Website
Contribute
GitHub Action



Release


License


Last Commit


Replexica AI automates software localization end-to-end.

It produces authentic translations instantly, eliminating manual work and management overhead. Replexica Localization Engine understands product context, creating perfected translations that native speakers expect across 60+ languages. As a result, teams do localization 100x faster, with state-of-the-art quality, shipping features to more paying customers worldwide.

## 💫 Quickstart

1. **Request access**: [talk to us](https://replexica.com/go/call) to become a customer.

2. Once approved, initialize your project:
```bash
npx replexica@latest init
```

3. Localize your content:
```bash
npx replexica@latest i18n
```

## 🤖 GitHub Action

Replexica offers a GitHub Action to automate localization in your CI/CD pipeline. Here's a basic setup:

```yaml
- uses: replexica/replexica@main
with:
api-key: ${{ secrets.REPLEXICA_API_KEY }}
```

This action runs `replexica i18n` on every push, keeping your translations up-to-date automatically.

For pull request mode and other configuration options, visit our [GitHub Action documentation](https://docs.replexica.com/setup/gha).

## 🥇 Why teams choose Replexica

- 🔥 **Instant integration**: Set up in minutes
- 🔄 **CI/CD Automation**: Seamless dev pipeline integration
- 🌍 **60+ Languages**: Expand globally effortlessly
- 🧠 **AI Localization Engine**: Translations that truly fit your product
- 📊 **Format Flexible**: Supports JSON, YAML, CSV, Markdown, and more

## 🛠️ Supercharged features

- ⚡️ **Lightning-Fast**: AI localization in seconds
- 🔄 **Auto-Updates**: Syncs with the latest content
- 🌟 **Native Quality**: Translations that sound authentic
- 👨‍💻 **Developer-Friendly**: CLI that integrates with your workflow
- 📈 **Scalable**: For growing startups and enterprise teams

## 📚 Documentation

For detailed guides and API references, visit the [documentation](https://replexica.com/go/docs).

## 🤝 Contribute

Interested in contributing, even if you aren't a customer?

Check out the [Good First Issues](https://github.com/replexica/replexica/labels/good%20first%20issue) and read the [Contributing Guide](./CONTRIBUTING.md).

## 🧠 Team

- **[Veronica](https://github.com/vrcprl)**
- **[Max](https://github.com/maxprilutskiy)**

Questions or inquiries? Email [email protected]

## 🌐 Readme in other languages

- [English](https://github.com/replexica/replexica)
- [Spanish](/readme/es.md)
- [French](/readme/fr.md)
- [Russian](/readme/ru.md)
- [German](/readme/de.md)
- [Chinese](/readme/zh-Hans.md)
- [Korean](/readme/ko.md)
- [Japanese](/readme/ja.md)
- [Italian](/readme/it.md)
- [Arabic](/readme/ar.md)

Don't see your language? Just add a new language code to the [`i18n.json`](./i18n.json) file and open a PR.