git404hub

what is grokbuild-pool fr?

yshgsh1343/grokbuild-pool — explained in plain English

Analysis updated 2026-05-18

27GoAudience · developerComplexity · 4/5Setup · moderate

tl;dr

A proxy that exposes Grok Build through an OpenAI or Anthropic compatible API while managing and load-balancing a large pool of accounts.

vibe map

mindmap
  root((grokbuild pool))
    What it does
      API translation
      Account pooling
      Proxy routing
    Tech stack
      Go
      SQLite
      Redis
    Use cases
      API compatibility
      Load balancing
      Token management
    Audience
      Developers
      Self hosters

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Point OpenAI or Anthropic compatible client software at Grok Build through a translation proxy.

VIBE 2

Load-balance requests across a large pool of accounts with automatic cooldown on failures.

VIBE 3

Route traffic through dedicated outbound proxies tied to specific accounts.

VIBE 4

Issue and manage API tokens with quotas and rate limits through a web dashboard.

what's the stack?

GoSQLitePostgresRedisReact

how it stacks up fr

yshgsh1343/grokbuild-poolaasixh/devgrepkamalyes/go-argus
Stars272727
LanguageGoGoGo
Setup difficultymoderateeasyeasy
Complexity4/52/52/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Requires Docker and an admin key, the Postgres/Redis multi-process mode is marked experimental and unverified.

in plain english

grokbuild-pool is a proxy server that sits in front of Grok Build, an AI coding tool from xAI, and re-exposes it as an API that looks like OpenAI's or Anthropic's own chat APIs. This means software already built to talk to OpenAI or Anthropic can be pointed at this proxy instead and keep working with Grok Build behind the scenes. The README opens with a strong disclaimer stating the project is for learning and personal use only, that it does not provide or collect any accounts itself, that users must have legitimate access to whatever accounts they connect, and that it must not be used for account theft, bypassing access limits, bulk abuse, or reselling unauthorized access. It also notes the project was largely written with AI assistance and may not be actively maintained. The main feature beyond the API translation is managing a large pool of accounts at once. It automatically spreads requests across many accounts, keeps a given conversation sticking to the same account when possible, cools down accounts or specific models temporarily after failures, and can route traffic through a pool of SOCKS5 or HTTP outbound proxies tied to specific accounts. It also issues its own access tokens to clients with usage quotas, rate limits, and concurrency caps, all manageable through a built in React web dashboard. It can run two ways: a single process backed by a local SQLite database, which the README recommends for most self-hosted use, or a more complex multi-process setup using Postgres and Redis that the author describes as experimental and unverified. Getting started involves cloning the repository, setting an admin key, and starting it with Docker Compose, after which accounts are added through the web dashboard.

prompts (copy fr)

prompt 1
Explain how the sticky session and account cooldown scheduling logic works in this proxy.
prompt 2
Walk me through deploying the single-machine SQLite version with Docker Compose.
prompt 3
What is the difference between the SQLite deployment and the Postgres plus Redis deployment?
prompt 4
How does this project map OpenAI-style chat requests onto Grok Build's API?

Frequently asked questions

what is grokbuild-pool fr?

A proxy that exposes Grok Build through an OpenAI or Anthropic compatible API while managing and load-balancing a large pool of accounts.

What language is grokbuild-pool written in?

Mainly Go. The stack also includes Go, SQLite, Postgres.

How hard is grokbuild-pool to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is grokbuild-pool for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.