{"id":22962959,"url":"https://github.com/swarmauri/swarmakit","last_synced_at":"2025-07-05T05:35:39.866Z","repository":{"id":258899251,"uuid":"870019244","full_name":"swarmauri/swarmakit","owner":"swarmauri","description":"A UI Component Library by Swarmauri","archived":false,"fork":false,"pushed_at":"2025-01-17T19:28:28.000Z","size":3968,"stargazers_count":24,"open_issues_count":9,"forks_count":10,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-04T02:45:23.269Z","etag":null,"topics":["react","sveltekit","swarmauri","typescript","ui","ui-components","ux","vue"],"latest_commit_sha":null,"homepage":"https://swarmauri.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/swarmauri.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":"2024-10-09T09:53:08.000Z","updated_at":"2024-12-25T05:33:47.000Z","dependencies_parsed_at":"2024-12-14T08:27:52.936Z","dependency_job_id":null,"html_url":"https://github.com/swarmauri/swarmakit","commit_stats":null,"previous_names":["swarmauri/swarmakit"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/swarmauri/swarmakit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swarmauri%2Fswarmakit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swarmauri%2Fswarmakit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swarmauri%2Fswarmakit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swarmauri%2Fswarmakit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/swarmauri","download_url":"https://codeload.github.com/swarmauri/swarmakit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swarmauri%2Fswarmakit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262403163,"owners_count":23305663,"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","sveltekit","swarmauri","typescript","ui","ui-components","ux","vue"],"created_at":"2024-12-14T19:18:56.300Z","updated_at":"2025-07-05T05:35:39.845Z","avatar_url":"https://github.com/swarmauri.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Swamauri Logo](https://res.cloudinary.com/dbjmpekvl/image/upload/v1730099724/Swarmauri-logo-lockup-2048x757_hww01w.png)\n\n\u003cdiv style=\"text-align: center;\"\u003e\n\n[![Hits](https://hits.sh/github.com/swarmauri/swarmakit.svg)](https://hits.sh/github.com/swarmauri/swarmakit/)\n![NPM Version](https://img.shields.io/npm/v/swarmakit?label=version)\n![npm downloads](https://img.shields.io/npm/dt/swarmakit.svg)\n[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![Build and Publish Monorepo](https://github.com/swarmauri/swarmakit/actions/workflows/publish.yml/badge.svg)](https://github.com/swarmauri/swarmakit/actions/workflows/publish.yml)\n\u003c/div\u003e\n\n\u003cdiv style=\"text-align: center;\"\u003e\n\n![Static Badge](https://img.shields.io/badge/React-61DBFB?style=for-the-badge\u0026logo=react\u0026labelColor=black)\n![Static Badge](https://img.shields.io/badge/Vue-059669?style=for-the-badge\u0026logo=vuedotjs\u0026labelColor=black)\n![Static Badge](https://img.shields.io/badge/Svelte-FF3E00?style=for-the-badge\u0026logo=svelte\u0026labelColor=black)\n![Static Badge](https://img.shields.io/badge/TypeScript-1D4ED8?style=for-the-badge\u0026logo=typescript\u0026labelColor=black)\n\u003c/div\u003e\n\n---\n\n# Swarmakit\n\nSwarmakit offers reusable UI components for React, Vue, and Svelte that integrate seamlessly into Vite-powered applications.\n\nEach framework's components are built with TypeScript for type safety and optimized for performance, designed with best practices to take full advantage of Vite's fast development environment.\n\n# Installation\n\n## 1. Prerequisites\n\nTo install Swarmakit libraries, ensure npm is installed. Run the following command:\n\n```bash\nnpm install npm@latest -g\n```\n\n## 2. Initialize a Vite Application\n\nTo Start a new project with Vite and TypeScript for each framework, use the following commands:\n\n### Vue 3 + TypeScript\n\n```bash\nnpm create vite@latest my-vue-app -- --latest vue-ts\ncd my-vue-app\nnpm install\n```\n\nreplacing `my-vue-app` with your project's name\n\n### React + TypeScript\n\n```bash\nnpm create vite@latest my-react-app -- --latest react-ts\ncd my-react-app\nnpm install\n```\n\nreplacing `my-react-app` with your project's name\n\n### Svelte + TypeScript\n\n```bash\nnpm create vite@latest my-svelte-app -- --latest svelte-ts\ncd my-svelte-app\nnpm install\n```\n\nreplacing `my-svelte-app` with your project's name\n\n## 3. Install Swarmakit Libraries\n\nInstall the Swarmakit component libraries for each framework as needed:\n\n```bash\nnpm install @swarmakit/vue @swarmakit/react @swarmakit/svelte\n```\n\nFor framework specific setup and best practices please refer to their specific documentation:\n\n1. [React Library Doc](https://github.com/swarmauri/swarmakit/blob/master/libs/react/README.md)\n2. [Svelte Library Doc](https://github.com/swarmauri/swarmakit/blob/master/libs/sveltekit/README.md)\n3. [Vue Library Doc](https://github.com/swarmauri/swarmakit/blob/master/libs/vue/README.md)\n\n# Want to help?\n\nIf you want to contribute to Swarmakit, read up on our [guidelines for contributing](https://github.com/swarmauri/swarmakit/blob/master/CONTRIBUTING.md) that will help you get started.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswarmauri%2Fswarmakit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswarmauri%2Fswarmakit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswarmauri%2Fswarmakit/lists"}