An open-source Notion-style WYSIWYG editor with AI-powered autocompletions.
Introduction · Deploy Your Own · Setting Up Locally · Tech Stack · Contributing · License
Note AI is a Notion-style WYSIWYG editor with AI-powered autocompletions.
Here's a quick 20-second demo:
Loom.-.Microphone.Muted.-.13.July.2023.mp4
You can deploy your own version of Note AI to Vercel with one click:
To set up Note AI locally, you'll need to clone the repository and set up the following environment variables:
OPENAI_API_KEY
– your OpenAI API key (you can get one here)
If you've deployed this to Vercel, you can also use vc env pull
to pull the environment variables from your Vercel project.
Note AI is built on the following stack:
- Next.js – framework
- blocksuite – text editor
- OpenAI - AI completions
- Vercel AI SDK – AI library
- Vercel – deployments
- TailwindCSS – styles
Here's how you can contribute:
- Open an issue if you believe you've encountered a bug.
- Make a pull request to add new features/make quality-of-life improvements/fix bugs.
- Chi Zhang (@Terrychinaz)
Licensed under the MIT license.