VibeUsage
Get your UsageStats

VTK://CONTRIBUTOR-INTAKE//PUBLIC-REPO//PROOF-REQUIRED

Open source needs receipts too.

Choose one useful lane, see the exact proof boundary, and open a proposal before writing code. Contributor credit stays separate from tracked usage and leaderboard rank.
CONTRIBUTORS1GitHub API
CONTRIBUTIONS1reported by GitHub
OPEN ISSUES0pull requests excluded
STARS / FORKS0 / 0public repository
DEFAULT BRANCHmainlast push 2026-07-16
02 / ACTIVE LANE

Read the adapter SDK

The fastest contributors know what the tracker will accept before they touch provider code.

86/100 readiness
COMMANDopen docs/ADAPTER_SDK.md
TARGET PATH
docs/ADAPTER_SDK.md
PROPOSAL
Start with the adapter contract, contribution shape, and honest capability labels.
GUARDRAIL
Docs orientation is public credit only: NOT USAGE.
ACCEPTANCE PACKET
  1. 01read SDK
  2. 02pick source
  3. 03name confidence
  4. 04no fake built
03

Repository queue

Only public GitHub facts appear here. Empty means empty; unavailable means unavailable.

RECORDED CONTRIBUTORS
OPEN CONTRIBUTION ISSUES

No maintainer-labelled issue exists yet. Open a proposal before coding.

CONTRIBUTOR PROOF CONTRACTOpen the complete forge specificationBadges, missions, adapter foundry, trust rails, and publication rules.

Open-source signal

Contributor cockpit

Public credit paths for the people who make VibeTRACKER broader, safer, and more useful across AI tools.

Vibers Unitec0vibe.app
contributors@vibetrackerproof-first
+--------------------------------------------+
| VTRK://OPEN-SOURCE//BADGE-RAIL             |
|--------------------------------------------|
| badge lanes     05 public credit paths        |
| rank impact     00 usage-score mutation    |
| required proof  tests + fixtures + labels  |
| motto           Vibers Unite               |
+--------------------------------------------+
5badge lanes
0rank impact
90%proof readiness
VTK://CONTRIBUTOR-RELAY//SDK-TO-C0VIBE//PUBLIC-CREDITOPEN SOURCE / NOT USAGE
SDK
Adapter SDKGOOD-FIRST

Start with a local provider packet, capability labels, and a fixture that can be reviewed without secrets.

npx vibetrack adapter scaffold <name> --dry-run
fixturecapabilitytests
not usagerank impact: none
No raw prompts. No usage score mutation.
TST
Proof harnessGREEN

Every contribution carries a tiny receipt: parser output, redaction result, failure mode, and not-usage labels.

node --test packages/adapters/src/__tests__/<provider>.test.ts
goldenredactedfailure
not usagerank impact: none
Trust signals stay separate from spend and usage.
PUB
Contributor badgeLOCAL PREVIEW

Generate a reviewable badge locally; maintainers publish credit after the contribution is merged.

npx vibetrack badge --markdown
badgereviewedrank 0
not usagerank impact: none
Public credit only. Leaderboard usage remains verified usage.
VTK://CONTRIBUTOR-LAUNCHPAD//OPEN-SOURCE//NOT-USAGEContributor launchpad

Start here, build here, verify here, publish here: a proof-first route for open-source vibers.

READ
Read the adapter SDKdocs
VTK SDK ONLINE              
contract before code        
labels before hype          

The fastest contributors know what the tracker will accept before they touch provider code.

open docs/ADAPTER_SDK.mddocs/ADAPTER_SDK.md
  • read SDK
  • pick source
  • name confidence
  • no fake built
ABFSTS
not usagerank impact: none
Docs orientation is public credit only: NOT USAGE.
ADAPT
Scaffold one provideradapter
mkdir provider lane         
parse usage export          
status label visible        

Provider coverage gets valuable when it is testable, labelled, and narrow enough to review.

