{"id":50454108,"url":"https://github.com/mizcausevic-dev/skyforge","last_synced_at":"2026-06-01T01:05:39.171Z","repository":{"id":358388135,"uuid":"1236986815","full_name":"mizcausevic-dev/skyforge","owner":"mizcausevic-dev","description":"Real-time swarm governance and regulatory control plane for eVTOL fleets, drone delivery, and urban air mobility operations.","archived":false,"fork":false,"pushed_at":"2026-05-17T05:15:55.000Z","size":670,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-17T07:30:15.703Z","etag":null,"topics":["advanced-air-mobility","airspace-governance","autonomous-systems","aviation-safety","control-plane","drone-delivery","evtol","fastapi","provenance","python","swarm-governance","urban-air-mobility"],"latest_commit_sha":null,"homepage":"https://kineticgain.com/","language":"HTML","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/mizcausevic-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-05-12T19:08:36.000Z","updated_at":"2026-05-17T05:15:56.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mizcausevic-dev/skyforge","commit_stats":null,"previous_names":["mizcausevic-dev/skyforge"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/mizcausevic-dev/skyforge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fskyforge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fskyforge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fskyforge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fskyforge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mizcausevic-dev","download_url":"https://codeload.github.com/mizcausevic-dev/skyforge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fskyforge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33755379,"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-05-31T02:00:06.040Z","response_time":95,"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":["advanced-air-mobility","airspace-governance","autonomous-systems","aviation-safety","control-plane","drone-delivery","evtol","fastapi","provenance","python","swarm-governance","urban-air-mobility"],"created_at":"2026-06-01T01:05:39.109Z","updated_at":"2026-06-01T01:05:39.164Z","avatar_url":"https://github.com/mizcausevic-dev.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SkyForge\r\n\r\nSkyForge is a real-time swarm governance and regulatory control plane for eVTOL fleets, drone delivery, and urban air mobility operations.\r\n\r\n![Overview](./screenshots/01-overview.png)\r\n\r\n## Why this repo is good\r\n\r\n- It tackles a real future operations problem: autonomous air corridors need governance, replayable provenance, and human override authority.\r\n- It keeps the story concrete with separation breaches, arrival holds, weather diversions, and corridor policy envelopes.\r\n- It gives you another flagship that feels futuristic but still operationally believable.\r\n\r\n## What it does\r\n\r\n- Scores air mobility vehicles for governance risk using separation distance, battery state, wind margin, override readiness, and event history.\r\n- Tracks airspace events with policy triggers, handoff chains, and provenance scores.\r\n- Separates clear, watch, and contain states for operations supervision.\r\n- Exposes a clean API plus operator-facing proof surfaces for airspace command, event replay, and incident review.\r\n\r\n## Proof\r\n\r\n![Event Replay](./screenshots/02-event-replay.png)\r\n![Incident Board](./screenshots/03-incident-board.png)\r\n![API Summary](./screenshots/04-api-summary.png)\r\n\r\n## Local run\r\n\r\n```powershell\r\ncd skyforge\r\npy -3.11 -m venv .venv\r\n.\\.venv\\Scripts\\pip.exe install -r requirements.txt\r\n.\\.venv\\Scripts\\python.exe -m app.main\r\n```\r\n\r\nOpen:\r\n\r\n- `http://127.0.0.1:4862/`\r\n- `http://127.0.0.1:4862/event-replay`\r\n- `http://127.0.0.1:4862/incident-board`\r\n- `http://127.0.0.1:4862/docs`\r\n\r\n## Validation\r\n\r\n```powershell\r\n.\\.venv\\Scripts\\python.exe -m unittest discover -s tests\r\n.\\.venv\\Scripts\\python.exe scripts\\run_demo.py\r\n.\\.venv\\Scripts\\python.exe scripts\\smoke_check.py\r\n.\\.venv\\Scripts\\python.exe scripts\\render_readme_assets.py\r\n```\r\n\r\n## API shape\r\n\r\nEndpoints:\r\n\r\n- `/api/dashboard/summary`\r\n- `/api/vehicles`\r\n- `/api/events`\r\n- `/api/vehicles/{vehicle_id}`\r\n- `/api/events/{event_id}`\r\n- `/api/sample`\r\n\r\n## Repo layout\r\n\r\n```text\r\napp/\r\n  data/\r\n  services/\r\ndocs/\r\nscripts/\r\nscreenshots/\r\ntests/\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmizcausevic-dev%2Fskyforge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmizcausevic-dev%2Fskyforge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmizcausevic-dev%2Fskyforge/lists"}