Add powerful AI content creation tools into CKEditor. Use pre-made prompts or custom queries to have AI write, rephrase, translate, or summarize your text.
This demo showcases most CKEditor features alongside some premium add-ons: Export to PDF/Word and Import from Word.
See this demo live at ckeditor.com or read more about it in the CKEditor 5 documentation.
- Clone this repository:
git clone [email protected]:ckeditor/ckeditor5-demos.git
- Change the directory and install the dependencies:
cd ckeditor5-demos/ai-assistant && yarn
-
Open the
ai-assistant/index.js
file and update the values of theLICENSE_KEY
,AI_API_URL
, andCKBOX_TOKEN_URL
variables. Without this, the CKBox, AIAssistant and other premium features will not be enabled. -
Start the demo:
yarn dev