This is a clone of Notion built with Next.js, Convex, Lucide, Clerk, and Shadcn. It's a full-featured note-taking app that you can run on your own server.
First, install the dependencies:
npm install
# or
yarn install
# or
pnpm install
# or
bun install
Then, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Convex - a powerful tool for building decentralized applications.
- Lucide - a collection of well-designed SVG icons.
- Clerk - a complete user management and authentication solution for Next.js.
- Shadcn - a lightweight, customizable component library.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.