#Lexical editor notion style with Next 14,shadcn/ui, huggingface AI

4 messages · Page 1 of 1 (latest)

ancient comet
#
GitHub

lexical editor Notion style with next js 14 and shadcn/ui - mohe22/Next-lexical-editor

This project uses the Lexical editor with Next.js 14 and the shadcn/ui library, integrated with Hugging Face AI. To use the AI features, simply create an account at Hugging Face, get your API key, and add it to your .env file.

▶ Play video
flat rain
#

great project dude. Can you tell me where you are storing the data when we hit the save button?

ancient comet
#

The save button should store the data in the database, but for now, I'm just saving it in local storage instead.

flat rain
#

I didn't see any data there which is why I asked this I'll double check it.