@fujia/novel
v0.5.0
Published
Notion-style WYSIWYG editor with AI-powered autocompletions
Downloads
1
Maintainers
Readme
📚 Docs
Introduction
Novel is a Notion-style WYSIWYG editor with AI-powered autocompletions.
Installation
# pnpm
pnpm add @fujia/novel
# npm
npm i @fujia/novel
# yarn
yarn add @fujia/novel
Setting Up Locally
To set up Novel 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)BLOB_READ_WRITE_TOKEN
– your Vercel Blob read/write token (currently still in beta, but feel free to sign up on this form for access)
If you've deployed this to Vercel, you can also use vc env pull
to pull the environment variables from your Vercel project.
To run the app locally, you can run the following commands:
pnpm i
pnpm dev
Tech Stack
Novel is built on the following stack:
- Next.js – framework
- Tiptap – text editor
- OpenAI - AI completions
- Vercel AI SDK – AI library
- Vercel – deployments
- TailwindCSS – styles
- Cal Sans – font
Contributing
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.
License
Licensed under the Apache license.