{
  "project_id": "trefeon/freebucks-proxy",
  "repo": "trefeon/freebucks-proxy",
  "name": "freebucks-proxy",
  "github_url": "https://github.com/trefeon/freebucks-proxy",
  "homepage_url": null,
  "language": "Go",
  "license": "MIT",
  "project_kind": "project",
  "category": [
    "llm_gateway"
  ],
  "tags": [
    "api-gateway",
    "coding-agent",
    "coding-assistant",
    "golang",
    "htmx",
    "llm",
    "llm-router",
    "multi-account",
    "openai",
    "openai-compatible",
    "proxy",
    "reverse-proxy",
    "self-hosted",
    "session-management",
    "single-binary",
    "stealth",
    "tls-fingerprinting",
    "token-pool"
  ],
  "description": "[DEPRECATED / UNMAINTAINED] Multi-account gateway. No longer maintained; fork it and maintain yourself.",
  "overview": "Use trefeon/freebucks-proxy when the user needs a llm gateway project with docker, local, cloud deployment options.",
  "alternatives": [],
  "related": [
    {
      "repo": "andreimerfu/pllm",
      "reason": "Related to trefeon/freebucks-proxy through llm gateway category and docker deployment."
    },
    {
      "repo": "MiXaiLL76/auto_ai_router",
      "reason": "Related to trefeon/freebucks-proxy through llm gateway category and docker deployment."
    },
    {
      "repo": "Hal0ai/hal0",
      "reason": "Related to trefeon/freebucks-proxy through llm gateway category and local deployment."
    },
    {
      "repo": "frieser/antigravity-proxy",
      "reason": "Related to trefeon/freebucks-proxy through llm gateway category and docker deployment."
    },
    {
      "repo": "Devansh-365/freellm",
      "reason": "Related to trefeon/freebucks-proxy through llm gateway category and docker deployment."
    },
    {
      "repo": "sxueck/llm-gateway",
      "reason": "Related to trefeon/freebucks-proxy through llm gateway category and docker deployment."
    },
    {
      "repo": "VkRainB/ccMesh",
      "reason": "Related to trefeon/freebucks-proxy through llm gateway category and local deployment."
    },
    {
      "repo": "off-grid-ai/OGAD",
      "reason": "Related to trefeon/freebucks-proxy through llm gateway category and local deployment."
    }
  ],
  "dependencies": [
    "LLM provider"
  ],
  "deployments": [
    "docker",
    "local",
    "cloud"
  ],
  "difficulty": "beginner",
  "cloudflare_ready": false,
  "use_cases": [
    "route LLM requests",
    "standardize model provider access",
    "add gateway-level controls"
  ],
  "not_good_for": [
    "edge-only Cloudflare Workers deployment without adaptation"
  ],
  "classification": {
    "category": {
      "confidence": "high",
      "evidence": [
        "Matched \"gateway\" in metadata.",
        "Matched \"proxy\" in metadata.",
        "Matched \"router\" in metadata."
      ]
    },
    "deployment": {
      "confidence": "high",
      "evidence": [
        "Found Docker configuration file.",
        "Local usage is assumed for open source repositories unless contradicted."
      ]
    },
    "difficulty": {
      "confidence": "medium",
      "evidence": [
        "Repository has under 10k stars, so complexity is treated conservatively."
      ]
    },
    "cloudflare_ready": {
      "confidence": "high",
      "evidence": [
        "No Cloudflare deployment signal detected.",
        "No wrangler.toml found in inspected repository files."
      ]
    }
  },
  "quality_signals": {
    "stars": 297,
    "recent_commits": 100,
    "contributors": 6,
    "issue_response_time_hours": null,
    "release_frequency_180d": 55
  },
  "quality_signal_confidence": {
    "stars_30d_delta": "estimated",
    "commits_30d": "partial",
    "releases_180d": "complete",
    "contributors_90d": "complete"
  },
  "quality_score": 36,
  "agent_score": 67,
  "score": 83,
  "agent_score_breakdown": {
    "documentation": 90,
    "maintenance": 58,
    "deployment": 80,
    "popularity": 49,
    "community": 51
  },
  "git_top_score": 83,
  "git_top_score_breakdown": {
    "community": 85,
    "maintenance": 71,
    "documentation": 84,
    "stability": 100,
    "adoption": 73,
    "agent_readability": 90
  },
  "verification": {
    "schema_version": "git-top.verification.v1",
    "overall_status": "partial",
    "observed_at": "2026-09-24T17:01:21.330Z",
    "signals": {
      "activity": {
        "status": "observed",
        "source": "github_metadata",
        "evidence": [
          "project.pushed_at",
          "metrics.recent_push_days"
        ]
      },
      "license": {
        "status": "observed",
        "source": "github_metadata",
        "evidence": [
          "project.license"
        ]
      },
      "documentation": {
        "status": "observed",
        "source": "github_metadata",
        "evidence": [
          "project.description"
        ]
      },
      "runtime": {
        "status": "inferred",
        "source": "git_top_heuristic",
        "evidence": [
          "agent_card.deployment",
          "agent_card.cloudflare_ready"
        ]
      },
      "install": {
        "status": "not_run",
        "source": "git_top_runtime",
        "evidence": [
          "installation/build probe is not enabled"
        ]
      },
      "security": {
        "status": "not_run",
        "source": "git_top_runtime",
        "evidence": [
          "dependency/security scan is not enabled"
        ]
      },
      "mcp": {
        "status": "not_applicable",
        "source": "git_top_runtime",
        "evidence": [
          "project is not classified as mcp_server"
        ]
      }
    },
    "coverage": {
      "observed": 3,
      "inferred": 1,
      "not_run": 2,
      "unknown": 0
    },
    "next_steps": [
      "Run an installation/build probe before production adoption.",
      "Run a dependency and security scan before treating the score as a trust claim."
    ]
  },
  "summary": {
    "tl_dr": "Use trefeon/freebucks-proxy when the user needs a llm gateway project with docker, local, cloud deployment options.",
    "purpose": "Use trefeon/freebucks-proxy when the user needs a llm gateway project with docker, local, cloud deployment options.",
    "install": "Run with Docker using the repository's container instructions.",
    "inputs": [
      "model requests",
      "routing config",
      "provider credentials"
    ],
    "outputs": [
      "proxied completions",
      "routed responses",
      "usage metrics"
    ],
    "good_for": [
      "route LLM requests",
      "standardize model provider access",
      "add gateway-level controls",
      "model routing",
      "provider abstraction",
      "LLM proxying"
    ],
    "not_good_for": [
      "edge-only Cloudflare Workers deployment without adaptation",
      "local-only inference",
      "non-LLM services"
    ],
    "deployment": [
      "docker",
      "local",
      "cloud"
    ],
    "alternatives": []
  },
  "evidence": {
    "classification": {
      "category": {
        "confidence": "high",
        "evidence": [
          "Matched \"gateway\" in metadata.",
          "Matched \"proxy\" in metadata.",
          "Matched \"router\" in metadata."
        ]
      },
      "deployment": {
        "confidence": "high",
        "evidence": [
          "Found Docker configuration file.",
          "Local usage is assumed for open source repositories unless contradicted."
        ]
      },
      "difficulty": {
        "confidence": "medium",
        "evidence": [
          "Repository has under 10k stars, so complexity is treated conservatively."
        ]
      },
      "cloudflare_ready": {
        "confidence": "high",
        "evidence": [
          "No Cloudflare deployment signal detected.",
          "No wrangler.toml found in inspected repository files."
        ]
      }
    },
    "quality_signal_confidence": {
      "stars_30d_delta": "estimated",
      "commits_30d": "partial",
      "releases_180d": "complete",
      "contributors_90d": "complete"
    },
    "verification": {
      "schema_version": "git-top.verification.v1",
      "overall_status": "partial",
      "observed_at": "2026-09-24T17:01:21.330Z",
      "signals": {
        "activity": {
          "status": "observed",
          "source": "github_metadata",
          "evidence": [
            "project.pushed_at",
            "metrics.recent_push_days"
          ]
        },
        "license": {
          "status": "observed",
          "source": "github_metadata",
          "evidence": [
            "project.license"
          ]
        },
        "documentation": {
          "status": "observed",
          "source": "github_metadata",
          "evidence": [
            "project.description"
          ]
        },
        "runtime": {
          "status": "inferred",
          "source": "git_top_heuristic",
          "evidence": [
            "agent_card.deployment",
            "agent_card.cloudflare_ready"
          ]
        },
        "install": {
          "status": "not_run",
          "source": "git_top_runtime",
          "evidence": [
            "installation/build probe is not enabled"
          ]
        },
        "security": {
          "status": "not_run",
          "source": "git_top_runtime",
          "evidence": [
            "dependency/security scan is not enabled"
          ]
        },
        "mcp": {
          "status": "not_applicable",
          "source": "git_top_runtime",
          "evidence": [
            "project is not classified as mcp_server"
          ]
        }
      },
      "coverage": {
        "observed": 3,
        "inferred": 1,
        "not_run": 2,
        "unknown": 0
      },
      "next_steps": [
        "Run an installation/build probe before production adoption.",
        "Run a dependency and security scan before treating the score as a trust claim."
      ]
    },
    "source_fields": [
      "project.description",
      "project.topics",
      "project.language",
      "project.license",
      "agent_card.summary_for_agent",
      "agent_card.use_cases",
      "agent_card.deployment",
      "agent_card.classification",
      "metrics",
      "verification.signals"
    ],
    "caveats": [
      "edge-only Cloudflare Workers deployment without adaptation",
      "Partial or estimated quality signals: stars30dDelta, commits30d.",
      "Independent installation, security, or runtime probes have not been run for this project."
    ],
    "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
    "last_verified_at": "2026-09-24T17:01:21.330Z"
  },
  "caveats": [
    "edge-only Cloudflare Workers deployment without adaptation",
    "Partial or estimated quality signals: stars30dDelta, commits30d.",
    "Independent installation, security, or runtime probes have not been run for this project."
  ],
  "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
  "source_fields": [
    "project.description",
    "project.topics",
    "project.language",
    "project.license",
    "agent_card.summary_for_agent",
    "agent_card.use_cases",
    "agent_card.deployment",
    "agent_card.classification",
    "metrics",
    "verification.signals"
  ],
  "last_verified_at": "2026-09-24T17:01:21.330Z",
  "knowledge": {
    "project": {
      "id": "trefeon/freebucks-proxy",
      "owner": "trefeon",
      "name": "freebucks-proxy",
      "full_name": "trefeon/freebucks-proxy",
      "github_url": "https://github.com/trefeon/freebucks-proxy",
      "homepage_url": null,
      "description": "[DEPRECATED / UNMAINTAINED] Multi-account gateway. No longer maintained; fork it and maintain yourself.",
      "language": "Go",
      "topics": [
        "api-gateway",
        "coding-agent",
        "coding-assistant",
        "golang",
        "htmx",
        "llm",
        "llm-router",
        "multi-account",
        "openai",
        "openai-compatible",
        "proxy",
        "reverse-proxy",
        "self-hosted",
        "session-management",
        "single-binary",
        "stealth",
        "tls-fingerprinting",
        "token-pool"
      ],
      "license": "MIT",
      "stars": 297,
      "forks": 65,
      "open_issues": 2,
      "default_branch": "main",
      "created_at": "2026-08-11T07:06:43Z",
      "updated_at": "2026-09-24T16:57:08Z",
      "pushed_at": "2026-09-24T16:10:45Z",
      "synced_at": "2026-09-24T17:01:21.330Z"
    },
    "agent_card": {
      "project_id": "trefeon/freebucks-proxy",
      "project_kind": "project",
      "category": "llm_gateway",
      "difficulty": "beginner",
      "deployment": [
        "docker",
        "local",
        "cloud"
      ],
      "cloudflare_ready": false,
      "use_cases": [
        "route LLM requests",
        "standardize model provider access",
        "add gateway-level controls"
      ],
      "not_good_for": [
        "edge-only Cloudflare Workers deployment without adaptation"
      ],
      "alternatives": [],
      "summary_for_agent": "Use trefeon/freebucks-proxy when the user needs a llm gateway project with docker, local, cloud deployment options.",
      "classification": {
        "category": {
          "confidence": "high",
          "evidence": [
            "Matched \"gateway\" in metadata.",
            "Matched \"proxy\" in metadata.",
            "Matched \"router\" in metadata."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "Found Docker configuration file.",
            "Local usage is assumed for open source repositories unless contradicted."
          ]
        },
        "difficulty": {
          "confidence": "medium",
          "evidence": [
            "Repository has under 10k stars, so complexity is treated conservatively."
          ]
        },
        "cloudflare_ready": {
          "confidence": "high",
          "evidence": [
            "No Cloudflare deployment signal detected.",
            "No wrangler.toml found in inspected repository files."
          ]
        }
      },
      "schema_version": "v1",
      "generated_at": "2026-09-24T17:01:21.330Z"
    },
    "metrics": {
      "project_id": "trefeon/freebucks-proxy",
      "stars_30d_delta": 203,
      "commits_30d": 100,
      "releases_180d": 55,
      "contributors_90d": 6,
      "issue_first_response_median_hours": null,
      "recent_push_days": 0,
      "git_score": 36,
      "maintenance_score": 58,
      "signal_confidence": {
        "stars_30d_delta": "estimated",
        "commits_30d": "partial",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "calculated_at": "2026-09-24T17:01:21.330Z"
    }
  },
  "resolved_from": {
    "requested_id": "trefeon/freebucks-proxy",
    "resolved_id": "trefeon/freebucks-proxy",
    "resolution": "direct"
  },
  "metadata": {
    "source": "d1",
    "reason": "d1_query",
    "project_count": 1213,
    "generated_at": "2026-09-24T19:16:55.484Z",
    "snapshot_id": "d1:1213:2026-09-24T19:01:18.108Z",
    "latest_synced_at": "2026-09-24T19:01:18.108Z",
    "schema_version": "git-top.knowledge.v1",
    "loaded_project_limit": 2000,
    "truncated": false
  }
}