{"id":19982467,"url":"https://github.com/netlify/example-every-color","last_synced_at":"2025-07-30T04:09:00.489Z","repository":{"id":45437290,"uuid":"436583300","full_name":"netlify/example-every-color","owner":"netlify","description":"An example site which uses Netlify's On-Demand Builders to generate millions of color reference pages","archived":false,"fork":false,"pushed_at":"2023-05-28T12:57:47.000Z","size":106,"stargazers_count":11,"open_issues_count":3,"forks_count":9,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-07-29T00:43:53.844Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/netlify.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}},"created_at":"2021-12-09T10:59:43.000Z","updated_at":"2025-02-09T02:42:46.000Z","dependencies_parsed_at":"2025-07-06T14:06:44.687Z","dependency_job_id":"553329fb-b2b7-4c47-a8af-e2dff6419420","html_url":"https://github.com/netlify/example-every-color","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/netlify/example-every-color","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlify%2Fexample-every-color","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlify%2Fexample-every-color/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlify%2Fexample-every-color/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlify%2Fexample-every-color/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netlify","download_url":"https://codeload.github.com/netlify/example-every-color/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlify%2Fexample-every-color/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267808149,"owners_count":24147387,"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-07-30T02:00:09.044Z","response_time":70,"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":[],"created_at":"2024-11-13T04:11:40.717Z","updated_at":"2025-07-30T04:09:00.448Z","avatar_url":"https://github.com/netlify.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Netlify examples](netlify-badge-examples.png)\n\n# Every Color\n\n**View this demo site**: https://every-color.netlify.app\n\n[![Netlify Status](https://api.netlify.com/api/v1/badges/488273b8-e7d0-40c3-818c-25bad51a3007/deploy-status)](https://app.netlify.com/sites/every-color/deploys)\n\n\n\n## About this example site\n\nThis site uses [Netlify's On-demand builders](https://www.netlify.com/blog/2021/04/14/faster-builds-for-large-sites-on-netlify-with-on-demand-builders-now-in-early-access/?utm_medium=social\u0026utm_source=github\u0026utm_campaign=devex-ph\u0026utm_content=devex-examples) to dynamically generate a page for any requested valid CSS color in hex, RGB, or named formats.\n\nOn-demand builders generate a page the first time it is requested and then adds it to the most recent deployment for immediate serving for each subsequent request. This is an implementation of the Distributed Persistent Rendering (DPR) model.\n\n- 📚 [Docs On-Demand Builders](https://docs.netlify.com/configure-builds/on-demand-builders/?utm_medium=social\u0026utm_source=github\u0026utm_campaign=devex-ph\u0026utm_content=devex-examples)\n- 🧑‍🏫 [About Distribute Persistent Rendering](https://www.netlify.com/blog/2021/04/14/distributed-persistent-rendering-a-new-jamstack-approach-for-faster-builds/?utm_medium=social\u0026utm_source=github\u0026utm_campaign=devex-ph\u0026utm_content=devex-examples)\n\n\n\n## Speedily deploy your own version\n\nDeploy your own version of this example site, by clicking the Deploy to Netlify Button below. This will automatically:\n\n- Clone a copy of this repo to your own GitHub account\n- Create a new project in your [Netlify account](https://app.netlify.com/?utm_medium=social\u0026utm_source=github\u0026utm_campaign=devex-ph\u0026utm_content=devex-examples), linked to your new repo\n- Create an automated deployment pipeline to watch for changes on your repo\n- Build and deploy your new site\n\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/netlify/example-every-color\u0026utm_medium=social\u0026utm_source=github\u0026utm_campaign=devex-ph\u0026utm_content=devex-examples)\n\n\n## Install and run this example locally\n\nYou can clone this example repo to explore its features and implementation, and to run it locally.\n\n```shell\n\n# 1. Clone the repository to your local development environment\ngit clone git@github.com:netlify/example-every-color.git\n\n# 2. Move into the project directory\ncd example-every-color\n\n# 3. Install code dependencies\nnpm install\n\n# 4. Install the Netlify CLI to let you locally serve your site using Netlify's features\nnpm install -g netlify-cli\n\n# 5. Serve your site using Netlify Dev\nnetlify dev\n\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetlify%2Fexample-every-color","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetlify%2Fexample-every-color","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetlify%2Fexample-every-color/lists"}