{"id":30271706,"url":"https://github.com/placer-toolkit/placer-toolkit","last_synced_at":"2026-05-24T23:05:15.693Z","repository":{"id":302383201,"uuid":"982882879","full_name":"placer-toolkit/placer-toolkit","owner":"placer-toolkit","description":"The go‐to web component library for the web! 🛠️","archived":false,"fork":false,"pushed_at":"2025-08-08T15:44:14.000Z","size":977,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-16T05:02:58.242Z","etag":null,"topics":["components","custom-elements","lit","litelement","placer","placer-toolkit","toolkit","web-components"],"latest_commit_sha":null,"homepage":"https://placer-toolkit-b854c7b0.netlify.app","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/placer-toolkit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2025-05-13T14:44:21.000Z","updated_at":"2025-08-08T15:45:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"f3906921-515d-496b-bc4e-f90f2fa3b56d","html_url":"https://github.com/placer-toolkit/placer-toolkit","commit_stats":null,"previous_names":["randomguy-2650/placer-toolkit","placer-toolkit/placer-toolkit"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/placer-toolkit/placer-toolkit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/placer-toolkit%2Fplacer-toolkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/placer-toolkit%2Fplacer-toolkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/placer-toolkit%2Fplacer-toolkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/placer-toolkit%2Fplacer-toolkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/placer-toolkit","download_url":"https://codeload.github.com/placer-toolkit/placer-toolkit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/placer-toolkit%2Fplacer-toolkit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270670063,"owners_count":24625443,"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","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"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":["components","custom-elements","lit","litelement","placer","placer-toolkit","toolkit","web-components"],"created_at":"2025-08-16T05:01:02.881Z","updated_at":"2026-02-21T22:25:44.516Z","avatar_url":"https://github.com/placer-toolkit.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- SPDX-License-Identifier: MIT AND CC-BY-4.0 AND CC-BY-ND-4.0 --\u003e\n\n# \u003cpicture\u003e\u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://raw.githubusercontent.com/placer-toolkit/placer-toolkit/refs/heads/main/public/logo-wordmark-dark.svg\"\u003e\u003c/source\u003e\u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://raw.githubusercontent.com/placer-toolkit/placer-toolkit/refs/heads/main/public/logo-wordmark-light.svg\"\u003e\u003c/source\u003e\u003cimg src=\"https://raw.githubusercontent.com/placer-toolkit/placer-toolkit/refs/heads/main/public/logo-wordmark-light.svg\" alt=\"Placer Toolkit\" width=\"50%\" /\u003e\u003c/picture\u003e\n\n### Flexible. Accessible. Web Components.\n\n\u003c!-- GitHub Camo will handle the GDPR compliance for this deploy status. If you don’t\n     want to load external content from them, do not use the Markdown preview. --\u003e\n\n![Vercel deploy status](https://deploy-badge.vercel.app/vercel/placer-toolkit)\n\n\u003e [!NOTE]\n\u003e 📦 This is a **monorepo** containing the Placer Toolkit core and its documentation site.\n\n## 🚧 Alpha notice\n\nThis is an **alpha** version of Placer Toolkit. Expect instabilities and bugs; if you find one, please open an issue or submit a PR to improve this project.\n\n## 🛠️ Custom Placer Toolkit builds\n\nIf you want to create custom builds of Placer Toolkit, you can use this documentation to learn how to build Placer Toolkit from source. You will need Node.js v20 or later (v21 is not supported) to build and run the project locally.\n\nYou don’t need any of this to use Placer Toolkit. This section is for contributors or anyone who wants to tinker with the source or create custom builds of Placer Toolkit.\n\n1. Start by [forking the repo](https://github.com/placer-toolkit/placer-toolkit/fork) on GitHub, then clone it locally and install dependencies.\n\n```shell\ngit clone https://github.com/placer-toolkit/placer-toolkit\ncd placer-toolkit # Navigates into your clone\nnpm install # Installs dependencies for Placer Toolkit\ncd docs\nnpm install # Installs dependencies for Placer Toolkit’s docs\n```\n\n2. Once you’ve cloned the repo, you can run the following command to spin up the development server for the docs. Make sure you’re in the `docs` folder of the project.\n\n```shell\nnpm run dev # Spins up the dev server provided by Astro\nnpx astro dev --host # If you want to expose the server on your network\n```\n\nThis will spin up the dev server on `localhost:4321`. There isn’t any hot module reloading as Web Components aren’t compatible with this technology, but it’ll automatically refresh the page instead.\n\n3. To build the docs, run this command in the `docs` folder.\n\n```shell\nnpm run build # Builds the project. Also initialises Pagefind on‐the‐go\nnpm run preview # Spins up the production server provided by Astro\n```\n\n## 📄 Licence\n\nThis project uses a modular licensing system and different parts of the codebase are licensed under different licences.\n\n- **Library:** MIT License\n- **Documentation:** CC BY 4.0\n- **Logos:** CC BY-ND 4.0 with exceptions listed in the [Brand assets guidelines](https://placer-toolkit.vercel.app/docs/resources/brand-assets)\n- **Branding and marketing assets:** All rights reserved with a contributor licence grant\n\nSee the [licence page](https://placer-toolkit.vercel.app/docs/legal/licence) for more information.\n\n## 💖 Special thanks\n\nPlacer Toolkit was built with the help of these fantastic libraries:\n\n- [Lit](https://lit.dev)\n- [Astro](https://astro.build)\n- [Floating UI](https://floating-ui.com)\n- [Custom Elements Manifest](https://custom-elements-manifest.open-wc.org)\n- [Pagefind](https://pagefind.app)\n\nAdditionally, Placer Toolkit is heavily inspired by [Web Awesome](https://webawesome.com)—a meticulously designed and highly customisable web component library. Web Awesome is licensed under the [MIT License](./licenses/@awesome.me/webawesome/LICENSE.md).\n\nThe default icon set is [Font Awesome](https://fontawesome.com) which is licensed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0).\n\nFor the entire list of open‐source libraries and frameworks, see [THIRD-PARTY-NOTICES.md](./THIRD-PARTY-NOTICES.md) for more information.\n\n© 2025–present Placer and its contributors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplacer-toolkit%2Fplacer-toolkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplacer-toolkit%2Fplacer-toolkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplacer-toolkit%2Fplacer-toolkit/lists"}