{"id":28511818,"url":"https://github.com/ruslantsykaliak/trello-next14","last_synced_at":"2025-07-03T20:32:20.008Z","repository":{"id":208061279,"uuid":"720427157","full_name":"RuslanTsykaliak/trello-next14","owner":"RuslanTsykaliak","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-10T08:47:03.000Z","size":305,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-09T00:08:16.163Z","etag":null,"topics":["clerk","nextjs","prisma","shadcn-ui","tailwindcss","trello-clone","typescript","unsplash-api"],"latest_commit_sha":null,"homepage":"https://trello-next14.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/RuslanTsykaliak.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}},"created_at":"2023-11-18T13:04:17.000Z","updated_at":"2024-02-10T10:22:31.000Z","dependencies_parsed_at":"2023-12-09T12:25:48.355Z","dependency_job_id":null,"html_url":"https://github.com/RuslanTsykaliak/trello-next14","commit_stats":null,"previous_names":["ruslantsykaliak/trello-next14"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RuslanTsykaliak/trello-next14","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RuslanTsykaliak%2Ftrello-next14","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RuslanTsykaliak%2Ftrello-next14/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RuslanTsykaliak%2Ftrello-next14/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RuslanTsykaliak%2Ftrello-next14/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RuslanTsykaliak","download_url":"https://codeload.github.com/RuslanTsykaliak/trello-next14/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RuslanTsykaliak%2Ftrello-next14/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263399512,"owners_count":23460721,"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","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","nextjs","prisma","shadcn-ui","tailwindcss","trello-clone","typescript","unsplash-api"],"created_at":"2025-06-09T00:08:17.256Z","updated_at":"2025-07-03T20:32:19.982Z","avatar_url":"https://github.com/RuslanTsykaliak.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Trello Next.js 14\n\nKey Features:\n- Auth\n- Organizations / Workspaces\n- Board creation\n- Unsplash API for random beautiful cover images\n- Activity log for an entire organization\n- Board rename and delete\n- List creation\n- List rename, delete, drag \u0026 drop reorder and copy\n- Card creation\n- Card description, rename, delete, drag \u0026 drop reorder and copy\n- Card activity log\n- Board limit for every organization\n- Stripe subscription for each organization to unlock unlimited boards\n- Landing page\n- MySQL DB\n- Prisma ORM\n- shadcnUI \u0026 TailwindCSS\n\n\n## Getting Started\n\nTo get started, clone this repository and navigate to the project directory. Then, install the dependencies using one of the following package managers:\n\n```bash\nnpm install\n# or\nyarn install\n# or\npnpm install\n# or\nbun install\n```\n\n# Setup .env file\n\n```js\nNEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=\nCLERK_SECRET_KEY=\nNEXT_PUBLIC_CLERK_SIGN_IN_URL=\nNEXT_PUBLIC_CLERK_SIGN_UP_URL=\nNEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=\nNEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=\n\nDATABASE_URL=\n\nNEXT_PUBLIC_UNSPLASH_ACCESS_KEY=\n\nSTRIPE_API_KEY=\n\nNEXT_PUBLIC_APP_URL=\n\nSTRIPE_WEBHOOK_SECRET=\n```\n\nPrisma configuration:\n\n```bash\nnpx prisma init\nnpx prisma generate\nnpx prisma db push\n```\n\nStripe:\n\n```bash\nstripe login\nstripe listen --forward-to localhost:3000/api/webhook\n```\n\n\n\nAfter installing the dependencies and .env, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n# or\nbun dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\n\n# Libraries\n\nShadcn UI:\n\n```bash\nnpx shadcn-ui@latest init\nnpx shadcn-ui@latest add button skeleton accordion separator sheet tooltip popover label\n```\n\nDependencies:\n\n```bash\nnpm install @clerk/nextjs usekooks-ts zustand -D prisma @prisma/client zod sonner date-fns @tanstack/react-query @radix-ui/react-avatar @radix-ui/react-label stripe unsplash-js lodash -D @types/lodash @hello-pangea/dnd\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruslantsykaliak%2Ftrello-next14","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruslantsykaliak%2Ftrello-next14","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruslantsykaliak%2Ftrello-next14/lists"}