{"id":50677656,"url":"https://github.com/molybdenumsoftware/conveyorbelt","last_synced_at":"2026-06-08T16:34:52.455Z","repository":{"id":332026336,"uuid":"1115164705","full_name":"molybdenumsoftware/conveyorbelt","owner":"molybdenumsoftware","description":"A based web dev workflow; stack-agnostic, hand-coded, 🦀","archived":false,"fork":false,"pushed_at":"2026-06-06T09:04:03.000Z","size":126,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-06-06T09:05:44.335Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","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/molybdenumsoftware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2025-12-12T12:42:25.000Z","updated_at":"2026-06-02T11:12:47.000Z","dependencies_parsed_at":"2026-06-06T09:03:28.764Z","dependency_job_id":null,"html_url":"https://github.com/molybdenumsoftware/conveyorbelt","commit_stats":null,"previous_names":["molybdenumsoftware/conveyorbelt"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/molybdenumsoftware/conveyorbelt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/molybdenumsoftware%2Fconveyorbelt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/molybdenumsoftware%2Fconveyorbelt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/molybdenumsoftware%2Fconveyorbelt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/molybdenumsoftware%2Fconveyorbelt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/molybdenumsoftware","download_url":"https://codeload.github.com/molybdenumsoftware/conveyorbelt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/molybdenumsoftware%2Fconveyorbelt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34071657,"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-08T02:00:07.615Z","response_time":111,"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":"2026-06-08T16:34:51.337Z","updated_at":"2026-06-08T16:34:52.440Z","avatar_url":"https://github.com/molybdenumsoftware.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# conveyorbelt\n\nA based web dev workflow; stack-agnostic, hand-coded, 🦀\n\nA CLI daemon that can:\n\n- watch source\n- invoke arbitrary build command\n- statically serve\n- laungh browser\n- trigger page reload\n- politely report what it's doing\n\n\u003e [!CAUTION]\n\u003e This software is not yet ready for use\n\n## Usage\n\n### Invocation\n\n```\n$ conveyorbelt \u003cbuild command\u003e\n```\n\n### Behavior summary\n\nA temporary directory *serve path* is created\nand its contents statically served at `http://localhost:\u003cavailable port\u003e/`.\nA chromium browser is launched with that URL.\n\nOn file changes the `\u003cbuild command\u003e` is invoked.\nThe *build process* receives the *serve path* via the environment variable `SERVE_PATH`.\nWhen the *build process* exits successfully, the page reloads.\n\n## Prior art\n\n- [tapio/live-server](https://github.com/tapio/live-server)\n- [lomirus/live-server](https://github.com/lomirus/live-server)\n\nBoth suffer the same design problem; they watch the same directory that they serve.\nThat results in the browser being instructed to reload on each file change,\nwithout regard to whether a build process had completed or merely made its first change.\nThat design also lacks the convenience of automatic build command invocation.\n\nAnother difference is that conveyorbelt controls the browser\nusing [Chrome DevTools Protocol](https://chromedevtools.github.io/devtools-protocol/)\nwhile the projects mentioned above use a WebSocket and JavaScript that is injected into the served page.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmolybdenumsoftware%2Fconveyorbelt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmolybdenumsoftware%2Fconveyorbelt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmolybdenumsoftware%2Fconveyorbelt/lists"}