Skip to content

BrevenBennett/notion_clone

Repository files navigation

Fullstack Notion Clone: Next.js 13, React, Convex, Tailwind

This is an end to end full stack Notion Clone. Including proper notion-style editor, cover images, nested documents, publishing documents to the public, and real-time database (convex). Authentication handled with clerk.

Install packages

npm i

Setup .env file

# Deployment used by `npx convex dev`
CONVEX_DEPLOYMENT=
NEXT_PUBLIC_CONVEX_URL=

NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=

EDGE_STORE_ACCESS_KEY=
EDGE_STORE_SECRET_KEY=

Setup Convex

npm i

Start the app

npm run dev

About

Note taking app inspired by Notion. Includes many great features.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published