npx vibetrack adapter scaffold <provider>packages/adapters/src/<provider>/index.ts
  • source file
  • registry hook
  • status label
  • failure path
AB
not usagerank impact: none
Planned providers stay planned until golden tests pass.
FIX
Redact a fixturefixture
raw export received         
secrets removed             
sample ready                

Fixtures are the proof engine; they make parser claims reviewable without leaking private work.

npx vibetrack fixture redact raw.json --out usage.sample.jsonpackages/adapters/src/<provider>/__fixtures__/usage.sample.json
  • redaction diff
  • secret scan
  • edge case
  • review note
FS
not usagerank impact: none
Raw prompts, files, tokens, and identifiers do not ship.
TEST
Run the harnesstest
golden test queued          
parser checks shape         
failure path logged         

The launchpad treats passing proof as the moment a contribution becomes safe to promote.

node --test packages/adapters/src/__tests__/**/*.test.tspackages/adapters/src/__tests__/
  • golden test
  • bad input test
  • capability test
  • docs note
ABFS
not usagerank impact: none
No green label without current test evidence.
SAFE
Review privacy boundaryprivacy
dry-run bundle              
redaction checked           
upload boundary shown       

Privacy review is a visible lane because local-first creators need to trust the scanner.

npx vibetrack upload --dry-rundocs/compliance/TRUST_MODEL.md
  • dry run
  • secret scanner
  • aggregate only
  • signed publish
PR
not usagerank impact: none
Prompts, files, secrets, and raw local logs stay on-machine.
UNITE
Generate contributor badgepublish
Vibers Unite                
c0vibe.app rail             
rank impact zero            

The command generates a local c0vibe.app review artifact; maintainers publish credit after merge.

npx vibetrack badge --markdowncontributors/badges.json
  • merged PR
  • badge metadata
  • public profile
  • rank unchanged
TSLAABFSPR
not usagerank impact: none
Contributor credit never changes spend, operations, usage score, or rank.
VTK://CONTRIBUTOR-MISSION//OPEN-SOURCE//ZERO-RANK-MUTATIONOpen-source mission control
ADAPTProvider adapter wavecoverage
queue adapter + fixture     
golden sample required      
capability label visible    
no fake green               

Turn provider requests into fixtures, parsers, and honest capability labels.

npx vibetrack adapter scaffold <provider>
ABFS
Planned stays planned until tests pass.
TRUSTTrust signal railnot usage
trust signal sidecar        
rank mutation blocked       
public context only         
usage totals unchanged      

Add public context like GitHub cadence while keeping it out of spend and rank math.

npx vibetrack trust list
TS
Contributor trust is NOT USAGE.
REDACTPrivacy review gateprivacy
dry-run bundle first        
secret scanner required     
aggregate only leaves       
signed before publish       

Review redaction, signing, secret scans, and what leaves the machine.

npx vibetrack upload --dry-run
PR
No prompts, files, or secrets.
LOCALLocal AI lablocal only
probe loopback tools        
import local workflows      
desktop/browser capture     
publish aggregate later     

Map Ollama, LM Studio, ComfyUI, desktop activity, and browser capture flows.

npx vibetrack detect --target http://127.0.0.1:1234
LA
Local capture stays local first.
UNITEC0VIBE credit previewpublish
Vibers Unite                
c0vibe.app credit           
maintainer reviewed         
not usage not rank          

Maintainer-reviewed badges can show public open-source credit beside C0VIBE profiles.

npx vibetrack badge --markdown
ABFSTSPRLA
Badges never change usage rank.
VTK://CONTRIBUTOR-QUESTS//GOOD-FIRST-ISSUES//NOT-USAGEContributor quest board

Concrete open-source tasks that help vibers across creative AI, coding, local labs, regional providers, privacy, and public profiles.

01
Ship a first adapterstarter
scaffold provider source        
add fixture + parser test       
label auth + confidence         
open PR with proof              

