git404hub

what is kiroclaim fr?

huey1in/kiroclaim — explained in plain English

Analysis updated 2026-05-18

13GoAudience · ops devopsComplexity · 3/5Setup · moderate

tl;dr

A Go web app for generating redemption codes that hand out Kiro account access, with admin tools for importing accounts and checking their health.

vibe map

mindmap
  root((repo))
    What it does
      Issue redemption codes
      Redeem codes for account access
      Import and health check accounts
    Tech stack
      Go
      Gin
      SQLite
      MySQL
      Docker
    Use cases
      Distribute account access via codes
      Self-host an account redemption portal
      Monitor account bans via health checks
    Audience
      Ops devops
    Deployment
      Docker Compose
      Binary releases for Linux and Windows

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

Run a self-hosted portal where users redeem a code to receive access to a Kiro account.

VIBE 2

Import a batch of Kiro accounts and monitor them for bans using built in health checks.

VIBE 3

Deploy the system with Docker Compose using an auto-generated MySQL database and admin credentials.

what's the stack?

GoGinSQLiteMySQLDocker

how it stacks up fr

huey1in/kiroclaimkleimer/vpn_over_sshmoul/captcha
Stars131313
LanguageGoGoGo
Last pushed2026-06-18
MaintenanceMaintained
Setup difficultymoderatehardeasy
Complexity3/54/52/5
Audienceops devopsops devopsdeveloper

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

how do i run it?

Difficulty · moderate time til it works · 30min

Docker Compose deployment mounts the host Docker socket for auto-updates, which the README warns should only be enabled on a trusted server.

in plain english

KiroClaim is a lightweight system for issuing, redeeming, and managing Kiro accounts through redemption codes. It is aimed at operators who want to distribute access to Kiro accounts in bulk, using a card key model where a code can be generated, handed out, and then redeemed by a client to receive account access. The README lists a set of core features: a first-run setup flow that walks an operator through creating an admin account, importing Kiro accounts and refreshing their access tokens, checking usage and available models, and running health checks on those accounts, treating an HTTP 403 response as a sign the account has been banned. Redemption codes can be generated and redeemed through a client interface, with streaming delivery of results. Admin settings are stored in a key-value table in the database. For running the project, local development defaults to a SQLite database, while the documented Docker Compose deployment runs the app alongside a MySQL container, with database credentials generated automatically during setup. The Compose setup also mounts the host's Docker socket so the admin panel can trigger updates to the newest Docker image, and the README specifically warns that this is equivalent to giving the container control over the host's Docker daemon, so automatic updates should only be enabled on a trusted server. The project is written in Go using the Gin web framework, supports Linux and Windows binary releases in addition to Docker images, and configuration values like the listening port, database type, and optional Prometheus metrics credentials are set through environment variables or the admin panel.

prompts (copy fr)

prompt 1
Walk me through deploying this KiroClaim project with Docker Compose, including the generated MySQL credentials.
prompt 2
Explain how the redemption code generation and client redemption flow works in this codebase.
prompt 3
Show me how the health check logic decides an imported account has been banned.
prompt 4
Help me set environment variables for switching this project from SQLite to a MySQL database.

Frequently asked questions

what is kiroclaim fr?

A Go web app for generating redemption codes that hand out Kiro account access, with admin tools for importing accounts and checking their health.

What language is kiroclaim written in?

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

How hard is kiroclaim to set up?

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

Who is kiroclaim for?

Mainly ops devops.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.