{"id":50549711,"url":"https://github.com/m8ke/singular","last_synced_at":"2026-06-04T02:01:30.726Z","repository":{"id":351505803,"uuid":"1204627594","full_name":"m8ke/singular","owner":"m8ke","description":"Singular (WIP) is a lightweight UI library that provides components, services, and pipes for Angular development","archived":false,"fork":false,"pushed_at":"2026-04-22T10:21:17.000Z","size":162,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-22T11:31:49.580Z","etag":null,"topics":["angular","public-dev","tailwindcss"],"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/m8ke.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":"2026-04-08T07:17:15.000Z","updated_at":"2026-04-22T10:21:17.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/m8ke/singular","commit_stats":null,"previous_names":["m8ke/singular"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/m8ke/singular","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m8ke%2Fsingular","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m8ke%2Fsingular/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m8ke%2Fsingular/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m8ke%2Fsingular/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m8ke","download_url":"https://codeload.github.com/m8ke/singular/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m8ke%2Fsingular/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33886160,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-04T02:00:06.755Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","public-dev","tailwindcss"],"created_at":"2026-06-04T02:01:29.657Z","updated_at":"2026-06-04T02:01:30.715Z","avatar_url":"https://github.com/m8ke.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e [!WARNING]  \n\u003e The project is in development and cannot be used yet except for local testing.\n\n# Singular\n\nSingular is an open-source UI component library for building beautiful and accessible Angular web applications.\nIt is built on top of Tailwind CSS v4 and follows modern Angular and CSS standards. Everything is ready to use.\n\n## Why Singular?\n\n\u003csup\u003e\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e\u003c/sup\u003e\n\n* Singular is free – Free and open source.\n* Performance – CSS-first approach, 3rd party dependencies as less as possible.\n* Developer-friendly – Fully typed APIs, predictable patterns, and excellent autocompletion.\n* Enterprise-ready – Professionally designed UI components that meet the high standards expected in Angular's environments.\n* Dark and light mode – Built in theme for both light and dark mode.\n* Primitive – Learning curve is not steep. Easy to understand. Easy to adapt.\n* Rapid development – Build MVPs or full-scale projects.\n\n## Motivation\n\n\u003csup\u003e\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e\u003c/sup\u003e\n\nI wanted something simple and lightweight (yes, subjective) for both personal and client projects\n(mostly software as a service and internal tools) – something easy to use, keep all projects up-to-date and synced,\nscalable, and customizable without constantly reinventing the wheel.\n\nSince I prefer focusing on back-end development and software architecture, I decided to build\nan Angular UI library tailored to my own needs. Hopefully, it's useful to others as well –\nif it is, star the GitHub repo or reach out to me.\n\nSimply, this is a public development but feel free to contribute, open an issue, join Discord, or contact me!\n\n## Getting Started\n\n\u003csup\u003e\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e\u003c/sup\u003e\n\n### Requirements\n\n| Technology   | Version |\n|--------------|---------|\n| Angular      | 21.x    |\n| Tailwind CSS | 4.x     |\n\n### Install dependency\n\n```sh\nnpm i @singular/ui\n```\n\n### Import CSS\n\n```css\n@import \"tailwindcss\";\n@import \"@singular/ui\";\n```\n\n## Support\n\n\u003csup\u003e\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e\u003c/sup\u003e\n\nFeel free to open an issue, submit a pull request, or simply give the project a star to show your support. You are\nwelcome to the [Discord](https://discord.com/invite/invite-link-here) server.\n\n___\n\n\u003cp align=\"center\"\u003e\nThank you!\n\u003cbr\u003e\n\u003ca href=\"https://www.domain-name-here.com\" target=\"_blank\"\u003ewww.domain-name-here.com\u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm8ke%2Fsingular","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm8ke%2Fsingular","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm8ke%2Fsingular/lists"}