Skip to content

Commit a5d435d

Browse files
committed
Update readme
1 parent 1525378 commit a5d435d

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

docs/codeium_playground.gif

1.88 MB
Loading

readme.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
[![NPM](https://nodei.co/npm/@codeium/react-code-editor.png?downloads=true)](https://www.npmjs.com/package/@codeium/react-code-editor)
66

7-
Codeium React Editor is a free, open-source code editor with unlimited autocomplete. Brought to you by the team at [Codeium](https://www.codeium.com/). **Free with no account required.**
7+
Codeium React Editor is a free, open-source code editor with unlimited AI autocomplete. Brought to you by the team at [Codeium](https://www.codeium.com/). **Free with no account required.**. All you need to do is install our NPM package and you're good to go!
88

9-
![codeium demo](docs/codeium_demo.gif)
9+
![codeium demo](docs/codeium_playground.gif)
1010

1111
## Features
1212

13-
- Unlimited autocomplete (no account required)
13+
- Unlimited AI autocomplete (no account required)
1414
- Customizable API extended from [Monaco React](https://github.com/suren-atoyan/monaco-react?tab=readme-ov-file#editor)
1515

1616
## Demo
@@ -32,7 +32,7 @@ yarn add @codeium/react-code-editor
3232
pnpm install @codeium/react-code-editor
3333
```
3434

35-
Now import the `CodeiumEditor` and enjoy lightning fast autocomplete, directly in your browser, 100% for free!
35+
Now import the `CodeiumEditor` and enjoy lightning fast AI autocomplete, directly in your browser, 100% for free!
3636

3737
```tsx
3838
import { CodeiumEditor } from "@codeium/react-code-editor";
@@ -59,6 +59,10 @@ This project is a wrapper around Microsoft's Monaco editor which is the editor t
5959

6060
The autocompletes are provided by analyzing the editor's content and predicting and providing suggestions based on that context. To learn more about how the autocompletion works, visit [Codeium's FAQ](https://codeium.com/faq).
6161

62+
## What is Codeium
63+
64+
[Codeium](https://www.codeium.com?referrer=github) is a free, AI-powered developer toolkit that plugs into 70+ IDEs, including: Visual Studio Code, JetBrains IDEs, Google Colab, and Vim. Codeium provides unlimited AI context-aware autocomplete, chat assistant, intelligent search, codebase indexing, and more. Codeium also offers flexible deployments within your VPC or in on-prem, airgapped environments. Learn more at [codeium.com](https://www.codeium.com?referrer=github).
65+
6266
## API
6367

6468
The core API of the editor is the same as that of the wrapped project. You can view the editor API [here](https://github.com/suren-atoyan/monaco-react?tab=readme-ov-file#editor).

0 commit comments

Comments
 (0)