{"id":50774573,"url":"https://github.com/sammy8806/service-starter","last_synced_at":"2026-06-11T22:02:39.424Z","repository":{"id":360110135,"uuid":"1248732609","full_name":"sammy8806/service-starter","owner":"sammy8806","description":"System tray app that auto-discovers dev projects and monitors ports and dependency health","archived":false,"fork":false,"pushed_at":"2026-06-03T15:39:31.000Z","size":591,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-03T17:15:52.076Z","etag":null,"topics":["developer-tools","electron","macos","react","system-tray","typescript"],"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/sammy8806.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-05-25T02:07:08.000Z","updated_at":"2026-06-03T15:44:32.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/sammy8806/service-starter","commit_stats":null,"previous_names":["sammy8806/service-starter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sammy8806/service-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sammy8806%2Fservice-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sammy8806%2Fservice-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sammy8806%2Fservice-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sammy8806%2Fservice-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sammy8806","download_url":"https://codeload.github.com/sammy8806/service-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sammy8806%2Fservice-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34219510,"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-11T02:00:06.485Z","response_time":57,"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":["developer-tools","electron","macos","react","system-tray","typescript"],"created_at":"2026-06-11T22:02:38.495Z","updated_at":"2026-06-11T22:02:39.417Z","avatar_url":"https://github.com/sammy8806.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# service-starter\n\nA system tray app that auto-discovers your dev projects and keeps an eye on ports and dependencies.\n\n\u003ccenter\u003e\u003cimg src=\"docs/screenshot-tray-overview.png\" width=\"380\" alt=\"service-starter tray overview\" /\u003e\u003c/center\u003e\n\n---\n\nDrop one file in any project:\n\n```yaml\nname: my-api\ncomponents:\n  api:\n    startCommand: npm run dev\n    ports:\n      - port: 3000\n        label: API Server\n```\n\nservice-starter picks it up automatically — no config, no restart.\n\n## Features\n\n- Auto-discovers projects by scanning configured directories for `.service-starter.yml` files\n- Monitors port usage — shows what's running, what's idle, flags conflicts between projects\n- Checks dependency health: Docker containers, shell services, external APIs\n- Quick actions from the tray: open in editor, open terminal, open in browser\n\n## Getting started\n\n**1. Clone and install**\n\n```bash\ngit clone https://github.com/sammy8806/service-starter.git\ncd service-starter\nnpm install\n```\n\n**2. Build for your platform**\n\n```bash\nnpm run build:mac    # macOS\nnpm run build:linux  # Linux\nnpm run build:win    # Windows\n```\n\n**3. Configure scan directories**\n\nOn first run, `~/.config/service-starter/config.yml` is created automatically. Edit it to point at your projects:\n\n```yaml\nscanDirectories:\n  - ~/work\n  - ~/projects\neditor: code\nterminal: iterm\n```\n\nThen add a `.service-starter.yml` to any project inside those directories and it will appear in the tray on the next scan.\n\n## Manifest reference\n\nFor the full `.service-starter.yml` field reference and more examples — multi-component monorepos, Docker dependencies, cross-project dependencies, API health checks — see [docs/manifest-examples.md](docs/manifest-examples.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsammy8806%2Fservice-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsammy8806%2Fservice-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsammy8806%2Fservice-starter/lists"}