{"id":24116385,"url":"https://github.com/adamazad/bildx","last_synced_at":"2025-06-29T09:03:23.286Z","repository":{"id":54196152,"uuid":"296561148","full_name":"adamazad/bildx","owner":"adamazad","description":"A self-hosted version of imgix built on top of Express. ","archived":false,"fork":false,"pushed_at":"2021-03-03T20:09:57.000Z","size":2728,"stargazers_count":27,"open_issues_count":1,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-22T13:51:33.707Z","etag":null,"topics":["express","hosting","image-processing","nodejs","sharp"],"latest_commit_sha":null,"homepage":"","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/adamazad.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-09-18T08:28:35.000Z","updated_at":"2025-05-11T11:09:52.000Z","dependencies_parsed_at":"2022-08-13T09:00:17.909Z","dependency_job_id":null,"html_url":"https://github.com/adamazad/bildx","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/adamazad/bildx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamazad%2Fbildx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamazad%2Fbildx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamazad%2Fbildx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamazad%2Fbildx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adamazad","download_url":"https://codeload.github.com/adamazad/bildx/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamazad%2Fbildx/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261896992,"owners_count":23226646,"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":["express","hosting","image-processing","nodejs","sharp"],"created_at":"2025-01-11T06:16:29.274Z","updated_at":"2025-06-29T09:03:23.269Z","avatar_url":"https://github.com/adamazad.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BildX\n\n[![Tests status](https://github.com/adamazad/bildx/workflows/Tests/badge.svg)](https://github.com/adamazad/bildx/actions)\n\nThe self-hosted version of [imgix](https://imgix.com/) for micro projects. PRs are welcome.\n\n## Getting started\n\nInstall from via [npm](https://npmjs.com/package/bildx)\n\n```\n$ npm i bildx\n```\n\nCreate a instance, and call `start`. Put images in `storage`\n\n```javascript\nimport BildX from \"bildx\"\nimport { resolve } from \"path\"\n\nconst BILDX_PORT = process.env.BILDX_PORT || 4000\n\nconst bildx = new BildX({\n  storage: new BildXStorage(resolve(\"./storage\")),\n  cache: new BildXStorage(resolve(\"./cache\")),\n})\n\nbildx.start(BILDX_PORT).then(() =\u003e console.log(`BildX deployed on ${BILDX_PORT}`))\n```\n\nNote: `BildX.Storage` throws an error if path is not absolute.\n\n## APIs\n\nCurrently, BildX supports:\n\n- `width`\n- `height`\n- `fill`\n- `blur`\n\n## Tests\n\n```\n$ npm test\n```\n\n## WIP\n\n- Implement all [the APIs](https://docs.imgix.com/apis/url) imgix provides\n- Support for S3 and/or Firebase Storage\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamazad%2Fbildx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadamazad%2Fbildx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamazad%2Fbildx/lists"}