{"id":22230076,"url":"https://github.com/stakemachine/indexer-agent-ui","last_synced_at":"2025-09-19T17:14:06.107Z","repository":{"id":114277059,"uuid":"540382991","full_name":"stakemachine/indexer-agent-ui","owner":"stakemachine","description":"The Graph Indexer Agent WebUI","archived":false,"fork":false,"pushed_at":"2025-09-11T08:09:16.000Z","size":2685,"stargazers_count":6,"open_issues_count":6,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-11T10:01:09.885Z","etag":null,"topics":["graphql","nextjs","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stakemachine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2022-09-23T10:10:42.000Z","updated_at":"2025-09-11T06:59:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"a17cc62e-d2fe-4992-8a78-6ea2607b4af7","html_url":"https://github.com/stakemachine/indexer-agent-ui","commit_stats":null,"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"purl":"pkg:github/stakemachine/indexer-agent-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stakemachine%2Findexer-agent-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stakemachine%2Findexer-agent-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stakemachine%2Findexer-agent-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stakemachine%2Findexer-agent-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stakemachine","download_url":"https://codeload.github.com/stakemachine/indexer-agent-ui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stakemachine%2Findexer-agent-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275974483,"owners_count":25562667,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-19T02:00:09.700Z","response_time":108,"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":["graphql","nextjs","tailwindcss","typescript"],"created_at":"2024-12-03T01:14:13.601Z","updated_at":"2025-09-19T17:14:06.100Z","avatar_url":"https://github.com/stakemachine.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Indexer Agent UI\n\n**_HIGHLY EXPERIMENTAL_**: **_USE AT YOUR OWN RISK_**\n\nThe Indexer Agent UI allows you to manage your indexer operations simply via web.\n\n## Features\n\n- Indexing Rules: create and manage indexing rules\n- Action queue: create actions and manage your actions queue\n- Cost models: set your cost models\n- Explore subgraphs: find subgraphs to index\n- Deployments: monitor the progress of deployments you index\n- Allocations: watch and manage your allocations\n- Indexer info: view basic information about your indexer account\n\n## Screenshots\n\n![Dashboard](screenshots/dashboard.jpeg)\n\n## How to run\n\n```bash\ndocker run -p 3000:3000 -d --network=\u003cindexer-network\u003e \\\n  -e NEXTAUTH_SECRET=$(openssl rand -base64 32) \\\n  -e UI_LOGIN=\u003cusername\u003e \\\n  -e UI_PASS=\u003cSecurePassword\u003e \\\n  -e AGENT_ENDPOINT=http://indexer-agent:8000 \\\n  -e AGENT_NETWORK_ENDPOINT=https://gateway.thegraph.com/network \\\n  ghcr.io/stakemachine/indexer-agent-ui:latest\n```\n\nNot providing `NEXTAUTH_SECRET` will throw an error.  \nIf you use different public port, you also need to set `NEXTAUTH_URL` to the public URL that will be used to access the interface (example `http://\u003cyour-url\u003e:9000`).\n\n`AGENT_NETWORK_ENDPOINT` should point to the Graph Network gateway base URL (not a specific subgraph), for example:\n\n- Mainnet: `https://gateway.thegraph.com/network`\n- Testnet: `https://gateway.testnet.thegraph.com/network`\n\n### Access Credentials\n\nThere is no default credentials, you always need to provide `UI_LOGIN` and `UI_PASS` env variables.\n\n## If you want to contribute\n\nFirst, run the development server:\n\n```bash\npnpm install\npnpm dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nThis project uses the Next.js App Router (`app/` directory). Edit files under `app/` and components under `components/`.\n\nFormatting \u0026 linting are handled by Biome. To check/fix locally:\n\n```bash\npnpm biome:check\npnpm biome:fix\n```\n\n## Support\n\nIf you run into any issues while using the Indexer Agent UI, please open an issue in this repository.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstakemachine%2Findexer-agent-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstakemachine%2Findexer-agent-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstakemachine%2Findexer-agent-ui/lists"}