Novel is a Notion-style WYSIWYG editor with AI-powered autocompletion. Built with Tiptap + Vercel AI SDK.
npm i novel
import { Editor } from "novel";
export default function App() {
return (
<Editor />
)
}
Slash menu & bubble menu
AI autocomplete (type ++
to activate, or select from slash menu)
Image uploads (drag & drop / copy & paste, or select from slash menu)
Add tweets from the command slash menu:
Mathematical symbols with LaTeX expression:
Star us on GitHub
Install the NPM package
Deploy your own to Vercel