{"id":14957187,"url":"https://github.com/itsmapleleaf/reacord","last_synced_at":"2025-05-16T09:06:45.939Z","repository":{"id":37919970,"uuid":"436142657","full_name":"itsMapleLeaf/reacord","owner":"itsMapleLeaf","description":"Create interactive Discord messages using React. ⚛","archived":false,"fork":false,"pushed_at":"2024-01-02T14:54:27.000Z","size":3668,"stargazers_count":756,"open_issues_count":7,"forks_count":13,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-05-14T08:06:55.089Z","etag":null,"topics":["discord","discord-js","nodejs","react","react-renderer"],"latest_commit_sha":null,"homepage":"https://reacord.mapleleaf.dev/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/itsMapleLeaf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-12-08T06:36:50.000Z","updated_at":"2025-04-23T16:34:33.000Z","dependencies_parsed_at":"2023-01-19T14:34:30.885Z","dependency_job_id":"6e8bf8e5-12ab-4108-9b51-233595d51059","html_url":"https://github.com/itsMapleLeaf/reacord","commit_stats":{"total_commits":504,"total_committers":5,"mean_commits":100.8,"dds":"0.025793650793650813","last_synced_commit":"7ac1a9cdce35cd00c32e45fdbb4b01b7247cfc78"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsMapleLeaf%2Freacord","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsMapleLeaf%2Freacord/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsMapleLeaf%2Freacord/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsMapleLeaf%2Freacord/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itsMapleLeaf","download_url":"https://codeload.github.com/itsMapleLeaf/reacord/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254501558,"owners_count":22081528,"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":["discord","discord-js","nodejs","react","react-renderer"],"created_at":"2024-09-24T13:14:18.571Z","updated_at":"2025-05-16T09:06:40.925Z","avatar_url":"https://github.com/itsMapleLeaf.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ccenter\u003e\n  \u003cimg src=\"packages/website/src/assets/banner.png\" alt=\"Reacord: Create interactive Discord messages using React\"\u003e\n\u003c/center\u003e\n\n## Installation ∙ [![npm](https://img.shields.io/npm/v/reacord?color=blue\u0026style=flat-square)](https://www.npmjs.com/package/reacord)\n\n```console\n# npm\nnpm install reacord react discord.js\n\n# yarn\nyarn add reacord react discord.js\n\n# pnpm\npnpm add reacord react discord.js\n\n```\n\n## Get Started\n\n[Visit the docs to get started.](https://reacord.mapleleaf.dev/guides/getting-started)\n\n## Example\n\n\u003c!-- prettier-ignore --\u003e\n```tsx\nimport { useState } from \"react\"\nimport { Embed, Button } from \"reacord\"\n\nfunction Counter() {\n  const [count, setCount] = useState(0)\n\n  return (\n    \u003c\u003e\n      \u003cEmbed title=\"Counter\"\u003e\n        This button has been clicked {count} times.\n      \u003c/Embed\u003e\n      \u003cButton\n        label=\"+1\"\n        onClick={() =\u003e setCount(count + 1)}\n      /\u003e\n    \u003c/\u003e\n  )\n}\n```\n\n![Counter demo](./reacord-counter-demo.gif)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsmapleleaf%2Freacord","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitsmapleleaf%2Freacord","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsmapleleaf%2Freacord/lists"}