{
  "$schema": "https://fundingjson.org/schema/v1.1.0.json",
  "version": "v1.1.0",
  "entity": {
    "type": "organisation",
    "role": "owner",
    "name": "repowise",
    "email": "hello@repowise.dev",
    "description": "repowise is the codebase intelligence layer for AI coding agents. We build and maintain the open-source repowise engine, which indexes a codebase into five intelligence layers — dependency graph, git history, auto-generated documentation, architectural decisions, and code health — and exposes them to Claude Code and any MCP-compatible AI agent through nine task-oriented tools. The project is AGPL-3.0 licensed and free for individuals, teams, and companies using it internally. It is developed in the open at github.com/repowise-dev/repowise.",
    "webpageUrl": {
      "url": "https://www.repowise.dev",
      "wellKnown": "https://www.repowise.dev/.well-known/funding-manifest-urls"
    }
  },
  "projects": [
    {
      "guid": "repowise",
      "name": "repowise",
      "description": "repowise turns a git repository into machine-readable codebase intelligence for AI coding agents. tree-sitter parses 14 languages into a two-tier dependency graph (files and symbols) with a confidence-scored call resolver; git history is mined into hotspots, ownership, co-change coupling, and bus-factor signals; an incrementally-rebuilt LLM wiki documents every module; architectural decisions are captured and linked to the graph; and fifteen deterministic biomarkers compute a per-file code-health score with zero LLM calls. All of this is served to AI agents over the Model Context Protocol through nine tools designed around tasks rather than data entities, plus proactive PreToolUse/PostToolUse hooks that inject graph context into every agent search. The result is fewer tool calls, fewer redundant file reads, and lower cost per query at comparable answer quality. repowise installs with a single `pip install`, runs fully local (BYOK or Ollama for offline use), and keeps its index in sync on every commit. Funding supports continued maintenance, broader language and framework coverage, benchmark work, and the infrastructure that keeps the project free and self-hostable for the community.",
      "webpageUrl": {
        "url": "https://www.repowise.dev",
        "wellKnown": "https://www.repowise.dev/.well-known/funding-manifest-urls"
      },
      "repositoryUrl": {
        "url": "https://github.com/repowise-dev/repowise",
        "wellKnown": "https://github.com/repowise-dev/repowise/blob/main/.well-known/funding-manifest-urls"
      },
      "licenses": ["spdx:AGPL-3.0-only"],
      "tags": [
        "developer-tools",
        "code-intelligence",
        "documentation",
        "mcp",
        "ai-agents",
        "static-analysis",
        "code-search",
        "knowledge-graph",
        "code-health",
        "devtools"
      ]
    }
  ],
  "funding": {
    "channels": [
      {
        "guid": "bank",
        "type": "bank",
        "description": "Bank / wire transfer. Account and tax-residency details will be shared directly with FLOSS/fund during the onboarding and paperwork stage."
      },
      {
        "guid": "github-sponsors",
        "type": "payment-provider",
        "address": "https://github.com/sponsors/repowise-dev",
        "description": "GitHub Sponsors (profile submitted, approval pending). Recurring and one-time sponsorships of the repowise project."
      }
    ],
    "plans": [
      {
        "guid": "sustainability-2026",
        "status": "active",
        "name": "Annual maintenance & sustainability",
        "description": "Annual funding to sustain core maintenance, expand language and framework coverage, fund the open benchmark suite (repowise-bench), and cover the infrastructure that keeps repowise free and self-hostable. This is the plan submitted for the FLOSS/fund grant.",
        "amount": 25000,
        "currency": "USD",
        "frequency": "yearly",
        "channels": ["bank", "github-sponsors"]
      },
      {
        "guid": "any-contribution",
        "status": "active",
        "name": "One-time contribution",
        "description": "Any-amount one-time contribution from individuals or companies who rely on repowise.",
        "amount": 0,
        "currency": "USD",
        "frequency": "one-time",
        "channels": ["github-sponsors", "bank"]
      }
    ]
  }
}
