{"id":13565848,"url":"https://github.com/rainbow-me/rainbowkit","last_synced_at":"2026-05-06T10:07:00.486Z","repository":{"id":36983707,"uuid":"392610935","full_name":"rainbow-me/rainbowkit","owner":"rainbow-me","description":"The best way to connect a wallet 🌈 🧰","archived":false,"fork":false,"pushed_at":"2025-05-14T14:35:00.000Z","size":26553,"stargazers_count":2578,"open_issues_count":43,"forks_count":704,"subscribers_count":29,"default_branch":"main","last_synced_at":"2025-05-15T00:04:07.414Z","etag":null,"topics":["dapp","ethereum","react","web3"],"latest_commit_sha":null,"homepage":"https://rainbowkit.com","language":"MDX","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/rainbow-me.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-08-04T08:32:05.000Z","updated_at":"2025-05-14T17:34:21.000Z","dependencies_parsed_at":"2023-10-16T10:36:43.331Z","dependency_job_id":"17b138ab-e075-4984-bfab-e52f6047a8e5","html_url":"https://github.com/rainbow-me/rainbowkit","commit_stats":{"total_commits":1136,"total_committers":118,"mean_commits":9.627118644067796,"dds":0.743838028169014,"last_synced_commit":"d76bb28a67609d9855b8045e5f5f4641dff1e032"},"previous_names":[],"tags_count":422,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rainbow-me%2Frainbowkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rainbow-me%2Frainbowkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rainbow-me%2Frainbowkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rainbow-me%2Frainbowkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rainbow-me","download_url":"https://codeload.github.com/rainbow-me/rainbowkit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254249198,"owners_count":22039029,"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":["dapp","ethereum","react","web3"],"created_at":"2024-08-01T13:01:56.549Z","updated_at":"2025-12-12T21:24:24.150Z","avatar_url":"https://github.com/rainbow-me.png","language":"MDX","funding_links":[],"categories":["MDX","Projects"],"sub_categories":["Packages"],"readme":"\u003ca href=\"https://rainbowkit.com\"\u003e\n  \u003cimg alt=\"rainbowkit\" src=\"https://user-images.githubusercontent.com/372831/168174718-685980e0-391e-4621-94a1-29bf83979fa5.png\" /\u003e\n\u003c/a\u003e\n\n# RainbowKit \u0026nbsp; [![Version](https://img.shields.io/npm/v/@rainbow-me/rainbowkit?colorA=1f2937\u0026colorB=3b82f6\u0026labelColor=1f2937)](https://www.npmjs.com/package/@rainbow-me/rainbowkit) [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/rainbow-me/rainbowkit)\n\n**The best way to connect a wallet 🌈**\n\nRainbowKit is a [React](https://reactjs.org/) library that makes it easy to add wallet connection to your dapp.\n\n- 🔥 Out-of-the-box wallet management\n- ✅ Easily customizable\n- 🦄 Built on top of [wagmi](https://wagmi.sh) and [viem](https://viem.sh)\n\n## Quick start\n\nYou can scaffold a new RainbowKit + [wagmi](https://wagmi.sh) + [Next.js](https://nextjs.org) app with one of the following commands, using your package manager of choice:\n\n```bash\nnpm init @rainbow-me/rainbowkit@latest\n# or\npnpm create @rainbow-me/rainbowkit@latest\n# or\nyarn create @rainbow-me/rainbowkit\n```\n\n## Documentation\n\nFor full documentation, visit [rainbowkit.com](https://rainbowkit.com).\n\n### Try it out\n\nYou can use the CodeSandbox links below to try out RainbowKit:\n\n- with [Create React App](https://codesandbox.io/p/sandbox/github/rainbow-me/rainbowkit/tree/main/examples/with-create-react-app)\n- with [Next.js](https://codesandbox.io/p/sandbox/github/rainbow-me/rainbowkit/tree/main/examples/with-next)\n- with [Next.js App Router](https://codesandbox.io/p/sandbox/github/rainbow-me/rainbowkit/tree/main/examples/with-next-app)\n- with [Remix](https://codesandbox.io/p/sandbox/github/rainbow-me/rainbowkit/tree/main/examples/with-remix)\n- with [Vite](https://codesandbox.io/p/sandbox/github/rainbow-me/rainbowkit/tree/main/examples/with-vite)\n- with [React Router](https://codesandbox.io/p/sandbox/github/rainbow-me/rainbowkit/tree/main/examples/with-react-router)\n\n## Examples\n\nThe following examples are provided in the [examples](./examples/) folder of this repo.\n\n- `with-create-react-app`\n- `with-next`\n- `with-next-app`\n- `with-next-custom-button`\n- `with-next-mint-nft`\n- `with-next-siwe-next-auth`\n- `with-next-siwe-iron-session`\n- `with-remix`\n- `with-vite`\n- `with-react-router`\n\n### Running examples\n\nTo run an example locally, install dependencies.\n\n```bash\npnpm install\n```\n\nThen go into an example directory, eg: `with-next`.\n\n```bash\ncd examples/with-next\n```\n\nThen run the dev script.\n\n```bash\npnpm run dev\n```\n\n## Contributing\n\nPlease follow our [contributing guidelines](/.github/CONTRIBUTING.md).\n\n## License\n\nLicensed under the MIT License, Copyright © 2022-present [Rainbow](https://rainbow.me).\n\nSee [LICENSE](/LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frainbow-me%2Frainbowkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frainbow-me%2Frainbowkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frainbow-me%2Frainbowkit/lists"}