It features autocompletion, images, drawings and more
Introduction · Deploy Your Own · Setting Up Locally · Tech Stack · Contributing · License
Lotion is a Notion + AI project for Encode bootcamp. It is based on the Novel project.
To set up Lotion 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)
To run the app locally, you can run the following commands:
pnpm i
pnpm dev
Lotion is built on the following stack:
- Next.js – framework
- Tiptap – text editor
- Novel – novel, a notion lookalike library
- OpenAI - AI completions
- Vercel AI SDK – AI library
- Vercel – deployments
- TailwindCSS – styles
- Cal Sans – font
Licensed under the Apache-2.0 license