{"id":51151299,"url":"https://github.com/humanbased-ai/codatta-connect","last_synced_at":"2026-06-26T06:04:17.699Z","repository":{"id":267766403,"uuid":"890707309","full_name":"humanbased-ai/codatta-connect","owner":"humanbased-ai","description":null,"archived":false,"fork":false,"pushed_at":"2026-06-10T06:19:38.000Z","size":16470,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-06-10T06:28:15.893Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/humanbased-ai.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-19T03:20:37.000Z","updated_at":"2026-06-10T04:46:16.000Z","dependencies_parsed_at":"2025-01-08T04:20:15.314Z","dependency_job_id":"96ba6c08-43e7-4e0e-9051-c6dbe133e162","html_url":"https://github.com/humanbased-ai/codatta-connect","commit_stats":null,"previous_names":["codatta/codatta-connect","humanbased-ai/codatta-connect"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/humanbased-ai/codatta-connect","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humanbased-ai%2Fcodatta-connect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humanbased-ai%2Fcodatta-connect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humanbased-ai%2Fcodatta-connect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humanbased-ai%2Fcodatta-connect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/humanbased-ai","download_url":"https://codeload.github.com/humanbased-ai/codatta-connect/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humanbased-ai%2Fcodatta-connect/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34805109,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-26T02:00:06.560Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-06-26T06:04:17.043Z","updated_at":"2026-06-26T06:04:17.669Z","avatar_url":"https://github.com/humanbased-ai.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![brand-image](https://raw.githubusercontent.com/codatta/assets/refs/heads/main/brand-v3.png)\n\n# Codatta Connect\n\nCodatta Connect is a set of tools that helps quickly integrate Codatta-based login and wallet linking features into applications. Codatta Connect provide sign up UI base on react and tailwindcss.\n\n# Quickstart\n\n## Installation\n\nCodatta Connect is available as an npm package.\n\n```bash\nnpm i codatta-connect\n```\n\n## Basic Usage\n\nImport and Initialize\n\n```tsx\nimport { CodattaConnectContextProvider } from \"codatta-connect\";\n\nexport default function App(props: { children: React.ReactNode }) {\n  return (\n    \u003cCodattaConnectContextProvider\u003e\n      {children}\n    \u003c/CodattaConnectContextProvider\u003e\n  );\n}\n```\n\nUse sign up UI\n\n```tsx\nimport { ILoginResponse, CodattaSignin } from 'codatta-connect'\n\nexport default function Signup()  {\n\n  function handleLogin(res: ILoginResponse) {\n    // handle your login logic here\n  }\n\n  const config = {\n    channel: 'your register channel'\n    device: 'Devise type , available value: \"WEB\", \"TD\", \"PLUG\"'\n    app: 'your app name',\n    inviterCode: 'referral code'\n  }\n\n return \u003cCodattaSignin\n   onLogin={handleLogin}\n   config={config}\n   header={\u003cdiv\u003eLog in or sign up\u003c/div\u003e}\n /\u003e\n}\n\n```\n\n# Local development\n\n### Install dependencies\n```bash\nnpm install\n```\n\n### Start to dev\nNow you can start developing. Run the following command to start the development server:\n```shell\nnpm run dev\n```\n\n### If you are using VSCode\nFor you development experience, we include some vscode settings in the `.vscode` directory.\nWe highly recommend you install the following extensions:\n\n- [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)\n  \n  highlight syntax errors and warnings\n\n- [Tailwind CSS IntelliSense](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss)\n\n  IntelliSense for Tailwind CSS\n\n- [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)\n\n  format code\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhumanbased-ai%2Fcodatta-connect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhumanbased-ai%2Fcodatta-connect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhumanbased-ai%2Fcodatta-connect/lists"}