Skip to content

Latest commit

 

History

History

ai-assistant

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

AI Assistant editor

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.

Installation steps

  1. Clone this repository:
git clone [email protected]:ckeditor/ckeditor5-demos.git
  1. Change the directory and install the dependencies:
cd ckeditor5-demos/ai-assistant && yarn
  1. Open the ai-assistant/index.js file and update the values of the LICENSE_KEY, AI_API_URL, and CKBOX_TOKEN_URL variables. Without this, the CKBox, AIAssistant and other premium features will not be enabled.

  2. Start the demo:

yarn dev