{"id":13876179,"url":"https://github.com/IBM/carbon-ui-builder","last_synced_at":"2025-07-16T10:33:14.373Z","repository":{"id":37206600,"uuid":"438292153","full_name":"IBM/carbon-ui-builder","owner":"IBM","description":"Build Carbon UI components for your product in a fraction of time that it normally takes.","archived":false,"fork":false,"pushed_at":"2024-04-10T18:14:09.000Z","size":201660,"stargazers_count":74,"open_issues_count":98,"forks_count":34,"subscribers_count":8,"default_branch":"main","last_synced_at":"2024-04-11T05:49:01.688Z","etag":null,"topics":["builder","carbon","carbon-design-system","component-library","components","hacktoberfest","no-code","nocode","ui","ui-design"],"latest_commit_sha":null,"homepage":"https://builder.carbondesignsystem.com/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IBM.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2021-12-14T14:53:15.000Z","updated_at":"2024-05-03T19:32:20.553Z","dependencies_parsed_at":"2023-11-16T21:13:23.558Z","dependency_job_id":"1ff31a87-eae5-4b2b-a840-d3b67d96a0d5","html_url":"https://github.com/IBM/carbon-ui-builder","commit_stats":{"total_commits":597,"total_committers":16,"mean_commits":37.3125,"dds":0.4606365159128978,"last_synced_commit":"eed26a9ad09b274da30284c3f3b38b0d84f31570"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IBM%2Fcarbon-ui-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IBM%2Fcarbon-ui-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IBM%2Fcarbon-ui-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IBM%2Fcarbon-ui-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IBM","download_url":"https://codeload.github.com/IBM/carbon-ui-builder/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226126067,"owners_count":17577472,"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":["builder","carbon","carbon-design-system","component-library","components","hacktoberfest","no-code","nocode","ui","ui-design"],"created_at":"2024-08-06T06:01:06.443Z","updated_at":"2024-11-24T04:31:02.738Z","avatar_url":"https://github.com/IBM.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","ui-design"],"sub_categories":[],"readme":"# Carbon UI Builder - UI Fragment Composer by IBM\n\nCarbon UI Builder is a visual builder tool for Carbon UI components allowing you to\nbuild product pages in a fraction of time that it normally take.\n\nExport in seconds as\n\n* image for presentations\n* live demo app for user testing or\n* production quality code\n\nand incorporate in the existing product frontend.\n\nNo coding required.\n\n[See it in action!](https://builder.carbondesignsystem.com)\n\n## Privacy\n\nAll your data is safely stored on your computer, never leaving the browser.\nThis means that the Carbon UI Builder works even if you don't have internet connection.\n\n## What's Carbon, anyway?\n\nIt's [IBM's design system](https://www.carbondesignsystem.com/) with ready-to-go component implementations\nin Angular, React and Vue.\n\n## Development and self-hosting\n\nIn the project directory, you can run:\n\n### `npm install`\n\nInstalls all the required packages and it's only needed the first time, and when you update.\n\n### `npm start`\n\nRuns the app in the development mode.\n\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\nThe page will reload if you make edits.\n\nYou will also see any lint errors in the console.\n\n### `npm test`\n\nLaunches the test runner in the interactive watch mode.\n\n### `npm run build`\n\nBuilds the app for production to the `build` folder. The build artifacts will be stored in the `dist/` directory, ready to be deployed.\n\n## Start the app\n\nTo start the development server run `nx serve builder`. Open your browser and navigate to http://localhost:4200/. Happy coding!\n\n\n## Generate code\n\nIf you happen to use Nx plugins, you can leverage code generators that might come with it.\n\nRun `nx list` to get a list of available plugins and whether they have generators. Then run `nx list \u003cplugin-name\u003e` to see what generators are available.\n\nLearn more about [Nx generators on the docs](https://nx.dev/plugin-features/use-code-generators).\n\n## Running tasks\n\nTo execute tasks with Nx use the following syntax:\n\n```\nnx \u003ctarget\u003e \u003cproject\u003e \u003c...options\u003e\n```\n\nYou can also run multiple targets:\n\n```\nnx run-many -t \u003ctarget1\u003e \u003ctarget2\u003e\n```\n\n..or add `-p` to filter specific projects\n\n```\nnx run-many -t \u003ctarget1\u003e \u003ctarget2\u003e -p \u003cproj1\u003e \u003cproj2\u003e\n```\n\nTargets can be defined in the `package.json` or `projects.json`. Learn more [in the docs](https://nx.dev/core-features/run-tasks).\n\n## Want better Editor Integration?\n\nHave a look at the [Nx Console extensions](https://nx.dev/nx-console). It provides autocomplete support, a UI for exploring and running tasks \u0026 generators, and more! Available for VSCode, IntelliJ and comes with a LSP for Vim users.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FIBM%2Fcarbon-ui-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FIBM%2Fcarbon-ui-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FIBM%2Fcarbon-ui-builder/lists"}