DevForge

CLI tools that just work

12 open-source developer utilities for API contracts, SQL conversion, infrastructure diffs, config drift detection, and more. MIT licensed.

Explore on GitHub

The Toolkit

API Contract Guardian

Catch breaking OpenAPI/REST API changes in CI before they reach production.

CI/CD

json2sql

Convert JSON arrays and objects to SQL INSERT statements from the command line.

Data

DeployDiff

Preview infrastructure cost and configuration changes before deploying.

Infra

ConfigDrift

Detect configuration drift across environments before it causes incidents.

Infra

SchemaForge

Bidirectional ORM schema conversion across 11 formats — SQLAlchemy, Django, Prisma, and more.

Schema

APIGhost

Mock API server generated from OpenAPI specs for local development and testing.

Testing

click-to-mcp

Wrap any Click or Typer CLI as an MCP server for AI agent integration.

AI/MCP

CrossRepo Dep Manager

Scan, detect conflicts, and normalize versions across Python repositories.

Tooling

DataMorph

Convert between CSV, JSON, YAML, Parquet, Avro, and Protobuf data formats.

Data

Envault

Sync, rotate, and manage .env files across environments securely.

Security

Agent OS

Cross-agent continuity system: shared state, session coordination, and autonomous runtime.

Agent Runtime

VS Code SchemaForge

Live schema preview, quick convert, diff, and format detection in VS Code.

Editor

Agent OS

Cross-agent continuity system: shared state, session coordination, and autonomous runtime.

Agent Runtime

Guides & Comparisons

Rotate API Keys in CI

Step-by-step guide to rotating API keys safely in CI without leaking secrets.

APIAuth

APIAuth vs Other Secret Tools

Honest comparison of API key management alternatives — git-secret, sops, Vault, direnv.

APIAuth

OpenAPI Mock Server Comparison

Honest side-by-side of APIGhost vs Prism, WireMock, and Mockoon for mock APIs.

APIGhost

Prisma to Drizzle Migration

How to migrate ORM schemas from Prisma to Drizzle without hand-editing SQL.

SchemaForge

SQL to GraphQL Schema Generator

Convert SQL DDL to GraphQL SDL automatically — types, enums, and scalars in one command.

SchemaForge

Stop .env Files from Leaking into Git

Four steps to prevent .env commits and clean up existing secret leaks in git history.

Envault

SaaS Churn Prediction from Stripe

Nightly risk scores, voluntary vs involuntary churn paths, and an intervention pipeline that tracks saves.

Retention

Click to MCP

Wrap any Click or Typer CLI as an MCP server for AI agents. Zero boilerplate, stdio or HTTP+SSE transport.

AI/MCP

Monitor Service Health from the Terminal

Run structured health checks across local services with profitmax-pro — decorator-based registry and LLM suggestions.

Profitmax

Track Revenue Locally

Single HTML file + Chart.js dashboard for product and subsidiary revenue. No backend, no account.

Revenue

Mock Any API for Integration Tests

APIGhost turns your OpenAPI spec into a mock server with VCR recording, scenario switching, and GitHub Actions support — no fixtures to maintain.

API tooling

Getting Started with APIGhost

Install, serve a spec, record interactions for CI, and replay them deterministically. The shortest path from spec to green tests.

API tooling