{"id":42966710,"url":"https://github.com/robolaunch/ui","last_synced_at":"2026-01-31T00:01:14.981Z","repository":{"id":87112509,"uuid":"592400925","full_name":"robolaunch/ui","owner":"robolaunch","description":"robolaunch is a Cloud-Native Robotics Platform that provides the end-to-end infrastructure, software stack and tools for developing, simulating, deploying and operating ROS/ROS 2 robots at scale.","archived":false,"fork":false,"pushed_at":"2024-05-22T12:05:31.000Z","size":47612,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-23T07:33:43.513Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://robolaunch.io","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/robolaunch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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}},"created_at":"2023-01-23T16:49:31.000Z","updated_at":"2024-05-27T12:19:00.717Z","dependencies_parsed_at":"2023-09-21T17:04:53.255Z","dependency_job_id":"54052c8b-a436-4e26-abb6-8af6b986c3f1","html_url":"https://github.com/robolaunch/ui","commit_stats":null,"previous_names":[],"tags_count":144,"template":false,"template_full_name":null,"purl":"pkg:github/robolaunch/ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robolaunch%2Fui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robolaunch%2Fui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robolaunch%2Fui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robolaunch%2Fui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robolaunch","download_url":"https://codeload.github.com/robolaunch/ui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robolaunch%2Fui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28923736,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T22:32:35.345Z","status":"ssl_error","status_checked_at":"2026-01-30T22:32:31.927Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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-31T00:01:14.092Z","updated_at":"2026-01-31T00:01:14.975Z","avatar_url":"https://github.com/robolaunch.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003cimg src=\"https://raw.githubusercontent.com/robolaunch/trademark/main/logos/svg/rocket.svg\" width=\"40\" height=\"40\" align=\"top\"\u003e robolaunch UI\n\n\u003cdiv align=\"center\"\u003e\n  \u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/nodejs\"\u003e\n      \u003cimg src=\"https://img.shields.io/badge/nodejs-18.18.2-dgreen\" alt=\"node\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/robolaunch/ui/releases\"\u003e\n      \u003cimg src=\"https://img.shields.io/badge/release-v0.26.2-red\" alt=\"release\"\u003e\n    \u003c/a\u003e\n        \u003ca href=\"#\"\u003e\n      \u003cimg src=\"https://img.shields.io/badge/language-typescript-blue\" alt=\"language\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/robolaunch/ui/actions\"\u003e\n      \u003cimg src=\"https://img.shields.io/badge/build-passing-dgreen\" alt=\"build\"\u003e\n    \u003c/a\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n## Table of Contents\n\n- [Overview](#overview)\n- [Quick Start](#quick-start)\n- [Contributing](#contributing)\n\n## Overview\n\nrobolaunch is a Cloud-Native Robotics Platform that provides the end-to-end infrastructure, software stack and tools for developing, simulating, deploying and operating ROS/ROS 2 robots at scale.\n\n## Screenshots\n\n![Robolaunch UI](./docs/assets/visualization.png)\n_Visualization_\n\n![Robolaunch UI](./docs/assets/dev-suite.png)\n_Development-Suite_\n\n![Robolaunch UI](./docs/assets/ci-dashboard.png)\n_Instance-Dashboard_\n\n![Robolaunch UI](./docs/assets/remote-desktop.png)\n_Remote-Desktop_\n\n![Robolaunch UI](./docs/assets/instance-dashboard.png)\n_Instance-Dashboard_\n\n## Quick Start\n\nTo use robolaunch-ui, you must first have Node.js installed on your computer. You can then follow the steps below:\n\n### Step 1\n\nClone or download robolaunch-ui repository. You can start here;\n\n```bash\ngit clone https://github.com/robolaunch/ui\n```\n\n### Step 2\n\nRun this command to download the packages the project depends on.\n\n```bash\nnpm install\n```\n\n### Step 3\n\nRun the following command to start the project\n\n```bash\nnpm start\n```\n\n## Contributing\n\nPlease see [this guide](./CONTRIBUTING.md) if you want to contribute.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobolaunch%2Fui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobolaunch%2Fui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobolaunch%2Fui/lists"}