Docs/tools/developers

Developer Tools

Code generation and productivity tools for software developers

Overview

These tools help developers with common tasks like code conversion, system design, and secure password generation. Most work entirely client-side with no API calls.


Available Tools

ToolDescription
System DesignInteractive architecture diagrams with AI
JSON to CodeConvert JSON to typed code (TypeScript, Python, Go, etc.)
cURL to CodeTransform cURL commands to code in 8 languages
cURL to n8nConvert cURL to n8n HTTP Request nodes
MindmapText to interactive mindmap with AI expansion
Password GeneratorCryptographically secure password generation

Tool Types

AI-Powered

  • System Design — Uses GPT-4o-mini for component detection
  • Mindmap — AI expands nodes with relevant subtopics

Client-Side Only

  • JSON to Code — Pure parsing, works offline
  • cURL to Code — Custom parser, no API calls
  • cURL to n8n — Instant conversion, no data sent
  • Password Generator — Web Crypto API, 100% local