Tools
Each utility is a registered capability in the DevFoundry Registry — automatically available on the DevFoundry Website, DevFoundry CLI, DevFoundry MCP, and DevFoundry API.
Available now
11 live utilities with Web, CLI, and MCP parity — same registry action everywhere.
Image Optimizer
betaResize and compress large images for the web
Resize and compress large JPEG, PNG, WebP, or AVIF sources (up to 50 MB) in your browser — nothing is uploaded. Export WebP, PNG, or JPEG, plus AVIF when your browser can encode it. Same engine as the CLI and MCP.
Open Graph Generator
beta1200×630 social preview images
Generate Open Graph and Twitter Card preview images from gradient or split templates. Set title, subtitle, brand name, and optional logo — download PNG plus copy-ready meta tags via `image og`.
Favicon Generator
betaComplete favicon packages from one source
Generate favicon.ico, Apple Touch Icon, Android Chrome PNGs, and SVG from a single PNG, JPEG, WebP, or SVG source — same `image favicon` action on Web, CLI, and MCP. Download assets as a ZIP.
JSON Tools
betaFormat, validate, minify, and analyze JSON
Pretty-print, validate with line-level errors, minify, sort keys, and compute structural stats — all via the shared `json` registry on Web, CLI, and MCP.
HTML to Markdown
betaConvert HTML documents to Markdown
Convert headings, links, lists, code blocks, and tables from HTML into clean Markdown using `html markdown` — paste, upload, copy, or download on Web; file paths on CLI and MCP.
SVG Optimizer
betaSafe SVG compression with accessibility preserved
Optimize SVG with SVGO while preserving viewBox and accessibility metadata — paste or upload on Web; file paths on CLI and MCP (`image svg-optimize`).
Web Screenshot
betaCapture PNG screenshots of any URL
Headless Playwright screenshots with configurable viewport, full-page capture, lite mode, and wait-until options — `web screenshot` on Web, CLI, and MCP. Production uses Sparticuz Chromium on Vercel.
Web Metadata Tools
betaInspect and validate page metadata
Parse HTML or fetch a public URL for title, description, Open Graph, Twitter Cards, JSON-LD, robots, and canonical tags. Returns validation issues and suggested missing tags via `web inspect`.
Slugify
betaURL-friendly slugs from any text
Convert titles and labels into clean URL slugs with accent stripping, Unicode normalization, and a configurable separator — `slugify run` on Web, CLI, and MCP.
Text Transformer
betaConvert text between naming conventions
Convert identifiers between camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, and Title Case via `string case` on Web, CLI, and MCP.
DevFoundry Doctor
betaEnvironment diagnostics for deploys
Run server-side environment checks — Node.js version, Sharp availability, and related runtime diagnostics via `doctor check`. Useful on deployed instances to confirm image tools can run.
Planned utilities
Concept pages only — no engine or registry action yet.
These cards link to placeholder pages. They are not functional tools and may change or be removed.
API Tools
plannedRequest builder, mock server, and schema testing
Lightweight API development utilities — request composition, response mocking, schema conformance testing, and endpoint documentation generation. Not yet implemented.
Text Inspector
plannedCharacter, word, and structural text analysis
Text analysis for developers and writers — character counts, word/line/paragraph counts, UTF-8 byte size, and reading time estimates. Not yet implemented.
Encoding Tools
plannedBase64, URL, HTML, and Unicode encoding
Common developer encodings — Base64, URL, HTML entities, JSON string escaping, Unicode escapes, and UTF-8 byte inspection. Not yet implemented.
Color Tools
plannedConvert and preview CSS colors
Color conversion and preview — HEX, RGB, HSL with alpha variants and CSS swatch preview. Not yet implemented.
Future / Research
Exploratory concepts under investigation. Not available for use.
These tools are in early research. They are not implemented, not available for use, and may change significantly or be removed entirely.
ArchGuard
researchArchitectural drift detection
Monitors codebases for deviations from documented architecture decisions. Detects boundary violations, unauthorized dependencies, and pattern drift before they compound.
FlowCheck
researchWorkflow validation & automation health
Validates CI/CD pipelines, GitHub Actions, and automation workflows for correctness, security, and performance. Catches misconfigurations before they reach production.
ContextVault
researchPersistent engineering context
Structured storage for engineering decisions, constraints, and context that AI tools and team members need. Never repeat the same explanation twice.
StackTrace
researchDependency intelligence & audit
Deep analysis of your dependency tree — license compliance, security advisories, update impact prediction, and supply chain visibility.