{"id":25127684,"url":"https://github.com/replyke/ui-kit","last_synced_at":"2025-04-23T14:34:14.590Z","repository":{"id":275643327,"uuid":"925827205","full_name":"replyke/ui-kit","owner":"replyke","description":"Replyke React \u0026 React Native components: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.","archived":false,"fork":false,"pushed_at":"2025-04-07T05:36:55.000Z","size":14378,"stargazers_count":64,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T06:29:23.369Z","etag":null,"topics":["comments","expo","front-end","moderation","react","react-native","reactjs","replyke","social","typescript","ui-components"],"latest_commit_sha":null,"homepage":"https://docs.replyke.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/replyke.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-02-01T20:55:50.000Z","updated_at":"2025-04-07T05:36:59.000Z","dependencies_parsed_at":"2025-04-07T06:35:40.781Z","dependency_job_id":null,"html_url":"https://github.com/replyke/ui-kit","commit_stats":null,"previous_names":["replyke/ui-kit","replyke/replyke-ui"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/replyke%2Fui-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/replyke%2Fui-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/replyke%2Fui-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/replyke%2Fui-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/replyke","download_url":"https://codeload.github.com/replyke/ui-kit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250437268,"owners_count":21430673,"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":["comments","expo","front-end","moderation","react","react-native","reactjs","replyke","social","typescript","ui-components"],"created_at":"2025-02-08T11:17:46.692Z","updated_at":"2025-04-23T14:34:14.583Z","avatar_url":"https://github.com/replyke.png","language":"TypeScript","readme":"# Replyke UI Monorepo\n\n![License](https://img.shields.io/badge/license-MIT-blue.svg)\n![npm](https://img.shields.io/badge/types-included-blue?style=flat-square)\n[![runs with expo](https://img.shields.io/badge/Runs%20with%20Expo-4630EB.svg?style=flat-square\u0026logo=EXPO\u0026labelColor=f3f3f3\u0026logoColor=000)](https://expo.io/)\n\n## Stay Updated\nJoin the \n\u003ca  href=\"https://discord.gg/REKxnCJzPz\" target=\"_blank\"\u003e\nDiscord server\n\u003c/a\u003e\nand follow on\n\u003ca  href=\"https://x.com/replykejs\" target=\"_blank\"\u003e\nX/Twitter\n\u003c/a\u003e\nand\n\u003ca  href=\"https://replyke.bsky.social\" target=\"_blank\"\u003e\nBlueSky\n\u003c/a\u003e\nto be notified about important changes \n\n## Overview\n\nReplyke UI is a monorepo containing UI-related functionality for the Replyke ecosystem. It includes reusable UI utilities, shared components, and the **social comment section** for both React and React Native applications.\n\nWhile this repository provides UI-related tools, it requires one of the core Replyke libraries to function:\n\n- [@replyke/react-js](https://www.npmjs.com/package/@replyke/react-js) (for React web apps)\n- [@replyke/react-native](https://www.npmjs.com/package/@replyke/react-native) (for React Native apps)\n- [@replyke/expo](https://www.npmjs.com/package/@replyke/expo) (for Expo-managed React Native apps)\n\n![Demo](./assets/comment_section.gif)\n\n## Replyke UI Components\n\nThe primary focus of this monorepo is the **social comment section**, which provides modern discussion capabilities similar to popular social networks. Replyke’s comment section is fully featured and includes:\n\n- **Mentions (@username)** – Notify mentioned users and provide profile links.\n- **Replies \u0026 Likes** – Nested replies, likes, and user notifications.\n- **Highlighted Comments** – Highlight a specific comment or reply (useful for deep links from notifications).\n- **GIF Support** – Enable GIFs by adding an API key via the Replyke dashboard.\n- **Built-in Authorization** – Prevent unauthorized actions such as duplicate likes or deleting others' comments.\n- **Reporting \u0026 Moderation** – Comes with a reporting system and a back-office for project managers to manage reports, remove comments, and ban users.\n- **Custom Styling** – Developers can customize styling via props.\n\n## Monorepo Structure\n\nThis monorepo consists of multiple packages, categorized into **UI core utilities** and **comment section implementations**:\n\n### **UI Core**\n\n- `packages/ui-core/base` – Shared UI utilities such as generic styles and types.\n- `packages/ui-core/react-js` – Reusable functionality and components for React web applications.\n- `packages/ui-core/react-native` – Reusable functionality and components for React Native applications.\n\n### **Social Comment Section**\n\n- `packages/comments/social/core` – Core types, hooks, and utilities shared between React and React Native versions (no UI).\n- `packages/comments/social/react-js` – Full implementation of the social comment section for React web apps. ([npm package](https://www.npmjs.com/package/@replyke/comments-social-react-js))\n- `packages/comments/social/react-native` – Full implementation of the social comment section for React Native (CLI \u0026 Expo). ([npm package](https://www.npmjs.com/package/@replyke/comments-social-react-native))\n\n## License\n\nThis repository is open-source under the **MIT License**.\n\n## Contributions\n\nContributions are welcome! If you'd like to improve the comment section or add new UI components, feel free to submit a pull request. Join the Replyke community and help build better social UI components!\n\n---\n\nFor questions or support, visit the [Replyke documentation](https://docs.replyke.com), open an issue or reach out via the [Discord server](https://discord.com/invite/REKxnCJzPz).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freplyke%2Fui-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freplyke%2Fui-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freplyke%2Fui-kit/lists"}