DevFlow logoDevFlow
Featurev0.4.0

v0.4.0: Converters & Migrators Engine, Secrets Vault & BYOK, Pipeline Cloud Execution, and 103 Developer Tools

Introducing dedicated Converters & Migrators matrix workspaces, client-side encrypted Secrets Vault & BYOK AI keys, Pipeline Cloud webhooks & cron orchestration, Razorpay subscription tiers, and 3 new developer utilities.

What's New

3 New Developer Utilities (103 Tools Milestone)

We are thrilled to release wtool.dev v0.4.0, expanding our browser-based developer platform to 103 specialized utilities. Each tool executes client-side with complete privacy, zero server storage of your source payloads, and sub-millisecond execution.

  • Nginx Config Validator: Validate, lint, and security-audit Nginx server configuration blocks directly in your browser. Features AST-based directive parsing, detection of unclosed blocks and missing semicolons, validation of reverse proxy proxy_pass rules, upstream pool declarations, and TLS profile hardening (flagging deprecated TLS protocols and weak cipher suites).
  • OpenAPI to Pydantic: Convert OpenAPI 3.x and Swagger 2.0 specifications (YAML or JSON) into idiomatic, strongly-typed Python Pydantic v1 and v2 BaseModel classes. Includes automatic $ref resolution, Field descriptors with validation constraints, optional type handling, snake_case naming normalization, and ready-to-use snippets for FastAPI services.
  • Systemd Unit Generator: Interactively generate production-ready Linux systemd .service, .timer, and .socket configuration files. Built-in security hardening presets (NoNewPrivileges, ProtectSystem, ProtectHome, PrivateTmp), granular restart policies, resource limit constraints, environment variable injection, and one-click copyable systemctl management commands.

Universal Converters Matrix Workspace (/convert)

Data transformation is one of the most frequent developer workflows. In v0.4.0, we have introduced the Universal Converters Hub powered by a dedicated bidirectional transformation engine supporting 16+ data formats and programming languages:

  • Supported Formats: JSON, YAML, TOML, CSV, XML, SQL, TypeScript, Zod, JSON Schema, GraphQL, ENV, JSONL, Go, Rust, Pydantic, and C#.
  • High-Performance Conversion: Instant format conversion with automated schema inference, structure normalization, and error highlighting.
  • Canonical Conversion Pairs: Dedicated workspaces for popular pairs such as JSON to Zod, CSV to JSON, YAML to JSON, JSON to TypeScript, and JSON to Rust.
  • Direct Pipeline Chaining: Export converted payloads directly into DevFlow pipelines or save them locally with one click.

Migrators Hub & Architectural Codemod Blueprints (/migrate)

Upgrading frameworks, build tools, or container orchestration systems often introduces breaking syntax changes and hidden deprecations. The new Migrators Hub provides specialized, step-by-step migration engines and syntax analyzers for 10 common architectural transitions:

  • Containers & Infrastructure: Docker Compose to Kubernetes Pod & Deployment manifests (/migrate/docker-compose-to-kubernetes-pod), Helm Values to Kustomize (/migrate/kubernetes-helm-values-to-kustomize), and Nginx to Caddyfile (/migrate/nginx-to-caddyfile).
  • Build Systems & Runtimes: npm package.json to Bun (/migrate/npm-package-json-to-bun), Webpack to Vite (/migrate/webpack-to-vite), and requirements.txt to modern pyproject.toml (/migrate/requirements-txt-to-pyproject-toml).
  • Code, Testing & Linting: ESLint rc to ESLint Flat Config (/migrate/eslint-rc-to-eslint-flat-config), Jest to Vitest (/migrate/jest-to-vitest), Moment.js to date-fns (/migrate/moment-to-date-fns), and GitHub Actions to GitLab CI (/migrate/github-actions-to-gitlab-ci).
  • Breaking Change Detection: Highlights non-portable directives, volume mounting caveats, and environment differences before you deploy to production.

Error Debug Workspace (/debug)

Diagnosing complex stack traces and cryptic error codes is now faster with our new Error Debug Workspace. Covering Node.js, Next.js, TypeScript, Docker, MySQL, OpenSSL, and JWT ecosystems, each guide provides:

  • Root Cause Deconstruction: Step-by-step explanation of why the error occurs in modern runtime environments.
  • Actionable Fixes: Copy-pasteable, production-hardened code snippets, middleware patterns, and CI quality gates.
  • Common Scenarios: Detailed troubleshooting for JWT expiration and signature algorithm mismatches, Next.js 'use client' boundary violations, Docker build cache failures, and MySQL connection pool starvation under load.

