/lotion

Notion style editor with LLMs and AI tools on top

Primary LanguageTypeScriptApache License 2.0Apache-2.0

It features autocompletion, images, drawings and more

Introduction · Deploy Your Own · Setting Up Locally · Tech Stack · Contributing · License


Introduction

Lotion is a Notion + AI project for Encode bootcamp. It is based on the Novel project.


Setting Up Locally

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

Tech Stack

Lotion is built on the following stack:

License

Licensed under the Apache-2.0 license