{"id":16403707,"url":"https://github.com/coderdiaz/linkzy","last_synced_at":"2026-05-18T07:03:08.533Z","repository":{"id":206621255,"uuid":"717294076","full_name":"coderdiaz/linkzy","owner":"coderdiaz","description":"Create your own link-in-bio page with this unstyled components for React, Vue and Svelte","archived":false,"fork":false,"pushed_at":"2023-11-16T17:13:07.000Z","size":175,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T17:33:17.280Z","etag":null,"topics":["link-in-bio","linktree-alternative"],"latest_commit_sha":null,"homepage":"","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/coderdiaz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"github":["coderdiaz"],"custom":["https://cervecita.app/coderdiaz"]}},"created_at":"2023-11-11T03:06:36.000Z","updated_at":"2023-11-13T01:42:28.000Z","dependencies_parsed_at":"2023-11-14T06:25:23.637Z","dependency_job_id":null,"html_url":"https://github.com/coderdiaz/linkzy","commit_stats":null,"previous_names":["coderdiaz/linkzy"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/coderdiaz/linkzy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderdiaz%2Flinkzy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderdiaz%2Flinkzy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderdiaz%2Flinkzy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderdiaz%2Flinkzy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coderdiaz","download_url":"https://codeload.github.com/coderdiaz/linkzy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderdiaz%2Flinkzy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33168910,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T05:43:36.989Z","status":"ssl_error","status_checked_at":"2026-05-18T05:43:19.133Z","response_time":71,"last_error":"SSL_read: 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":["link-in-bio","linktree-alternative"],"created_at":"2024-10-11T05:50:12.149Z","updated_at":"2026-05-18T07:03:08.504Z","avatar_url":"https://github.com/coderdiaz.png","language":"TypeScript","funding_links":["https://github.com/sponsors/coderdiaz","https://cervecita.app/coderdiaz"],"categories":[],"sub_categories":[],"readme":"![Linkzy Logo](cover.png)\n\n\u003cdiv align=\"center\"\u003e\u003cstrong\u003eLinkzy\u003c/strong\u003e\u003c/div\u003e\n\u003cdiv align=\"center\"\u003eUnstyled components for create your own link-in-bio page.\u003c/div\u003e\n\u003cbr /\u003e\n\u003cdiv align=\"center\"\u003e\n\u003ca href=\"https://github.com/coderdiaz/linkzy\"\u003eGitHub\u003c/a\u003e \n\u003cspan\u003e · \u003c/span\u003e\n\u003ca href=\"./LICENSE.md\"\u003eLicense\u003c/a\u003e\n\u003c/div\u003e\n\n## Introduction\n\nAn open-source collection of unstyled components for create your link-in-bio using React, Vue (soon) and Svelte (soon). Say goodbye to generic page designs and stand out from the crowd. Linkzy empowers you to fully customize your link-in-bio according to your preferences.\n\n## Install\n\nInstall one of the components from your command line.\n\n#### With yarn\n\n```sh\nyarn add @linkzy/react -E\n```\n\n#### With npm\n\n```sh\nnpm install @linkzy/react -E\n```\n\n#### With pnpm\n\n```sh\npnpm install @linkzy/react -E\n```\n\n## Getting Started\n\nAdd the component to your template. Include styles where needed.\n\n```jsx\nimport * as Linkzy from '@linkzy/react';\n\nconst Template = () =\u003e {\n  return (\n    \u003cLinkzy.Root\u003e\n      \u003cLinkzy.Head\u003e\n        \u003cLinkzy.Avatar\u003e\n          \u003cimg src=\"...\" /\u003e\n        \u003c/Linkzy.Avatar\u003e\n        \u003cLinkzy.Content\u003e\n          \u003cLinkzy.Title label=\"Javier Diaz\" /\u003e\n          \u003cLinkzy.Bio\u003eA software engineer who designs\u003c/Linkzy.Bio\u003e\n        \u003c/Linkzy.Content\u003e\n      \u003c/Linkzy.Head\u003e\n      \u003cLinkzy.Group\u003e\n        \u003cLinkzy.Link\n          href=\"https://youtube.com/@coderdiaz\"\n          label=\"Visita mi canal de Youtube\"\n        /\u003e\n        \u003cLinkzy.Link\n          href=\"https://twitch.tv/coderdiaz\"\n          label=\"Visita mi canal de Twitch\"\n        /\u003e\n        \u003cLinkzy.Link\n          href=\"https://coderdiaz.dev/contacto\"\n          label=\"Ponte en contacto conmigo\"\n        /\u003e\n      \u003c/Linkzy.Group\u003e\n    \u003c/Linkzy.Root\u003e\n  );\n};\n```\n\n## Authors\n\n- Javier Diaz ([@coderdiaz](https://x.com/coderdiaz))\n\n## License\n\nLicensed under the MIT License. See [LICENSE](./LICENSE.md) for more information.\n\nCopyright \u0026copy; 2023 Javier Diaz Chamorro\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderdiaz%2Flinkzy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoderdiaz%2Flinkzy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderdiaz%2Flinkzy/lists"}