{"id":46198127,"url":"https://github.com/so0k/tacos-guru","last_synced_at":"2026-03-03T04:01:05.907Z","repository":{"id":340885280,"uuid":"1167821156","full_name":"so0k/tacos-guru","owner":"so0k","description":"Interactive TACOS platform evaluator","archived":false,"fork":false,"pushed_at":"2026-02-27T00:01:40.000Z","size":95,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-27T06:53:37.479Z","etag":null,"topics":["devops","env0","infrastructure-as-code","opentofu","platform-engineering","react","scalr","spacelift","tacos","terraform","typescript","vite"],"latest_commit_sha":null,"homepage":"https://tacos.guru","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/so0k.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-02-26T18:09:46.000Z","updated_at":"2026-02-27T00:01:44.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/so0k/tacos-guru","commit_stats":null,"previous_names":["so0k/tacos-guru"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/so0k/tacos-guru","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/so0k%2Ftacos-guru","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/so0k%2Ftacos-guru/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/so0k%2Ftacos-guru/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/so0k%2Ftacos-guru/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/so0k","download_url":"https://codeload.github.com/so0k/tacos-guru/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/so0k%2Ftacos-guru/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30031981,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T03:27:35.548Z","status":"ssl_error","status_checked_at":"2026-03-03T03:27:09.213Z","response_time":61,"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":["devops","env0","infrastructure-as-code","opentofu","platform-engineering","react","scalr","spacelift","tacos","terraform","typescript","vite"],"created_at":"2026-03-03T04:00:56.283Z","updated_at":"2026-03-03T04:01:05.890Z","avatar_url":"https://github.com/so0k.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tacos.guru\n\nAn interactive evaluation tool for comparing TACOS (Terraform Automation \u0026 Collaboration Software) platforms. Compare Spacelift, Env0, Scalr, Terrateam, Terramate Cloud, HCP Terraform, and OpenTaco across 21 weighted criteria — and estimate monthly costs based on your team size, resources, and run volume.\n\n**Live site:** [tacos.guru](https://tacos.guru)\n\n## Features\n\n- **Evaluation tab** — 21 criteria with adjustable weight sliders. Changing weights recalculates and re-sorts platform scores in real time. Expand any platform row to see per-criterion rationales.\n- **Pricing tab** — 3 input sliders (users, resources under management, monthly runs). Auto-selects the cheapest tier per platform. Override tiers manually by clicking them in the expanded card.\n\n## Running locally\n\n```bash\n# Requires pnpm\npnpm install\npnpm dev\n```\n\nOpen [http://localhost:5173](http://localhost:5173).\n\n```bash\n# Production build (output in dist/)\npnpm build\npnpm preview\n```\n\n## Tech stack\n\n- [Vite](https://vitejs.dev/) + [React 19](https://react.dev/) + TypeScript\n- [Tailwind CSS v4](https://tailwindcss.com/)\n- [Lucide React](https://lucide.dev/) icons\n\n## Data\n\nAll evaluation data lives in a single file: [`public/evaluation.json`](public/evaluation.json)\n\nIt contains:\n- **`criteria`** — 21 evaluation criteria with default weights (1–5) and categories (Critical / High / Medium / Low / Nice-to-have)\n- **`platforms`** — 7 platforms, each with scores (0–3) per criterion, rationale text, and metadata\n- **`pricing`** — tier definitions for each platform including base prices, per-unit costs, feature gates, and whether a price is published or estimated\n\nScores and pricing were researched from public vendor documentation in February 2026.\n\n### Evaluation criteria\n\n| # | Criterion | Weight | Category |\n|---|-----------|:------:|----------|\n| 1 | CDKTF/CDK Terrain workflow support | **5** | Critical |\n| 2 | OpenTofu support | **5** | Critical |\n| 3 | No Kubernetes requirement | **5** | Critical |\n| 4 | RBAC \u0026 SSO integration | **5** | Critical |\n| 5 | Dependency orchestration | **4** | High |\n| 6 | Drift detection | **4** | High |\n| 7 | Secrets management (AWS OIDC) | **4** | High |\n| 8 | Pricing suitability | **4** | High |\n| 9 | Golden paths / blueprints | **3** | Medium |\n| 10 | Migration path from Atlantis | **3** | Medium |\n| 11 | Custom workflows / hooks | **3** | Medium |\n| 12 | Private module registry | **3** | Medium |\n| 13 | InfraCost / cost estimation | **3** | Medium |\n| 14 | Integrations (MS Teams, DataDog) | **3** | Medium |\n| 15 | Keep S3+DynamoDB state backends | **2** | Low |\n| 16 | Visualizations / resource graphs | **2** | Low |\n| 17 | OPA / Conftest policies | **3** | Medium |\n| 18 | AI features | **1** | Nice-to-have |\n| 19 | Ephemeral environments | **1** | Nice-to-have |\n| 20 | Terraform provider | **1** | Nice-to-have |\n| 21 | Multi-cloud support | **1** | Nice-to-have |\n\nAll weights are adjustable in the app. **Max weighted score: 195** (weight total × 3).\n\n## Submitting corrections\n\nScores, rationales, and pricing data go out of date. To suggest a fix:\n\n1. Click **Submit correction** in the app footer — it opens GitHub's web editor for `evaluation.json`\n2. Make your change and open a pull request\n3. Or [open an issue](https://github.com/so0k/tacos-guru/issues/new) describing the inaccuracy\n\n## Deployment\n\nDeployed to GitHub Pages via [`.github/workflows/deploy.yml`](.github/workflows/deploy.yml) on every push to `main`. Custom domain configured via [`public/CNAME`](public/CNAME).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fso0k%2Ftacos-guru","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fso0k%2Ftacos-guru","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fso0k%2Ftacos-guru/lists"}