{"id":38649071,"url":"https://github.com/arach/arc","last_synced_at":"2026-01-17T09:17:48.935Z","repository":{"id":331796539,"uuid":"1131973252","full_name":"arach/arc","owner":"arach","description":"A diagram editor and declarative rendering engine","archived":false,"fork":false,"pushed_at":"2026-01-11T06:35:26.000Z","size":195,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-11T12:12:01.894Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/arach.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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-01-11T03:56:30.000Z","updated_at":"2026-01-11T06:35:30.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/arach/arc","commit_stats":null,"previous_names":["arach/arc"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/arach/arc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arach%2Farc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arach%2Farc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arach%2Farc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arach%2Farc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arach","download_url":"https://codeload.github.com/arach/arc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arach%2Farc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28505156,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T06:57:29.758Z","status":"ssl_error","status_checked_at":"2026-01-17T06:56:03.931Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-01-17T09:17:47.681Z","updated_at":"2026-01-17T09:17:48.319Z","avatar_url":"https://github.com/arach.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Arc\n\nA visual diagram editor for creating architecture diagrams. Design system architectures with a drag-and-drop interface, then export to clean TypeScript for use in documentation sites.\n\n## Features\n\n- **Visual Editor** - Drag-and-drop nodes, connect with arrows\n- **Multiple Node Sizes** - Large, medium, small\n- **Color Themes** - Violet, emerald, blue, amber, sky, zinc, rose, orange\n- **Connector Styles** - Solid/dashed lines, labels, curved paths\n- **Export Options** - TypeScript, JSON, SVG, PNG, shareable links\n- **Interactive Canvas** - Infinite pan/zoom, grid snapping\n- **Groups \u0026 Images** - Visual grouping, background images\n- **Templates** - Quick-start layouts\n\n## Getting Started\n\n```bash\npnpm install\npnpm dev\n```\n\n## Export Format\n\nArc exports diagrams as clean TypeScript compatible with the `ArcDiagram` player component:\n\n```typescript\nimport type { ArcDiagramData } from './ArcDiagram'\n\nconst diagram: ArcDiagramData = {\n  layout: { width: 800, height: 400 },\n  nodes: {\n    app: { x: 50, y: 50, size: 'l' },\n    api: { x: 300, y: 50, size: 'm' },\n  },\n  nodeData: {\n    app: { icon: 'Monitor', name: 'App', color: 'violet' },\n    api: { icon: 'Server', name: 'API', color: 'emerald' },\n  },\n  connectors: [\n    { from: 'app', to: 'api', fromAnchor: 'right', toAnchor: 'left', style: 'http' }\n  ],\n  connectorStyles: {\n    http: { color: 'amber', strokeWidth: 2, label: 'HTTP' }\n  },\n}\n\nexport default diagram\n```\n\n## Tech Stack\n\n- React 19\n- Vite 7\n- TailwindCSS 4\n- Lucide React (icons)\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farach%2Farc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farach%2Farc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farach%2Farc/lists"}