{"id":21293420,"url":"https://github.com/evanch98/miro-clone-nextjs","last_synced_at":"2025-10-24T12:56:05.936Z","repository":{"id":221705413,"uuid":"754962570","full_name":"evanch98/miro-clone-nextjs","owner":"evanch98","description":"Full-stack Miro Clone project built by using Next JS 14, React, TypeScript, Shadcn UI, Tailwind CSS, Convex Database, Zustand, liveblocks, and Clerk Auth.","archived":false,"fork":false,"pushed_at":"2024-03-30T11:17:10.000Z","size":10125,"stargazers_count":28,"open_issues_count":1,"forks_count":13,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-21T16:49:22.323Z","etag":null,"topics":["clerk-auth","convex-database","full-stack-web-development","liveblocks","nextjs14","react","shadcn-ui","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://miro-clone-nextjs.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":"2024-02-09T05:51:10.000Z","updated_at":"2025-04-07T18:28:23.000Z","dependencies_parsed_at":"2024-03-15T16:51:48.499Z","dependency_job_id":"d6a2a157-daba-4688-b7b6-1bfd209a1927","html_url":"https://github.com/evanch98/miro-clone-nextjs","commit_stats":null,"previous_names":["evanch98/miro-clone-nextjs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/evanch98/miro-clone-nextjs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evanch98%2Fmiro-clone-nextjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evanch98%2Fmiro-clone-nextjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evanch98%2Fmiro-clone-nextjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evanch98%2Fmiro-clone-nextjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evanch98","download_url":"https://codeload.github.com/evanch98/miro-clone-nextjs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evanch98%2Fmiro-clone-nextjs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280799421,"owners_count":26393089,"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-10-24T02:00:06.418Z","response_time":73,"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":["clerk-auth","convex-database","full-stack-web-development","liveblocks","nextjs14","react","shadcn-ui","tailwindcss","typescript"],"created_at":"2024-11-21T13:54:37.219Z","updated_at":"2025-10-24T12:56:05.914Z","avatar_url":"https://github.com/evanch98.png","language":"TypeScript","funding_links":[],"categories":["Platforms \u0026 Applications"],"sub_categories":[],"readme":"# miro-clone-nextjs\n\n![GitHub repo size](https://img.shields.io/github/repo-size/evanch98/miro-clone-nextjs)\n![GitHub stars](https://img.shields.io/github/stars/evanch98/miro-clone-nextjs?style=social)\n![GitHub forks](https://img.shields.io/github/forks/evanch98/miro-clone-nextjs?style=social)\n\n\u003cbr /\u003e\nFebruary, 2024. \u003cbr /\u003e\nFull-stack Miro Clone project built by using Next JS 14, React, TypeScript, Shadcn UI, Tailwind CSS, Convex Database, Zustand, liveblocks, and Clerk Auth.\n\n## Features\n\n- Create organizations and invite team members seamlessly.\n- Collaborate with team members seamlessly in Miro-like whiteboard interface.\n- Real-time collaboration using the real-time Convex database.\n- User authentication, organization creation, and management with Clerk Auth.\n- Responsive design with TailwindCSS.\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\n```bash\ngit clone https://github.com/evanch98/notion-clone-nextjs.git\ncd your-repo-name\n```\n\n2. **Install the required dependencies:**\n\n```bash\nnpm install\n```\n\n3. **Configure environmental variables:**\n   Create a `.env.local` file in the project root and set the necessary environment variables.\n\n```\nCONVEX_DEPLOYMENT=\nNEXT_PUBLIC_CONVEX_URL=\nNEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=\nCLERK_SECRET_KEY=\nLIVEBLOCKS_SECRET_KEY=\n```\n\n4. **Run the development server:**\n\n```bash\nnpm run dev\n```\n\n5. **Start building and customizing your Miro Clone!**\n\n## Technologies Used\n\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- [Zustand](https://docs.pmnd.rs/zustand/getting-started/introduction)\n- [Shadcn UI](https://ui.shadcn.com/)\n- [Liveblocks](https://liveblocks.io/)\n\n## Acknowledgements\n\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- [date-fns](https://www.npmjs.com/package/date-fns)\n- [lucide-react](https://www.npmjs.com/package/lucide-react)\n- [nanoid](https://www.npmjs.com/package/nanoid)\n- [perfect-freehand](https://www.npmjs.com/package/perfect-freehand)\n- [query-string](https://www.npmjs.com/package/query-string)\n- [react-contenteditable](https://www.npmjs.com/package/react-contenteditable)\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevanch98%2Fmiro-clone-nextjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevanch98%2Fmiro-clone-nextjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevanch98%2Fmiro-clone-nextjs/lists"}