{"id":21293410,"url":"https://github.com/evanch98/notion-clone-nextjs","last_synced_at":"2025-08-22T08:12:53.150Z","repository":{"id":203077601,"uuid":"708761984","full_name":"evanch98/notion-clone-nextjs","owner":"evanch98","description":"A Notion Clone Web Application built by using Next JS, TypeScript, React, Tailwind CSS, Convex, Edge Store, Zustand and Clerk Auth.","archived":false,"fork":false,"pushed_at":"2023-11-01T10:17:13.000Z","size":1543,"stargazers_count":25,"open_issues_count":0,"forks_count":8,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-21T16:49:05.264Z","etag":null,"topics":["blocknote","clerkauth","convex","edgestore","nextjs13","notion-clone","react","sonner","tailwindcss","typescript","zustand"],"latest_commit_sha":null,"homepage":"https://note-taking-app-sage.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/evanch98.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-23T10:43:18.000Z","updated_at":"2025-04-02T15:17:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"a1febc80-48f0-4bf7-b62d-a0d2372dcc75","html_url":"https://github.com/evanch98/notion-clone-nextjs","commit_stats":null,"previous_names":["evanch98/notion-clone-nextjs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/evanch98/notion-clone-nextjs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evanch98%2Fnotion-clone-nextjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evanch98%2Fnotion-clone-nextjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evanch98%2Fnotion-clone-nextjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evanch98%2Fnotion-clone-nextjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evanch98","download_url":"https://codeload.github.com/evanch98/notion-clone-nextjs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evanch98%2Fnotion-clone-nextjs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271606595,"owners_count":24788979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-22T02:00:08.480Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blocknote","clerkauth","convex","edgestore","nextjs13","notion-clone","react","sonner","tailwindcss","typescript","zustand"],"created_at":"2024-11-21T13:54:36.591Z","updated_at":"2025-08-22T08:12:53.110Z","avatar_url":"https://github.com/evanch98.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# notion-clone-nextjs\n\n![GitHub repo size](https://img.shields.io/github/repo-size/evanch98/notion-clone-nextjs)\n![GitHub stars](https://img.shields.io/github/stars/evanch98/notion-clone-nextjs?style=social)\n![GitHub forks](https://img.shields.io/github/forks/evanch98/notion-clone-nextjs?style=social)\n\n\u003cbr /\u003e\nNovember, 2023. \u003cbr /\u003e\nA Notion Clone web application built with Next.js, React, Tailwind CSS, TypeScript, Convex, Clerk Auth, Edge Store, and Zustand.\n\n## Features\n- Create, edit, and organize notes in a Notion-like interface.\n- Real-time updates for editing using Convex.\n- User authentication and management with Clerk Auth.\n- File upload and storage using Edge Store.\n- Responsive design with Tailwind CSS.\n- State management using Zustand.\n\n## Getting Started\n\nThese instructions will help you set up and run the project on your local machine for development and testing purposes.\n\n1. **Clone the repository:**\n```bash\ngit clone https://github.com/evanch98/notion-clone-nextjs.git\ncd your-repo-name\n```\n\n2. **Install the required dependencies:**\n```bash\nnpm install\n```\n\n3. **Configure environment variables:**\nCreate a `.env.local` file in the project root and set the necessary environment variables.\n```\nCONVEX_DEPLOYMENT=\nNEXT_PUBLIC_CONVEX_URL=\n\nNEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=\nCLERK_SECRET_KEY=\n\nEDGE_STORE_ACCESS_KEY=\nEDGE_STORE_SECRET_KEY=\n```\n\n4. **Run the development server:**\n```bash\nnpm run dev\n```\n\n5. **Start building and customizing your Notion Clone!**\n\n## Technologies Used\n- [Next.js](https://nextjs.org/)\n- [React](https://react.dev/)\n- [TailwindCSS](https://tailwindcss.com/)\n- [TypeScript](https://www.typescriptlang.org/)\n- [Convex](https://www.convex.dev/)\n- [Clerk Auth](https://clerk.com/)\n- [Edge Store](https://edgestore.dev/)\n- [Zustand](https://docs.pmnd.rs/zustand/getting-started/introduction)\n\n## Acknowledgements\n- [class-variance-authority](https://www.npmjs.com/package/class-variance-authority)\n- [clsx](https://www.npmjs.com/package/clsx)\n- [cmdk](https://www.npmjs.com/package/cmdk)\n- [emoji-picker-react](https://www.npmjs.com/package/emoji-picker-react)\n- [lucide-react](https://www.npmjs.com/package/lucide-react)\n- [react-dropzone](https://www.npmjs.com/package/react-dropzone)\n- [react-textarea-autosize](https://www.npmjs.com/package/react-textarea-autosize)\n- [sonner](https://www.npmjs.com/package/sonner)\n- [tailwind-merge](https://www.npmjs.com/package/tailwind-merge)\n- [usehooks-ts](https://www.npmjs.com/package/usehooks-ts)\n- [zod](https://www.npmjs.com/package/zod)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevanch98%2Fnotion-clone-nextjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevanch98%2Fnotion-clone-nextjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevanch98%2Fnotion-clone-nextjs/lists"}