Secrets Vault & Bring Your Own Key (BYOK)

Security and sovereignty are fundamental to our architecture:

  • Encrypted Secrets Vault (/settings/secrets): Store environment credentials, webhook signing secrets, and database connection strings using industry-standard AES-256-GCM encryption with unique initialization vectors and authentication tags. Plaintext secrets are never logged or exposed in client bundles.
  • Bring Your Own Key (BYOK) for AI (/settings): Configure your personal OpenAI, Anthropic Claude, or Groq API keys. BYOK keys bypass platform-level AI rate limits, giving developers unrestricted AI autofix, prompt scanning, and code explanation capabilities across the entire platform.

Pipelines 2.0: Cloud Execution, Webhooks & CLI Sync

We have significantly upgraded the DevFlow visual pipeline engine:

  • Nested Dotted Variable Interpolation: Access nested JSON and output fields seamlessly using {{node.output.field.subfield}} syntax across connected nodes.
  • Dedicated Output Nodes: Model explicit terminal outputs, preview execution payloads, and extract download artifacts cleanly.
  • Incoming Webhooks & External API: Trigger visual pipelines programmatically via dedicated webhook endpoints (/api/v1/wh/:slug) or execute pipelines headlessly through authenticated API routes (/api/v1/pipelines/:id/run).
  • Cron Orchestration: Support for automated, scheduled pipeline runs integrated with background job workers.
  • Public Pipeline Gallery & Dynamic OG Previews: Browse community pipelines in /explore/pipelines and share interactive workflows with auto-generated OpenGraph preview cards (/api/og/pipeline).
  • @devflow/adapters & CLI Sync: The DevFlow CLI now supports cloud synchronization (devflow pull, devflow push, devflow login) alongside local offline execution (devflow run --offline) powered by our standalone @devflow/adapters package.

Tool UX: Chaining Dock, Format Sniffer & Quick Launcher

  • Tool Chaining Dock: Seamlessly forward output from any developer tool directly into downstream utilities (e.g. decode a JWT, forward the payload to the JSON Formatter, and pipe the result into the Base64 encoder) without copy-paste friction.
  • Smart Format Sniffing: Automatic input detection alerts users when pasted data does not match the active tool format, offering single-click redirection or automated repair.
  • Quick Tool Launcher: Command-K / Spotlight-style launcher to search, switch, and execute developer tools instantly from anywhere on the platform.
  • Embeddable Tools & Badges: Embed full interactive tools into documentation or blogs via /embed/:slug with customizable themes, or display live tool availability with dynamic SVG badges (/api/badge/:slug).

Billing, Subscriptions & Competitive Comparisons

  • Growth & Pro Tiers: Integrated Razorpay subscription billing with automated webhook handling, flexible monthly/annual plans, and generous usage quotas.
  • Quota Metering & Trial System: Real-time quota meters in the navigation bar and graceful quota wall dialogs ensure predictable resource consumption.
  • 30+ Programmatic Comparison Pages: In-depth side-by-side comparisons highlighting wtool.dev advantages over legacy single-purpose utilities (e.g. JWT Decoder vs jwt.io, Cron Parser vs crontab.guru, and JSON Formatter vs jsonlint).
  • 20+ New Glossary Definitions: Expanded technical glossary covering modern web and systems standards, including OAuth2, PKCE, WebAuthn, Passkeys, CORS, HSTS, Brotli, JSON Patch, WASM, and SBOM.

Affected Tools

Tool Change
Nginx Config Validator New tool: In-browser Nginx configuration linter, syntax checker, and TLS security analyzer.
OpenAPI to Pydantic New tool: Generate strongly-typed Python Pydantic v1 & v2 BaseModel classes from OpenAPI 3.x and Swagger specs.
Systemd Unit Generator New tool: Visual Linux systemd unit builder with security sandboxing, auto-restart policies, and CLI commands.
JSON Formatter Added tool output chaining dock, smart format sniffing, and one-click pipeline export.
JWT Decoder Added instant chaining into JSON Formatter and Base64 encoder, with expiry status indicators.
Webhook Tester Added expiration status banners, pipeline trigger integration, and webhook payload relay.
Nginx Config Generator Linked with Nginx Config Validator for instant round-trip configuration testing.
OpenAPI to TypeScript Enhanced schema parsing compatibility shared with the OpenAPI to Pydantic engine.
Dockerfile Linter Integrated with Systemd Unit Generator and Migrators Hub for container-to-host workflows.