{"id":26967127,"url":"https://github.com/mindfiredigital/ignix-ui","last_synced_at":"2026-04-23T08:00:34.293Z","repository":{"id":275566862,"uuid":"924534912","full_name":"mindfiredigital/ignix-ui","owner":"mindfiredigital","description":"Ignix UI is your one-stop solution for modern frontend development. It is a modern, production-ready React UI system that helps ship beautiful, animated, and accessible interfaces fast.","archived":false,"fork":false,"pushed_at":"2026-04-21T04:57:28.000Z","size":46360,"stargazers_count":52,"open_issues_count":203,"forks_count":27,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-21T06:42:03.373Z","etag":null,"topics":["angular","bootstrap","component","javascript","material-ui","radix","radix-ui","react","shadcn","tailwind"],"latest_commit_sha":null,"homepage":"https://mindfiredigital.github.io/ignix-ui/","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/mindfiredigital.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-30T07:26:02.000Z","updated_at":"2026-04-21T04:54:37.000Z","dependencies_parsed_at":"2025-02-21T13:29:24.526Z","dependency_job_id":"298fdebe-1013-4d3b-a86a-dc566814d189","html_url":"https://github.com/mindfiredigital/ignix-ui","commit_stats":null,"previous_names":["lakinmindfire/animate-ui","mindfiredigital/ignix-ui"],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/mindfiredigital/ignix-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mindfiredigital%2Fignix-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mindfiredigital%2Fignix-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mindfiredigital%2Fignix-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mindfiredigital%2Fignix-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mindfiredigital","download_url":"https://codeload.github.com/mindfiredigital/ignix-ui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mindfiredigital%2Fignix-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32168240,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-23T02:19:40.750Z","status":"ssl_error","status_checked_at":"2026-04-23T02:17:55.737Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["angular","bootstrap","component","javascript","material-ui","radix","radix-ui","react","shadcn","tailwind"],"created_at":"2025-04-03T08:45:58.288Z","updated_at":"2026-04-23T08:00:31.354Z","avatar_url":"https://github.com/mindfiredigital.png","language":"TypeScript","readme":"# Ignix UI\n\n![Docs](assets/docs.png)\n\nIgnix UI is your one-stop solution for modern frontend development. It is a modern, production-ready React UI system that helps ship beautiful, animated, and accessible interfaces fast. Built on top of Tailwind CSS, it streamlines the entire frontend workflow with a cohesive design system, powerful utilities, and developer‑first ergonomics.\n\nWhether prototyping or scaling a large app, Ignix UI gives a polished foundation out of the box—so the focus stays on product, not plumbing.\n\n## Why Ignix UI\n\n- **Built for Speed**\n  Opinionated defaults, smart APIs, and accessible by default components that accelerate development.\n\n- **Design System Ready**\n  Consistent design tokens, themes, and patterns that scale with your team's needs.\n\n- **Built-in Animations**\n  Fluid interactions with a built in motion layer no extra setup required.\n\n- **Type-Safe**\n  Built with TypeScript for rich, discoverable props and better IntelliSense support.\n\n- **Tailwind-Native**\n  Seamless integration with Tailwind CSS, featuring smart class merging that respects custom styles.\n\n## Installation\n\n### Install Package\n\n```bash\n# npm\nnpm install @mindfiredigital/ignix-ui\n\n# yarn\nyarn add @mindfiredigital/ignix-ui\n\n# pnpm\npnpm add @mindfiredigital/ignix-ui\n```\n\n### Setup\n\n1. Initialize the package:\n\n```bash\nnpx @mindfiredigital/ignix-ui init\n```\n\n2. Add any components you need to your app.\n\n```bash\nnpx @mindfiredigital/ignix-ui add \u003ccomponent-name\u003e\n```\n\n## Documentation\n\nFor full documentation, visit [mindfiredigital.github.io/ignix-ui](https://mindfiredigital.github.io/ignix-ui/).\n\n## Component Generator (For Contributors)\n\nIgnix UI includes a **scaffolding script** that helps contributors quickly create new components with all the necessary boilerplate files.  \nThis ensures consistency, speeds up development, and keeps the project structure clean.\n\n### Usage\n\nRun the following command from the project root:\n\n```bash\npnpm run generate-component --name=componentName\n```\n\n### What the Script Does\n\n- Creates a new folder for your component.\n\n- Adds base files (like .tsx, .test.tsx, index.tsx,).\n\n- update registry.json.\n\n- Ensures naming consistency.\n\n## Contributing\n\nPlease follow our [contributing guidelines](https://mindfiredigital.github.io/ignix-ui/docs/contribution-guide/how-to-contribute).\n\n## License\n\nLicensed under the MIT License, Copyright © Mindfire Solutions\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmindfiredigital%2Fignix-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmindfiredigital%2Fignix-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmindfiredigital%2Fignix-ui/lists"}