# NABI NOTE

Open-source WYSIWYG editor.

A lightweight, highly extensible WYSIWYG editor designed for modern web applications. If you are looking for a clean, secure, and developer-friendly rich-text editor, NABI NOTE is the perfect fit.

* **Free & Open Source**: 100% free to use and modify forever.
* **Zero Dependencies**: Framework-agnostic with no external libraries.
* **DOM-less Architecture**: Powered by a pure, lightweight JavaScript object model.
* **SSR Ready**: Flawless server-side rendering without a DOM environment.
* **Built-in Security**: Automatic XSS prevention built directly into the core.
* **Infinite Extensibility**: Easily build and attach custom features via the 'Wing' plugin system.
* **AI-Optimized**: Fully equipped with `llms.txt` for seamless AI vibe coding.
* **Multilingual Support**: Supports diverse global languages (English, 中文, हिन्दी, Español, العربية, Français, বাংলা, Português, Русский, اردو, Indonesia, Deutsch, 日本語, 한국어...), including both LTR and RTL layouts.

```sh
npm install nabi-note
```

### Online Demo
https://nabi.saro.me

### Basic usage
https://nabi.saro.me/guide/getting-started

### SSR setup
https://nabi.saro.me/guide/rendering

### Using CDN
https://nabi.saro.me/guide/cdn

### AI Vibe Coding
https://nabi.saro.me/intro/vibe-coding

### CSS themes
https://nabi.saro.me/guide/style

### Custom wings
https://nabi.saro.me/guide/extend

### Source
https://github.com/saro-lab/nabi-note