Good-first provider source with parser, fixture, and status label

npx vibetrack adapter scaffold <provider>Source module, golden parser test, capability label, and docs note.
adapter sourceredacted fixturegolden testcapability label
AB
not usagerank impact: none
No provider is marked built until the golden test passes.
02
Donate a safe fixturestarter
redact raw export               
secret scan clean               
parser covers edge case         
fixture is not usage rank       

Real provider sample with secrets, prompts, and files removed

npx vibetrack fixture redact raw.json --out usage.sample.jsonRedaction diff, parser fixture, secret scan, and representative edge case.
sample redactedsecret scanparser casereview note
FS
not usagerank impact: none
Raw prompts, files, tokens, and user identifiers do not ship.
03
Build a trust sidecarfocused
collect side evidence           
sanitize public fields          
label NOT USAGE                 
rank mutation blocked           

GitHub, package, creator, profile, or MCP evidence lane

npx vibetrack trust listSanitized public evidence, explicit NOT USAGE label, and zero rank mutation.
sanitized fieldsnot usage labelrank blockedprofile context
TS
not usagerank impact: none
Trust evidence never changes spend, credits, operations, score, or rank.
04
Map a local AI pathfocused
probe loopback target           
show local-only status          
no prompt export                
aggregate later only            

Ollama, LM Studio, ComfyUI, vLLM, desktop, or browser capture rail

npx vibetrack detect --target http://127.0.0.1:1234Loopback detector, privacy boundary, empty-state copy, and local-only test.
loopback probeprivacy copylocal testno raw upload
LA
not usagerank impact: none
Prompts, outputs, files, secrets, and raw local logs stay on-machine.
05
Add regional coverageadvanced
qwen doubao kimi                
mistral aleph alpha             
auth shape documented           
confidence label visible        

Chinese, European, Indian, Korean, Japanese, or adjacent AI provider

npx vibetrack adapter scaffold qwenProvider-specific auth, usage shape, confidence tags, and honest limitations.
auth documentedusage mappedconfidence taglimitations stated
QWDBKMMIAA
not usagerank impact: none
Manual, proxy, and API confidence stay visible until verified.
06
Prepare public creditstarter
maintainer reviewed             
badge metadata clean            
c0vibe.app credit               
zero usage rank impact          

Maintainer-reviewed public badge for adapter, fixture, trust, privacy, or local work

npx vibetrack badge --markdownMerged contribution, reviewed badge metadata, and a local badge artifact.
merged PRbadge metadatapublic creditrank unchanged
ABFSTSPRLA
not usagerank impact: none
Contributor credit is public recognition only; it never changes usage rank.
VTK://ADAPTER-FOUNDRY//GLOBAL-AI//NOT-USAGEAdapter foundry
KIT
Adapter kitadapter
scaffold source + tests       
parser status is labelled     
capability badge visible      
no fake usage mutation        

Turns requested AI providers into testable source modules with visible status.

npx vibetrack adapter scaffold <provider>
AB
1 proof packetnot usagerank impact: none
Planned stays planned until golden tests pass.
FIX
Fixture bayfixture
redact raw export             
golden sample reviewed        
secret scan before merge      
fixture is not user rank      

Keeps parser work honest by making sample data reviewable before it ships.

npx vibetrack fixture redact raw.json --out usage.sample.json
FS
1 redaction lanenot usagerank impact: none
Fixtures ship redacted or they do not ship.
CN/EU
Regional adapter waveregional
qwen doubao kimi              
mistral aleph alpha           
regional confidence tag       
not usage until imported      

Makes global AI usage visible without pretending every provider exposes the same API shape.

npx vibetrack adapter scaffold qwen
QWDBKMMIAA
Qwen / Doubao / Kimi / Mistral / Aleph Alphanot usagerank impact: none
Manual, proxy, and API confidence stay labelled.
LAN
Local runner lablocal only
probe 127.0.0.1               
ollama lm studio comfyui      
aggregate later only          
local-first proof rail        

