{"id":15962555,"url":"https://github.com/bootnodedev/db-ui-toolkit","last_synced_at":"2025-07-08T14:09:13.478Z","repository":{"id":241648793,"uuid":"806750599","full_name":"BootNodeDev/db-ui-toolkit","owner":"BootNodeDev","description":"dAppBooster common UI components","archived":true,"fork":false,"pushed_at":"2024-09-05T15:10:05.000Z","size":1012,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-06-23T05:18:56.998Z","etag":null,"topics":["blockchain","ethereum","styled-components","ui","ui-components","uikit","web3"],"latest_commit_sha":null,"homepage":"https://dappbooster.dev","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/BootNodeDev.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}},"created_at":"2024-05-27T20:30:30.000Z","updated_at":"2025-05-20T13:34:49.000Z","dependencies_parsed_at":"2024-06-13T04:06:23.671Z","dependency_job_id":"326cf7c8-4851-46a7-827d-41cb85ad2549","html_url":"https://github.com/BootNodeDev/db-ui-toolkit","commit_stats":{"total_commits":257,"total_committers":2,"mean_commits":128.5,"dds":"0.011673151750972721","last_synced_commit":"668c06b0805a3ac69224143531c08d173b4eb210"},"previous_names":["bootnodedev/db-ui-toolkit"],"tags_count":25,"template":false,"template_full_name":null,"purl":"pkg:github/BootNodeDev/db-ui-toolkit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BootNodeDev%2Fdb-ui-toolkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BootNodeDev%2Fdb-ui-toolkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BootNodeDev%2Fdb-ui-toolkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BootNodeDev%2Fdb-ui-toolkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BootNodeDev","download_url":"https://codeload.github.com/BootNodeDev/db-ui-toolkit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BootNodeDev%2Fdb-ui-toolkit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264284400,"owners_count":23584679,"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":["blockchain","ethereum","styled-components","ui","ui-components","uikit","web3"],"created_at":"2024-10-07T16:04:30.192Z","updated_at":"2025-07-08T14:09:13.458Z","avatar_url":"https://github.com/BootNodeDev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dAppBooster UI Toolkit\n\n![Static Badge](https://img.shields.io/badge/db-UIToolkit-green?style=flat\u0026color=%238b46a4)\n![GitHub package.json version](https://img.shields.io/github/package-json/v/BootNodeDev/db-ui-toolkit?style=flat\u0026color=%238b46a4) ![GitHub top language](https://img.shields.io/github/languages/top/bootnodedev/db-ui-toolkit) ![GitHub License](https://img.shields.io/github/license/bootnodedev/db-ui-toolkit)\n\n[dAppBooster](https://github.com/BootNodeDev/dAppBooster) common UI components\n\n## Installation\n\n- Clone the repo following the usual steps:\n\n```bash\ngit clone git@github.com:BootNodeDev/db-ui-toolkit.git\n```\n\n- Install\n\n```bash\nnvm use\n\npnpm i\n```\n\n## Development\n\n- We use [tsup](https://tsup.egoist.dev/) to bundle the components.\n- Clone and install `dAppBoosterLandingPage` https://github.com/BootNodeDev/dAppBoosterLandingPage (this version uses all the components from `db-ui-toolkit`)\n\nFor example:\n\n```bash\ngit clone https://github.com/BootNodeDev/dAppBoosterLandingPage dAppBoosterWeb3ToolkitTest\n\ncd dAppBoosterUIToolkitTest\n\nnvm use\n\ncp .env.example .env.local\n\npnpm i\n```\n\n- Remove `db-ui-toolkit` from your local copy of `dAppBoosterLandingPage`:\n\n```bash\npnpm remove db-ui-toolkit\n```\n\n- Install your local copy of `db-ui-toolkit` on `dAppBoosterLandingPage` (i.e.: `pnpm i /users/yourusername/db-ui-toolkit`)\n\n```bash\npnpm i \u003cpath_to_where_db-ui-toolkit_is\u003e\n```\n\nNow you can run `dAppBoosterLandingPage` locally using `pnpm dev` and it'll use your local build of `db-ui-toolkit`.\n\n---\n\nYou can try the following workflow:\n\n- One console running `dAppBoosterLandingPage` (`pnpm dev` will open it on http://localhost:5173/)\n- A second one for watching `dAppBooster UI Toolkit`'s changes, also using `pnpm dev`\n\n## Development / Deployment\n\n- We suggest working in a branch different to `main` for this, i.e.: `feat/new-feature`\n- Make any changes you want.\n- Test your changes. Be thorough. Make sure that everything works in `dAppBooster`\n- Commit, push, create a PR, merge into `main`\n- Checkout `main` and pull the changes.\n- Update the [version](https://semver.org/) in `package.json`\n- Run `pnpm build`\n- Once everything is stable and ready for release [tag a new version](https://semver.org/) so you don't break everything for everyone.\n- Finally, run `npm publish` to deploy your changes to NPM.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbootnodedev%2Fdb-ui-toolkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbootnodedev%2Fdb-ui-toolkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbootnodedev%2Fdb-ui-toolkit/lists"}