Archive position — measured, not model output
0 likes on Devpost
2,264 of the 7,856 archived projects have more likes, and 5,592 share exactly 0 — so this project's #4,368 place in the like-ranked listing is a tie-break inside that group, not a ranking.
Projects (log scale)
Likes on Devpost. ▲ marks this project's group.
Show the figures
| Likes | Projects | Share of archive |
|---|---|---|
| 0 | 5,592 | 71.2% |
| 1 | 1,758 | 22.4% |
| 2 | 285 | 3.6% |
| 3–4 | 132 | 1.7% |
| 5–9 | 75 | 1.0% |
| 10+ | 14 | 0.2% |
Executive Summary
Governor is a FinOps tool for AI coding spend, built as a GitHub App and CLI that attaches estimated Codex cost receipts to real GitHub work. The author states it joins token usage from Codex with git context (repo, branch, commit) and posts receipts on PRs and in a dashboard. It does not store prompts or code, and uses deterministic logic for attribution and pricing rather than AI.
The product is described as a self-contained tool that integrates into developer workflows via GitHub App installation and an npx command. It is built with TypeScript, Next.js, PostgreSQL, Supabase, and OpenAI's Codex/GPT APIs.
Key commercial signals:
- No revenue or customer data evidenced
- No pricing information provided
- No traction or adoption metrics
- No competitive positioning or market data
The single most important open question: What is the actual demand for this tool? The description states a problem (lack of visibility into AI coding spend) but does not demonstrate any evidence of:
- Developer adoption or interest
- Market size or TAM
- Revenue model or monetization strategy
- Customer pain points validated beyond the author's own experience
The project is presented as a hackathon submission with no commercial traction. The author states "we wanted the cost to show up where engineers already look — on the PRs!" but provides no evidence of developer interest, market validation, or product-market fit.
What The Product Actually Is
The description states that Governor:
- Is a FinOps tool for AI coding spend
- Attaches estimated Codex cost receipts to real GitHub work
- Requires installing a GitHub App and running one npx command
- Joins Codex token usage with git context (repo, branch, commit, session)
- Prices tokens and posts receipts on every push and PR
- Has a dashboard showing receipts across repos with total and commit-specific spend
- Flags cost outliers and expensive models
- Never stores prompts, responses, or code
The tool is described as:
- A TypeScript monorepo built with Next.js on Vercel
- Using PostgreSQL on Supabase
- Including a public npm CLI
- A GitHub App plus OAuth app
- Using OpenTelemetry for telemetry collection
- Integrating with Codex's built-in OpenTelemetry export
The author states that the tool:
- Configures Codex's built-in OpenTelemetry export at the user level
- Installs a notify hook that captures git context on every completed turn
- Normalizes usage events and prices tokens against a versioned rate table
- Renders receipts in PR comments, Check Runs, and dashboard
- Computes observations deterministically without AI involvement in pricing or attribution
Positioning & Claim Evolution
The description states Governor positions itself as:
- A FinOps tool for AI coding spend
- A solution to the problem of "AI coding spend has a weird shape" where costs show up only on invoices weeks later
- A tool that makes cost visible where engineers already look — on PRs
- A way to answer "which PR, which feature, and was it worth it?"
The author's claims include:
- "When the bill spikes, someone sends a memo. Nobody can answer the actual question: which PR, which feature, and was it worth it?"
- "We wanted the cost to show up where engineers already look — on the PRs!"
- "Governor prioritizes transparent, prompt-safe cost attribution over broad but weak vendor coverage"
- "Never writes to repository contents"
- "Every receipt shows attribution confidence instead of pretending all data is exact"
The positioning evolved from:
- Identifying a problem (lack of visibility into AI coding costs)
- Proposing a solution (attaching receipts to PRs)
- Defining the approach (deterministic attribution, no prompt storage)
- Highlighting unique value (transparency, privacy, confidence scores)
Target Customer & ICP
The description states that Governor targets:
- Developers who use Codex
- Teams who want visibility into AI coding spend
- Engineers who work on GitHub repositories
- Organizations with AI coding tool usage that needs cost tracking
The author claims the tool is for "teams" and "engineers" but does not specify:
- Specific team sizes or organizational structures
- Industry verticals or use cases
- Developer personas or roles
- Enterprise vs. individual developer adoption patterns
The ICP appears to be:
- Developers using AI coding tools (specifically Codex)
- Organizations with multiple developers working on GitHub repositories
- Teams that want cost visibility into their AI tool usage
Business Model & Pricing Evidence
The description does not provide any evidence of:
- Revenue model or monetization strategy
- Pricing structure or tiers
- Customer acquisition costs
- Unit economics or customer lifetime value
- Sales process or go-to-market approach
The author states that Governor:
- "Never stores prompts, responses, or code"
- "Uses deterministic logic for attribution and pricing rather than AI involvement"
- "Prices tokens against a versioned rate table"
However, no pricing information is provided, including:
- Cost per user or per seat
- Subscription model details
- Usage-based pricing tiers
- Enterprise vs. individual pricing
Technical & Delivery Signals
The description provides technical details:
- Built with TypeScript monorepo using Next.js on Vercel
- Uses PostgreSQL on Supabase
- Includes public npm CLI
- GitHub App plus OAuth app integration
- OpenTelemetry for telemetry collection
- Integration with Codex's built-in OpenTelemetry export
Key technical claims include:
- "The join between telemetry and git context was the whole project"
- "Codex emits tokens over OTel but knows nothing about git"
- "Getting the session ID to line up reliably between the two streams took a dedicated spike"
- "Codex reports tokens, not dollars, so we had to build honest pricing ourselves"
Delivery signals:
- Full loop validated with a fresh GitHub account
- Test suite covers unglamorous stuff: webhook signatures, ingestion idempotency, out-of-order context/usage joins
- Privacy boundary is architectural, not a promise
Traction & Maturity Signals
The description states no traction or maturity evidence:
- No revenue data
- No customer base or adoption metrics
- No user growth or retention data
- No product usage statistics
- No market validation beyond the author's own experience
The project is described as:
- A hackathon submission to OpenAI 2026 hackathon
- Built in a short timeframe (not specified)
- Submitted to Devpost with no further evidence of traction
Competitive Context
The description does not provide competitive context or market positioning:
- No mention of existing solutions in the FinOps AI coding space
- No comparison to other cost tracking tools
- No identification of competitors or substitutes
- No market size or TAM data
- No differentiation strategy against existing players
The author states that "no vendor API ties AI spend to a specific PR on its own" but does not reference any competing solutions.
Key Risks & Red Flags
Key risks and red flags from the description:
- No commercial traction: This is a hackathon submission with no evidence of adoption or revenue
- Limited scope: Currently only supports Codex, not other AI coding tools like GitHub Copilot or Claude Code
- Developer adoption uncertainty: No evidence of developer interest or market demand beyond the author's own experience
- Technical complexity risk: The join between telemetry and git context was described as "the whole project" requiring a dedicated spike
- Pricing model uncertainty: No pricing information provided, making monetization unclear
- Privacy claims vs. implementation: Privacy boundary is described as architectural but no independent verification of this claim
- Limited functionality: Only handles Codex spend, not other AI tools or bots in the ecosystem
Diligence Questions To Ask The Founders
- What specific problem are you solving that existing solutions don't address?
- How did you validate demand for this tool with potential users?
- What is your go-to-market strategy and customer acquisition approach?
- How do you plan to monetize this product?
- What is the competitive landscape, and how does Governor differentiate from existing solutions?
- How do you plan to expand beyond Codex support to other AI coding tools?
- What are the technical challenges in scaling this solution across larger organizations?
- How do you ensure privacy compliance while collecting usage data?
- What metrics do you track for product success and user engagement?
- What is your roadmap for the next 6-12 months?
Investment/Partnership Verdict
Not evidenced
The description provides no evidence of:
- Revenue or financial performance
- Customer base or adoption metrics
- Market size or TAM
- Competitive positioning or differentiation
- Go-to-market strategy or sales process
- Product-market fit validation
- Team experience or track record
- Financial projections or capital requirements
This is a self-reported hackathon submission with no commercial traction. The author states "we wanted the cost to show up where engineers already look — on the PRs!" but provides no evidence of:
- Developer interest or demand
- Market validation
- Product-market fit
- Commercial viability
- Revenue model or monetization strategy
The project is presented as a proof-of-concept with no indication of commercial readiness or traction. The author's own account states that this was submitted to the OpenAI 2026 hackathon, indicating it is an experimental solution rather than a mature product.
Confidence Level: Very Low
This analysis is based entirely on self-reported information from a hackathon submission with no independent verification of any commercial metrics or market evidence. The description contains no evidence of traction, revenue, customers, or adoption beyond the author's own claims.
Source
Submitted to the OpenAI 2026 hackathon on Devpost. Project home on DevPost.
The analysis above was generated by a language model from the project's own one-line description. It is not independent research and contains no verified traction, revenue or customer data.
