#13 · Primary category: Writing & Content

novel

ai-sdk chatgpt nextjs notion openai prosemirror tiptap vercel

Notion-style WYSIWYG editor with AI-powered autocompletion.

Project last updated:01/18/25

GitHub Stars

16.4K

Forks

1.4K

Contributors

57

License

Apache-2.0

Why we included this project

Novel is a solid choice when you need a Notion-style editing surface inside a Next.js app and would rather not build the editor plumbing yourself. It wraps Tiptap and ProseMirror into a block-based writing experience with slash commands, and the AI autocompletion hooks in through the Vercel AI SDK, so you get LLM assistance while typing without touching the internals. The codebase is compact enough to serve as a reference for how a real WYSIWYG editor and an AI completion flow fit together. If your stack is Svelte or Vue rather than React, community ports cover those too.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category