{"id":13457529,"url":"https://github.com/family/connectkit","last_synced_at":"2026-05-16T12:01:31.479Z","repository":{"id":60395505,"uuid":"541621765","full_name":"family/connectkit","owner":"family","description":"Connecting a wallet, made simple.","archived":false,"fork":false,"pushed_at":"2026-03-23T05:32:21.000Z","size":4942,"stargazers_count":1031,"open_issues_count":39,"forks_count":230,"subscribers_count":6,"default_branch":"main","last_synced_at":"2026-03-23T21:02:26.375Z","etag":null,"topics":["coinbase","dapp","ethereum","metamask","react","typescript","viem","wagmi","walletconnect","web3"],"latest_commit_sha":null,"homepage":"https://family.co/docs/connectkit","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/family.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-09-26T14:13:25.000Z","updated_at":"2026-03-21T04:28:13.000Z","dependencies_parsed_at":"2022-09-29T01:40:26.626Z","dependency_job_id":"a071ce35-c86e-4382-85b1-eb3d00548cc7","html_url":"https://github.com/family/connectkit","commit_stats":{"total_commits":941,"total_committers":18,"mean_commits":52.27777777777778,"dds":"0.17640807651434642","last_synced_commit":"97a0bb64e314a0dcc13c579d6f84ff91e832bee9"},"previous_names":["family-dev/connectkit"],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/family/connectkit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/family%2Fconnectkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/family%2Fconnectkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/family%2Fconnectkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/family%2Fconnectkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/family","download_url":"https://codeload.github.com/family/connectkit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/family%2Fconnectkit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33102147,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["coinbase","dapp","ethereum","metamask","react","typescript","viem","wagmi","walletconnect","web3"],"created_at":"2024-07-31T09:00:28.908Z","updated_at":"2026-05-16T12:01:31.472Z","avatar_url":"https://github.com/family.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"\u003ca href=\"https://docs.family.co/connectkit\"\u003e\n  \u003cimg width=\"1080\" alt=\"connectkit\" src=\"https://github.com/family/connectkit/assets/1930210/87c2e868-3228-44b8-82c3-a38adf6d1bbf\"\u003e\n\u003c/a\u003e\n\n# ConnectKit\n\nConnectKit is a powerful [React](https://reactjs.org/) component library for connecting a wallet to your dApp. It supports the most popular connectors and chains out of the box and provides a beautiful, seamless experience.\n\n## Features\n\n- 💡 TypeScript Ready — Get types straight out of the box.\n- 🌱 Ecosystem Standards — Uses top libraries such as [wagmi](https://github.com/wagmi-dev/wagmi).\n- 🖥️ Simple UX — Give users a simple, attractive experience.\n- 🎨 Beautiful Themes — Predesigned themes or full customization.\n\nand much more...\n\n## Quick Start\n\nGet started with a ConnectKit + [wagmi](https://wagmi.sh/) + [viem](https://viem.sh) project by following the documentation [here](https://docs.family.co/connectkit/getting-started).\n\n## Documentation\n\nYou can find the full ConnectKit documentation in the docs [here](https://docs.family.co/connectkit).\n\n## API Reference\n\nYou can find the full API Reference in the docs [here](https://docs.family.co/connectkit/api-reference).\n\n## Examples\n\nThere are various runnable examples included in this repository in the [examples folder](https://github.com/family/connectkit/tree/main/examples):\n\n- [Next.js Example (TypeScript)](https://github.com/family/connectkit/tree/main/examples/nextjs)\n- [Vite Example (TypeScript)](https://github.com/family/connectkit/tree/main/examples/vite)\n\n### Try in CodeSandbox\n\nYou can try out some ConnectKit examples directly in your browser through CodeSandbox:\n\n- [Next.js (TypeScript)](https://codesandbox.io/s/qnvyqe?file=/README.md)\n- [Vite Example (TypeScript)](https://codesandbox.io/s/4jtssh?file=/README.md)\n\n### Running Examples Locally\n\nClone the ConnectKit project and install the necessary dependencies:\n\n```sh\n$ git clone git@github.com:family/connectkit.git\n$ cd connectkit\n$ yarn install\n```\n\nand start the code bundler:\n\n```sh\n$ yarn dev:connectkit\n$ yarn dev:connectkit-next-siwe\n```\n\nand then simply select the example you'd like to run:\n\n```sh\n$ yarn dev:vite # Vite\n$ yarn dev:nextjs # Next.js\n$ yarn dev:nextjs-siwe # Next.js with SIWE\n```\n\n## Contribute\n\nBefore starting on anything, please have a read through our [Contribution Guidelines](https://github.com/family/connectkit/blob/main/CONTRIBUTING.md).\n\n## Twitter\n\nFollow [@aave](https://twitter.com/aave) on Twitter for the latest updates on ConnectKit.\n\n## License\n\nSee [LICENSE](https://github.com/family/connectkit/blob/main/LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffamily%2Fconnectkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffamily%2Fconnectkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffamily%2Fconnectkit/lists"}