Lets local-first vibers show real private AI work without exporting raw prompts.

npx vibetrack detect --target http://127.0.0.1:1234
LA
Ollama / LM Studio / ComfyUI / vLLMnot usagerank impact: none
Local-only until reviewed aggregate upload.
TRUST
Trust sidecartrust
sidecar signal only           
rank mutation blocked         
spend remains separate        
profile context visible       

Shows public proof around a profile while keeping usage math clean.

npx vibetrack trust list
TS
NOT USAGEnot usagerank impact: none
Cannot mutate spend, ops, rank, or verified status.
SHIP
Contributor creditpublish
Vibers Unite                  
c0vibe.app badge rail         
public credit only            
zero usage rank impact        

Creates the artifact maintainers can publish on C0VIBE without turning badges into usage.

npx vibetrack badge --markdown
ABFSTSPRLA
C0VIBE credit previewnot usagerank impact: none
Maintainer-reviewed badge only; never usage rank.
VTK://CONTRIBUTOR-FORGE//GOOD-FIRST-PACKETS//NOT-USAGEPUBLIC CREDIT / ZERO RANK MUTATION
AB
Provider adaptersAdapter Builder
lane  Provider adapters           
proof Endpoint proof, parser tests
rank  no usage-score mutation
cmd   npx vibetrack adapter scaffo

Good first adapter with fixture and golden test

npx vibetrack adapter scaffold <provider>
not usagerank impact: none
FS
Safe samplesFixture Steward
lane  Safe samples                
proof Representative fixtures with
rank  no usage-score mutation
cmd   npx vibetrack fixture redact

Redacted fixture pack for a real provider

npx vibetrack fixture redact raw.json --out usage.sample.json
not usagerank impact: none
TS
Evidence railsTrust Signal Builder
lane  Evidence rails              
proof Not-usage labels, separate t
rank  no usage-score mutation
cmd   npx vibetrack trust list    

Trust signal that never changes usage rank

npx vibetrack trust list
not usagerank impact: none
PR
Local-first safetyPrivacy Reviewer
lane  Local-first safety          
proof Upload boundaries, signing, 
rank  no usage-score mutation
cmd   npx vibetrack upload --dry-r

Redaction and upload-boundary review

npx vibetrack upload --dry-run
not usagerank impact: none
LA
Local AI captureLocal AI Mapper
lane  Local AI capture            
proof Ollama, LM Studio, ComfyUI, 
rank  no usage-score mutation
cmd   npx vibetrack detect --targe

Local runner detector or workflow import

npx vibetrack detect --target http://127.0.0.1:1234
not usagerank impact: none
ABadapter-builderAdapter Builder

Built or substantially improved a provider adapter with tests.

Provider adaptersEndpoint proof, parser tests, honest capability labels
FSfixture-stewardFixture Steward

Provided or redacted representative provider fixtures.

Safe samplesRepresentative fixtures with redaction review
TStrust-signal-builderTrust Signal Builder

Improved not-usage trust signals or public evidence handling.

Evidence railsNot-usage labels, separate totals, public context
PRprivacy-reviewerPrivacy Reviewer

Improved local-first, redaction, signing, or privacy boundaries.

Local-first safetyUpload boundaries, signing, secret scans, redaction
LAlocal-ai-mapperLocal AI Mapper

Mapped local runners, proxy paths, or desktop/browser capture flows.

Local AI captureOllama, LM Studio, ComfyUI, vLLM, desktop/browser paths

How to earn one

01Build or improve a real source

Adapters, fixtures, trust signals, privacy checks, or local AI capture paths.

02Add tests and proof

Golden samples, redaction evidence, capability labels, and failure paths matter.

03Keep rank honest

Contributor badges are public credit only. They never change usage totals.

Badges are public credit only; they do not change usage totals, spend, trust tier, or leaderboard rank.