Quill is powerful rich text editor. This example uses react-quill to integrate Quill with Next.js.
Quill does not suppport SSR, so it's only loaded and rendered in the browser.
Deploy the example using Vercel:
Execute create-next-app
with npm or Yarn to bootstrap the example:
npx create-next-app --example with-quill-js with-quill-js-app
# or
yarn create next-app --example with-quill-js with-quill-js-app
Deploy it to the cloud with Vercel (Documentation).