{"id":51168010,"url":"https://github.com/devlikebear/wirecraft","last_synced_at":"2026-06-26T21:30:26.717Z","repository":{"id":352158330,"uuid":"1214086953","full_name":"devlikebear/wirecraft","owner":"devlikebear","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-18T05:48:22.000Z","size":37,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-18T07:28:00.609Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/devlikebear.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-18T05:24:26.000Z","updated_at":"2026-04-18T05:48:27.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/devlikebear/wirecraft","commit_stats":null,"previous_names":["devlikebear/wirecraft"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/devlikebear/wirecraft","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlikebear%2Fwirecraft","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlikebear%2Fwirecraft/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlikebear%2Fwirecraft/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlikebear%2Fwirecraft/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devlikebear","download_url":"https://codeload.github.com/devlikebear/wirecraft/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlikebear%2Fwirecraft/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34834415,"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-26T02:00:06.560Z","response_time":106,"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-26T21:30:25.973Z","updated_at":"2026-06-26T21:30:26.708Z","avatar_url":"https://github.com/devlikebear.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WireCraft\n\nWireCraft is an online maker sandbox for building circuits, mechanisms, and small robotic systems in a shared 3D workspace. The project starts with a server-authoritative voxel and circuit simulation, then grows toward a Reality Bridge that can turn virtual builds into parts lists, wiring guides, controller code, and 3D-printable model candidates.\n\n## Planning\n\n- [PRD](docs/plans/wire-craft-prd.md)\n- [Development Roadmap](docs/plans/wire-craft-roadmap.md)\n- [Research Notes](docs/plans/wire-craft-research-notes.md)\n\n## Task Tracking\n\n- [Current Status](docs/tasks/current-status.md)\n- [Phase 1 Work Orders](docs/tasks/phase-1-work-orders.md)\n- [GitHub Issue: Phase 1](https://github.com/devlikebear/wirecraft/issues/1)\n- [GitHub Issues](https://github.com/devlikebear/wirecraft/issues)\n\n## Current Status\n\nPhase 1 implementation is in progress.\n\n- Completed: WO-1 scaffolded the Go server and embedded web boundary.\n- Completed: WO-2 added the fixed tick clock and voxel world core.\n- Completed: WO-3 initialized the Vite + Three.js client skeleton.\n- Next: WO-4 adds command and snapshot protocol types.\n\n## Development\n\nRun the Go server:\n\n```sh\ngo run ./cmd/wirecraft-server\n```\n\nThe server listens on `127.0.0.1:8080` by default.\n\nHealth check:\n\n```sh\ncurl http://127.0.0.1:8080/healthz\n```\n\nRun tests:\n\n```sh\ngo test ./...\n```\n\nRun the web client:\n\n```sh\ncd web\nnpm install\nnpm run dev\n```\n\nBuild the web client:\n\n```sh\ncd web\nnpm run build\n```\n\n## Web UI Packaging\n\nDuring development, the TypeScript/Three.js app will run through Vite. For release builds, Vite output will be copied into `internal/webui/dist` and embedded in the Go binary with `go:embed`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevlikebear%2Fwirecraft","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevlikebear%2Fwirecraft","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevlikebear%2Fwirecraft/lists"}