Find the Right Tool in 30 Seconds

Pick your problem below and we'll point you to the right CLI tool, tutorial, and docs.

🔌 I need to catch breaking API changes before they ship
OpenAPI CI/CD contract testing

API Contract Guardian monitors OpenAPI schema diffs across git branches, detects breaking changes, generates migration guides, and gates CI pipelines on contract violations.

↻ I need to convert JSON data into SQL INSERT statements
SQL PostgreSQL MySQL SQLite

json2sql converts JSON files and datasets to SQL INSERT statements in one command. Supports PostgreSQL, MySQL, and SQLite dialects with smart type inference. Handles nested objects and arrays — no configuration needed.

☁️ I want to see infrastructure costs before I deploy
Terraform CloudFormation Pulumi cost

DeployDiff reads Terraform plan JSON, CloudFormation change sets, and Pulumi previews to show resource-level diffs, cost impact estimates, and pre-generated rollback commands — all before you hit deploy.

⌘ My dev/staging/prod configs are out of sync
DevOps config CI/CD

ConfigDrift compares configurations across environments, flags missing keys, deprecated values, and value mismatches — before they cause incidents. Supports YAML, JSON, TOML, and .env files.

🔑 I need to manage API keys and JWTs securely
security secrets JWT

APIAuth is an encrypted local keystore (AES-256-GCM) for API keys and JWTs. Generate, verify, rotate, and revoke keys with one command — plus CI/CD export for GitHub Actions.

👻 I need a mock API server from an OpenAPI spec
OpenAPI mock testing

APIGhost reads any OpenAPI 3.0/3.1 spec and starts a mock server with realistic fake data. Includes scenario-based error responses, VCR cassette recording for deterministic tests, and CI integration.

🛡️ My .env files are a mess across environments
DevOps env secrets

Envault diffs, syncs, and rotates environment variables across dev, staging, and prod. Smart secret type inference, conflict resolution strategies, and integrations with AWS SSM, Vault, Doppler, and 1Password.

🔄 I need to convert between ORM schemas (Prisma, Drizzle, etc.)
ORM Prisma Drizzle SQLAlchemy

SchemaForge converts bidirectionally between 11 schema formats: SQL DDL, Prisma, Drizzle, TypeORM, Django, SQLAlchemy, GraphQL SDL, JSON Schema, OpenAPI 3.0, Protobuf, and Avro — 110 conversion paths from one CLI. Now with a VS Code extension (live preview, quick convert, format detection). Includes schema diffing and batch directory conversion.

🔌 I want to expose my CLI as an MCP server for AI agents
MCP AI Claude Codex

click-to-mcp auto-wraps any Click or Typer CLI as an MCP server with zero code changes. One command exposes your tools to Claude Code, Codex, Cursor, and any MCP-compatible AI.

🧹 I need to find and remove dead code from my React/Next.js project
TypeScript React Next.js

DeadCode detects unused exports, dead routes, orphaned CSS, and unreferenced components in TypeScript/React/Next.js projects. Full TypeScript compiler API with dry-run preview and CI integration.