Skip to content

Commit 9fff821

Browse files
docs: upd readme (#33)
* docs: readme * docs: move badges * docs: badges * docs: badges
1 parent 2b13765 commit 9fff821

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

readme.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,25 @@
55

66
# Replexica
77

8-
Replexica is an AI-powered i18n engine for React.
9-
108
[![GitHub License](https://img.shields.io/github/license/replexica/replexica)](https://github.com/replexica/replexica/blob/main/LICENSE.md)
119
[![Release](https://github.com/replexica/replexica/actions/workflows/release.yml/badge.svg)](https://github.com/replexica/replexica/actions/workflows/release.yml)
1210
![GitHub last commit](https://img.shields.io/github/last-commit/replexica/replexica)
1311
![Pricing](https://img.shields.io/badge/pricing-$0%2Fmo-blue)
1412

13+
Replexica is an AI-powered i18n engine for building multi-language React apps.
14+
15+
It ships in two parts:
16+
17+
1. **Replexica Compiler** - an open-source compiler plugin for React;
18+
1. **Replexica Cloud** - an AI-powered engine in the cloud that performs translations.
19+
20+
## Why
21+
1522
75% of the world doesn't speak English. So, if the app is multilingual, it can reach so many more users!
1623

17-
But, making an app multilingual is a headache: extracting text, managing JSON files, asking a native-speaking friend to double-check the translations... Oftentimes, it's a lot of work.
24+
But, making an app multilingual is a headache: extracting text, managing JSON files, asking a native-speaking teammate to double-check the translations... Oftentimes, it's a lot of work.
1825

19-
That's where Replexica comes in: it's an AI-powered i18n engine, that integrates with React, to make the app multilingual instantly, and scale to more international users much faster.
26+
That's where Replexica comes in: it's an AI-powered i18n engine, that integrates with React, to make the app multilingual right during the build, and scale to more international users much faster.
2027

2128
The best part - *you don't even have to deal with JSON files!*
2229

0 commit comments

Comments
 (0)