{"id":37587889,"url":"https://github.com/joeloudjinz/inz-forge-ui","last_synced_at":"2026-01-16T09:48:29.231Z","repository":{"id":330983483,"uuid":"1124185336","full_name":"joeloudjinz/inz-forge-ui","owner":"joeloudjinz","description":"A personal engineering lab and component registry dedicated to high-performance, standalone UI components.","archived":false,"fork":false,"pushed_at":"2026-01-08T15:47:42.000Z","size":1167,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-09T08:22:11.927Z","etag":null,"topics":["angular","components","typescript","ui","vuejs"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joeloudjinz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-28T14:16:43.000Z","updated_at":"2026-01-08T17:18:41.000Z","dependencies_parsed_at":"2026-01-02T00:09:30.676Z","dependency_job_id":null,"html_url":"https://github.com/joeloudjinz/inz-forge-ui","commit_stats":null,"previous_names":["joeloudjinz/inz-forge-ui"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/joeloudjinz/inz-forge-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeloudjinz%2Finz-forge-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeloudjinz%2Finz-forge-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeloudjinz%2Finz-forge-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeloudjinz%2Finz-forge-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joeloudjinz","download_url":"https://codeload.github.com/joeloudjinz/inz-forge-ui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeloudjinz%2Finz-forge-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","response_time":107,"last_error":"SSL_read: 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","components","typescript","ui","vuejs"],"created_at":"2026-01-16T09:48:28.398Z","updated_at":"2026-01-16T09:48:29.220Z","avatar_url":"https://github.com/joeloudjinz.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# InzForge UI\n\n[![Unit Tests](https://github.com/joeloudjinz/inz-forge-ui/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/joeloudjinz/inz-forge-ui/actions/workflows/unit-tests.yml)\n[![Component Tests](https://github.com/joeloudjinz/inz-forge-ui/actions/workflows/component-tests.yml/badge.svg)](https://github.com/joeloudjinz/inz-forge-ui/actions/workflows/component-tests.yml)\n\n**A Source-First, Multi-Framework Blueprint Registry**\n\nWelcome to InzForge, a personal engineering lab and component registry dedicated to high-performance, standalone UI components. it is a Blueprint Registry (inspired by Shadcn/UI) where components are distributed as raw source code.\n\n---\n\n## Table of Contents\n\n- [InzForge UI](#inzforge-ui)\n- [Technical Stack](#technical-stack)\n- [Available Libraries](#available-libraries)\n  - [Shared Libraries](#shared-libraries)\n  - [Angular Libraries](#angular-libraries)\n    - [Accordion](#accordion)\n  - [VueJS Libraries](#vue-libraries)\n    - [Accordion](#accordion)\n- [Getting Started](#getting-started)\n\n## Technical Stack\n\n* **Monorepo:** Nx 22.3.x\n* **Framework A:** Angular 21+ (Standalone Components, Signals-First)\n* **Framework B:** Vue 3.5+ (Vite, script setup, Composition API)\n* **Styling:** TailwindCSS 4.1.x (with centralized Design Tokens)\n* **Testing:**\n  * **Cypress:** Component Testing (Local/Interactive)\n  * **Playwright:** E2E Cross-browser Testing (Safari, Firefox, Chrome)\n* **Language:** TypeScript 5.9.x\n\n---\n\n## Available Libraries\n\nThe InzForge UI project is organized as a monorepo with libraries for different frameworks and shared utilities. Below is a list of the existing libraries:\n\n### Shared Libraries\n\n- **utils** (`libs/shared/utils`) - Contains shared utilities including the centralized `theme.css` file for Tailwind design tokens and global utility functions. This is the single source of truth for styling across all components. [Read more about it.](./libs/shared/utils/README.md)\n\n### Angular Libraries\n\n- **hyperui** (`libs/angular/hyperui`) - A collection of Angular components based on the HyperUI design system. [Read more about it.](./libs/angular/hyperui/README.md)\n\n  - **accordion** (`libs/angular/hyperui/accordion`) - An Angular implementation of the HyperUI accordion component with multiple styles and configurations. Features include multiple accordion modes (Simple, Divided, Compact), dark mode support, RTL support, keyboard navigation, and accessibility support. [Read more about it.](./libs/angular/hyperui/accordion/README.md)\n\n### JueJS Libraries\n\n- **hyperui** (`libs/vue/hyperui`) - A collection of VueJS components based on the HyperUI design system. [Read more about it.](./libs/vue/hyperui/README.md)\n\n  - **accordion** (`libs/vue/hyperui/accordion`) - An Angular implementation of the HyperUI accordion component with multiple styles and configurations. Features include multiple accordion modes (Simple, Divided, Compact), dark mode support, RTL support, keyboard navigation, and accessibility support. [Read more about it.](./libs/vue/hyperui/accordion/README.md)\n\n---\n\n## Getting Started\n\n### 1. Clone the Repo\n\n```bash\ngit clone https://github.com/joeinz/inz-forge-ui.git\ncd inz-forge-ui\n```\n\n### 2. Install Dependencies\n\n```bash\nnpm install\n```\n\n### 3. Run the Showcases\n\nTo see the components in action:\n\n```bash\n# Start Angular Showcase\nnpx nx serve angular-inzforge\n\n# Start Vue Showcase\nnpx nx serve vue-inzforge\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoeloudjinz%2Finz-forge-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoeloudjinz%2Finz-forge-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoeloudjinz%2Finz-forge-ui/lists"}