Guides, comparisons, and field notes for the toolkit.
Detect unused exports, dead Next.js routes, orphaned CSS, and unreferenced components — then preview every deletion before it writes a byte.
DeadCodeMock API server generated from OpenAPI specs with VCR recording and scenario switching.
APIGhostQuickstart guide to mocking APIs with APIGhost — install, serve a spec, record responses, and replay them in CI.
APIGhostSession-scoped pytest fixtures, deterministic VCR cassettes, and scenario switching for error-path tests. Zero external dependencies in CI.
APIGhostRecord real HTTP interactions once, save them to a cassette file, and replay them as deterministic mocks in every test run — no live network required.
APIGhostLocal CLI for generating, rotating, and auditing API keys. No hosted service required.
APIAuthSecure API key generation, verification, and rotation for FastAPI apps using APIAuth's encrypted local keystore.
APIAuthConvert across 11 schema formats / 100 documented directions. Review foreign-key and ORM relationship details after conversion.
SchemaForgeGenerate a Prisma schema from a JSON Schema definition — types, enums, indexes, and constraints handled automatically.
SchemaForgeOne command converts TypeORM entity classes to a Prisma schema — columns, types, indexes, and enums handled. No hand-editing required.
SchemaForgeOne command converts Django ORM model classes to a Prisma schema — field types, choices-based enums, indexes, and server defaults handled. Relations need a manual step.
SchemaForgeOne command converts SQLAlchemy declarative models to a Prisma schema — column types, enums, indexes, and server defaults preserved. Relations need a manual step.
SchemaForgeAuto-generate MCP wrappers for Click and Typer CLIs — zero boilerplate.
click-to-mcpDecorator-based health checks plus LLM fix suggestions, entirely local.
ProfitmaxSingle HTML file + Chart.js for product and subsidiary revenue. No backend.
RevenueFour workflows to prevent .env commits, catch missing keys before they land, and rotate secrets without touching a text editor.
EnvaultCatch breaking OpenAPI changes before merge — diff specs between branches, generate migration guides, and block CI pipelines on contract violations.
API Contract GuardianScore every customer 0–100 nightly. Separate voluntary from involuntary churn, then intervene with an auditable pipeline.
SaaS Churn PredictorKeep dev, staging, and prod .env files consistent across your team using rh-envault — no account, no cloud, no secrets in Slack.
EnvaultOne command rotates a password, API key, or JWT and rolls it out to every environment — smart type inference, audit trail, no SaaS required.
EnvaultCatch malformed CSV, JSON, Parquet, and Avro files before they reach production. Schema inference, strict validation, exit-code gating, and batch mode — no hosted service required.
DataMorphSee what changes, estimate cost impact, and generate rollback commands — all from one CLI. Terraform, CloudFormation, and Pulumi supported.
DeployDiff