{"id":18509212,"url":"https://github.com/psykat1116/mindcanvas","last_synced_at":"2026-03-11T19:34:06.346Z","repository":{"id":242328769,"uuid":"809274675","full_name":"psykat1116/MindCanvas","owner":"psykat1116","description":"MindCanvas is a versatile and powerful workspace that combines notes, tasks, databases in a single platform. Designed to streamline your workflow and boost productivity, MindCanvas allows you to capture your thoughts, manage projects. With customizable templates, rich text formatting,","archived":false,"fork":false,"pushed_at":"2025-12-14T12:19:21.000Z","size":902,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-16T17:35:40.937Z","etag":null,"topics":["blocknote","clerk","convex","edgestore","emoji-picker","nextjs14","shadcn-ui","sonner","tailwindcss","typescript","zod","zustand"],"latest_commit_sha":null,"homepage":"https://mind-canvas-one.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/psykat1116.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,"zenodo":null}},"created_at":"2024-06-02T08:15:39.000Z","updated_at":"2025-12-14T12:19:25.000Z","dependencies_parsed_at":"2024-06-02T09:52:58.363Z","dependency_job_id":"795513ac-36e0-4e64-a1cd-899c304f4fe5","html_url":"https://github.com/psykat1116/MindCanvas","commit_stats":null,"previous_names":["psykat1116/mindcanvas"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/psykat1116/MindCanvas","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psykat1116%2FMindCanvas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psykat1116%2FMindCanvas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psykat1116%2FMindCanvas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psykat1116%2FMindCanvas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psykat1116","download_url":"https://codeload.github.com/psykat1116/MindCanvas/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psykat1116%2FMindCanvas/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30395688,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T18:46:22.935Z","status":"ssl_error","status_checked_at":"2026-03-11T18:46:17.045Z","response_time":84,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","clerk","convex","edgestore","emoji-picker","nextjs14","shadcn-ui","sonner","tailwindcss","typescript","zod","zustand"],"created_at":"2024-11-06T15:16:49.507Z","updated_at":"2026-03-11T19:34:06.324Z","avatar_url":"https://github.com/psykat1116.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎯 MindCanvas provides a single space for organizing everything that matters similar to [Notion](https://www.notion.so/). It offers a clean and open surface for thinking, writing, and planning. It is made using NextJS, Tailwind CSS, Typescript, [EdgeStore](https://edgestore.dev/) For Storing Images, [Clerk](https://clerk.com/) For Authentication, [Convex](https://www.convex.dev/) As Our Database\n\n## 🎯 Getting Started\nFirst, Clone The Repo The Repository\n```bash\ngit clone https://github.com/psykat1116/MindCanvas.git\n```\n\n## 🎯 Start The Server\nStart The Server on the Local Server. Change The Folder Name To Lower Case.\n```bash\ncd MindCanvas\nnpm run dev\n```\n\n## 🎯 Setup The .env.local File\nCreate a .env.local File In The Root Folder With The Given Environment Variable\n```bash\nCONVEX_DEPLOYMENT=\nNEXT_PUBLIC_CONVEX_URL=\nNEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=\nCLERK_SECRET_KEY=\nEDGE_STORE_ACCESS_KEY=\nEDGE_STORE_SECRET_KEY=\nCONVEX_DEPLOY_KEY=\n```\n\n## 🎯 Setup Edge Store\nLog In to the [Edge Store](https://edgestore.dev/) And Add A New Project. You Will Get Two Key\n```bash\nEDGE_STORE_ACCESS_KEY=\nEDGE_STORE_SECRET_KEY=\n```\n\n## 🎯 Setup Clerk Authentication\nLogin Into The [Clerk](https://clerk.com/) Create A New Project And Select What Login Option You Want To Keep Then Create The Project. You Will Get Two Key\n```bash\nNEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=\nCLERK_SECRET_KEY=\n```\n\n## 🎯 Setup Convex And Integrate With Clerk Authentication\nCreate An Account In [Convex](https://www.convex.dev/) And Create A New Project\n```bash\nnpm install convex\n```\n\nGo To The [Convex \u0026 Clerk](https://docs.convex.dev/auth/clerk) And Go Through The Following Steps Mentioned Below Complete Upto `Step 4` and then Run The Following Commands.\n```bash\nnpm install @clerk/clerk-react\nnpx convex dev\n```\n\nAt The Time Of Development `npx convex dev` Must Run All The Time During Development. The `Deployment URL` Will Be In Settings In Development Mode Then Put It To The Variable.\n```bash\nNEXT_PUBLIC_CONVEX_URL=\n```\n\nAt The Time Of Deploying Go To The Project Details In Change From `Development` To `Production`.Then Go To The Project Settings and Copy The `Deployment URL` to `NEXT_PUBLIC_CONVEX_URL` And Create a New `Deploy Key` And Paste It To `CONVEX_DEPLOY_KEY`\n```bash\nNEXT_PUBLIC_CONVEX_URL=\nCONVEX_DEPLOY_KEY=\n```\n\n## 🎯 Tell Me You Face Any Problem During The Development \u0026 Production Into My Email From This [Profile](https://github.com/psykat1116) Or Tell Me In Issue Section. Tell Me You Want To Suggest Any Update. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsykat1116%2Fmindcanvas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpsykat1116%2Fmindcanvas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsykat1116%2Fmindcanvas/lists"}