Notion Clone App 📚
Notion - https://notion-clone-app-xii.vercel.app/
This project is a simplified clone of the popular productivity application, Notion. It replicates some of Notion's core features, offering a platform where users can create, edit, and organize their notes in a flexible and intuitive interface.
The backend is powered by Convex, a real-time database that enables instant data updates. Additionally, Edgestore, a distributed key-value store, manages the images and files uploaded by users. User authentication is handled securely and efficiently by Clerk, a scalable authentication API.

- NextJS 14: https://nextjs.org/
- Shadcn UI: https://ui.shadcn.com/
- Convex: https://www.convex.dev
- Clerk: https://clerk.com/
- Edgestore: https://edgestore.dev
Key Features
- Real-time database 🔗
- Notion-style editor 📝
- Light and Dark mode 🌓
- Infinite children documents 🌲
- Trash can & soft delete 🗑️
- Authentication 🔐
- File upload
- File deletion
- File replacement
- Icons for each document (changes in real-time) 🌠
- Expandable sidebar ➡️🔀⬅️
- Full mobile responsiveness 📱
- Publish your note to the web 🌐
- Fully collapsable sidebar ↕️
- Landing page 🛬
- Cover image of each document 🖼️
- Recover deleted files 🔄📄
User Experience
- 🌓 Light and Dark mode to suit preferences
- 📱 Full mobile responsiveness for productivity on the go
- 🛬 Landing page for a welcoming user entry point
- 🖼️ Cover image for each document to add a personal touch
Data Management
- 🔄 Real-time database for instant data updates
- 📤📥 File upload, deletion, and replacement options
Security and Sharing
- 🔐 Authentication to secure notes
- 🌍 Option to publish your note to the web for sharing
Technologies
Installation
- Clone the repository
- Install the dependencies
- Set up the environment variables
- Run Convex
- Run the development server
Last updated: December 15, 2024