gitwtfhub

wtf is okkmax-web?

fanbidog/okkmax-web — explained in plain English

Analysis updated 2026-05-18

170TypeScriptAudience · developerComplexity · 4/5LicenseSetup · moderate

TL;DR

An independent review site that verifies AI API relay providers for authenticity, uptime, and pricing.

Mindmap

mindmap
  root((OkkMax))
    What it does
      Reviews AI relay providers
      Detects model swaps
      Tracks uptime
    Tech stack
      Next.js
      Prisma
      PostgreSQL
    Use cases
      Verify a provider before paying
      Compare pricing
      Read user reviews
    Audience
      Developers
      Relay providers
    Setup
      Self host with Node
      Needs detection backend
      Needs uptime monitor

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

Why would anyone build with this?

REASON 1

Check whether an AI API relay provider is silently swapping the model you paid for.

REASON 2

Compare uptime, latency, and pricing across multiple relay providers before choosing one.

REASON 3

Read real user reviews about a relay provider's support and refund experience.

REASON 4

Self host the review platform and connect your own detection and uptime monitor services.

What's in the stack?

TypeScriptNext.jsPrismaPostgreSQLNode.js

How it stacks up

fanbidog/okkmax-webambrosex/larksnaptauri-apps/meilisearch-docsearch
Stars170169171
LanguageTypeScriptTypeScriptTypeScript
Last pushed2026-07-04
MaintenanceActive
Setup difficultymoderateeasymoderate
Complexity4/52/52/5
Audiencedevelopergeneraldeveloper

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

How do you spin it up?

Difficulty · moderate Time to first run · 30min

Needs Node.js 20+, PostgreSQL, and a separate detection backend for full functionality.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

Wtf does this do

OkkMax is a website and web application that acts as an independent review and directory for AI API relay providers. Relay providers are middlemen services that let people access AI models such as Claude, GPT, or Gemini through their own endpoint instead of going straight to the official provider. The problem this project addresses is that some relay providers quietly swap the model you paid for with a cheaper one, or disappear without warning, and there was previously no easy way to check this before paying. The site runs two independent tracks of verification. The first is automated testing: scheduled probes check each provider using its own account, verifying authenticity through what the README calls a thinking signature from Anthropic that cannot be forged, along with uptime, response speed, and pricing. This data is written straight to the database so it cannot be edited by hand. The second track is real user reviews, including ratings, comments, and pros and cons tags, which cover things automated tests cannot measure, such as customer support and refund experience. Key features include provider rankings that combine authenticity, availability, and speed into one score, a model IQ leaderboard that tracks whether mainstream models are quietly getting worse over time, a purity check that labels each provider as official, mixed, or questionable, minute level uptime monitoring, a review community, a bring your own key testing tool where a pasted API key is used once and never stored, and a price comparison table. The site also supports Chinese and English. Technically, this repository is the Next.js and Prisma powered website and data layer only. Running a complete platform also requires a separate detection backend for one time provider tests and a separate uptime monitor service that writes results into this app's database. Self hosting requires Node.js 20 or newer and PostgreSQL, with setup done through npm install, Prisma migrations, and environment variables. The project is written in TypeScript, licensed under MIT, and would mainly interest developers who rely on relay providers for AI API access and want to verify a provider before paying, as well as anyone curious about building their own review platform.

Yoink these prompts

Prompt 1
Help me self host OkkMax by setting up Node.js, PostgreSQL, and running the Prisma migrations.
Prompt 2
Explain how the thinking signature based purity check in OkkMax detects a fake or swapped model.
Prompt 3
Show me how to configure the SCORE_* environment variables to change the ranking weights.
Prompt 4
Walk me through wiring a DETECT_BASE_URL detection backend into this OkkMax deployment.

Frequently asked questions

wtf is okkmax-web?

An independent review site that verifies AI API relay providers for authenticity, uptime, and pricing.

What language is okkmax-web written in?

Mainly TypeScript. The stack also includes TypeScript, Next.js, Prisma.

What license does okkmax-web use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is okkmax-web to set up?

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

Who is okkmax-web for?

Mainly developer.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.