{"id":21207661,"url":"https://github.com/v-poc/rui-next","last_synced_at":"2025-07-10T09:30:40.104Z","repository":{"id":37543993,"uuid":"503456676","full_name":"v-poc/rui-next","owner":"v-poc","description":"React with Vite/Rsbuild Playground - Mobile web UI components - (react-hooks+vite5).","archived":false,"fork":false,"pushed_at":"2024-09-15T07:59:27.000Z","size":2240,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-09-15T10:51:36.862Z","etag":null,"topics":["react-components","react-hooks-ui","react-ts-components","react-ts-vite","react-ui","react-vite","react18-vite5-ts","react18-vite5-ts-ui","rsbuild-react-ui","rspack-react","rspress-react-ssg","rspress-react-ui","rui","rui-playground","vite","vite-react","vite-react-hooks-ui","vite-react-ui","vite-rui","vite5"],"latest_commit_sha":null,"homepage":"https://v-poc.github.io/rui-next/","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/v-poc.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":null,"patreon":"nikoni","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://nikoni.top/rui-next/components/playground/sponsor.html"]}},"created_at":"2022-06-14T17:25:58.000Z","updated_at":"2024-09-15T07:59:30.000Z","dependencies_parsed_at":"2023-10-23T18:32:10.797Z","dependency_job_id":"102f2fa2-20f0-425d-bb2e-75f52275d210","html_url":"https://github.com/v-poc/rui-next","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v-poc%2Frui-next","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v-poc%2Frui-next/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v-poc%2Frui-next/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v-poc%2Frui-next/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/v-poc","download_url":"https://codeload.github.com/v-poc/rui-next/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225629781,"owners_count":17499295,"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":["react-components","react-hooks-ui","react-ts-components","react-ts-vite","react-ui","react-vite","react18-vite5-ts","react18-vite5-ts-ui","rsbuild-react-ui","rspack-react","rspress-react-ssg","rspress-react-ui","rui","rui-playground","vite","vite-react","vite-react-hooks-ui","vite-react-ui","vite-rui","vite5"],"created_at":"2024-11-20T20:59:21.334Z","updated_at":"2025-07-10T09:30:40.089Z","avatar_url":"https://github.com/v-poc.png","language":"TypeScript","funding_links":["https://patreon.com/nikoni","https://nikoni.top/rui-next/components/playground/sponsor.html"],"categories":[],"sub_categories":[],"readme":"# rui-next (aka RUI.next)\n\n[![npm](https://img.shields.io/npm/v/rui-next)](https://www.npmjs.com/package/rui-next) \u003ca href=\"https://nikoni.top/rui-next/\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/static/v1?label=\u0026message=docs%20%26%20demos\u0026color=3366cc\" alt=\"docs \u0026 demos\" /\u003e\u003c/a\u003e \u003cimg alt=\"react\" src=\"https://badges.aleen42.com/src/react.svg\" /\u003e \u003cimg alt=\"vite\" src=\"https://badges.aleen42.com/src/vitejs.svg\" /\u003e\n\n\u003e Yet another **lightweight** and **Vite-powered** Mobile web UI components based on **React hooks** and **Vite 6**.\n\n## Overview\n\nThis is just one kind of playground to dev `react-hooks` based UI components based on `rspress`. Thanks to [`rspress`](https://github.com/web-infra-dev/rspress) that could support `React docs+demos` well.\n\n- 📦 **Out of the box** - focus on component development and documentation\n- 🧑‍💻 **Developer Friendly** - built-in syntax highlighting, embedding React components seamlessly\n- ⚡️ **Lightweight and Fast** - lighter page weight, instant reloading (lightning-fast HMR) powered by [Vite](https://vitejs.dev), faster dev server start, hot updates and build\n\n## Preview\n\nTry [QR code playground](https://nikoni.top/rui-next/components/qr-code/index-en.html) to scan to access the examples on mobile/tablet device.\n\n\u003e react-hooks `docs+demos` playground based on [vite](https://vitejs.dev/config/).\n\n## Status\n\n- More UI components WIP based on React hooks.\n\n## Project setup\n\nInstall dependencies (use package manager: [pnpm](https://pnpm.io/))\n\n```bash\n$ pnpm i\n```\n\nStart the dev server for [`docs-dev`](http://127.0.0.1:5173/rui-next/)\n\n```bash\n$ pnpm start\n```\n\nBuild UI library\n\n```bash\n$ pnpm run build-lib\n```\n\n[`Library Mode`](https://vitejs.dev/guide/build.html#library-mode) output info\n\n```\nvite v6.3.2 building for production...\n✓ 179 modules transformed.\ndist/rui-next.css      39.00 kB │ gzip:  7.69 kB\ndist/rui-next.es.js   230.74 kB │ gzip: 68.71 kB\ndist/rui-next.umd.js  151.87 kB │ gzip: 56.25 kB\n✓ built in 642ms\n```\n\nBuild documentation (docs+demos)\n\n```bash\n$ pnpm run build-docs\n```\n\n## Customize configuration\n\nAbout vite, please check Configuration Reference - [vite](https://vitejs.dev/config/).\n\n## License\n\n\u003ca href=\"https://www.npmjs.com/package/rui-next\" target=\"_blank\"\u003e\n    \u003cimg alt=\"license\" src=\"https://img.shields.io/npm/l/rui-next.svg\" /\u003e\n\u003c/a\u003e\n\u003cbr /\u003e\n\u003cimg src=\"https://nikoni.top/images/niko-mit-react.png\" alt=\"MIT License\" width=\"396\" height=\"250\"/\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fv-poc%2Frui-next","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fv-poc%2Frui-next","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fv-poc%2Frui-next/lists"}