{"id":14007262,"url":"https://github.com/Isotopejs/isotope","last_synced_at":"2025-07-24T01:31:21.721Z","repository":{"id":57119455,"uuid":"253527162","full_name":"Isotopejs/isotope","owner":"Isotopejs","description":"UI library that aims to bring simplicity and intuitiveness back to Web Development. 🚀","archived":true,"fork":false,"pushed_at":"2020-06-09T09:27:16.000Z","size":1592,"stargazers_count":50,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-05-10T17:02:43.212Z","etag":null,"topics":["css-in-js","isotope","javascript","library","typescript","ui","user-interface","web-development"],"latest_commit_sha":null,"homepage":"https://areknawo.com/isotope","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/Isotopejs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"custom":"https://www.buymeacoffee.com/areknawo"}},"created_at":"2020-04-06T14:46:31.000Z","updated_at":"2024-02-14T00:19:24.000Z","dependencies_parsed_at":"2022-08-23T18:00:33.064Z","dependency_job_id":null,"html_url":"https://github.com/Isotopejs/isotope","commit_stats":null,"previous_names":["isotope-js/isotope"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Isotopejs%2Fisotope","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Isotopejs%2Fisotope/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Isotopejs%2Fisotope/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Isotopejs%2Fisotope/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Isotopejs","download_url":"https://codeload.github.com/Isotopejs/isotope/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":214780402,"owners_count":15783765,"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":["css-in-js","isotope","javascript","library","typescript","ui","user-interface","web-development"],"created_at":"2024-08-10T10:01:56.980Z","updated_at":"2024-08-10T10:04:08.846Z","avatar_url":"https://github.com/Isotopejs.png","language":"TypeScript","funding_links":["https://www.buymeacoffee.com/areknawo"],"categories":["TypeScript"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./packages/core/logo.png\" height=\"100\"\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003e\u003cb\u003eIsotope Ecosystem\u003c/b\u003e\u003c/h1\u003e\n\n[![CI](https://github.com/Isotope-js/isotope/workflows/CI/badge.svg)](https://github.com/Isotope-js/isotope/actions) [![Codecov](https://img.shields.io/codecov/c/github/Isotope-js/isotope)](https://codecov.io/gh/Isotope-js/isotope) [![Discord](https://img.shields.io/discord/707157754766426134)](https://discord.gg/FaFbaSk)\n\nIsotope is a UI library that aims to bring simplicity and intuitiveness back to Web Development.\n\n```javascript\nimport { createDOMView } from \"@isotope/core\";\n\nconst SaySth = (message) =\u003e (node) =\u003e {\n  node\n    .span({\n      styles: {\n        color: \"orange\",\n        fontSize: \"4rem\",\n        fontWeight: \"bold\",\n      },\n    })\n    .text(message);\n};\nconst view = createDOMView(document.body);\n\nview.$(SaySth(\"Hello World!\"));\n```\n\nThis is a monorepo housing all official libraries and tools that belong to the Isotope ecosystem. For more information about each package, consult the following table.\n\n| Package                                         | Description                                                                                   | Website                                                                            |\n| ----------------------------------------------- | --------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |\n| [Core](./packages/core)                         | This is the core Isotope UI library that forms the basis for all the other tools in this repo | [https://areknawo.com/isotope](https://areknawo.com/isotope)                       |\n| [Server](./packages/server)                     | A package that enables Isotope to be used for Server-Side Rendering (SSR)                     | [https://areknawo.com/isotope#docs\u003essr](https://areknawo.com/isotope#docs%3Essr)   |\n| [Prototope](./packages/prototope)               | The Prototope utility library for UI CSS-based prototyping with Isotope                       | [https://areknawo.com/prototope](https://areknawo.com/prototope)                   |\n| [Prototope Server](./packages/prototope-server) | A packages that enables Prototope to generate CSS server-side                                 | [https://areknawo.com/prototope/docs\u003essr](https://areknawo.com/prototope/docs\u003essr) |\n| [Docking](./packages/docking)                   | Simplistic Markdown-based Static Site Generator (SSG) levraging the Isotope ecosystem         | [https://areknawo.com/docking](https://areknawo.com/docking)                       |\n\n## Questions?\n\nHave a question or want to chat about Isotope ecosystem? If so, check out the [Discord community](https://discord.gg/FaFbaSk)!\n\n## Support Isotope ecosystem\n\nHelp make Isotope ecosystem better by contributing code or fixes, or donating:\n\n\u003ca href=\"https://www.buymeacoffee.com/areknawo\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/lato-orange.png\" alt=\"Buy Me A Coffee\" style=\"height: 51px !important;width: 217px !important;\" \u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FIsotopejs%2Fisotope","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FIsotopejs%2Fisotope","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FIsotopejs%2Fisotope/lists"}