Skip to main content
DevFlow AIDevFlow AI
ToolsDocsFavoritesHistorySettings
Star on GitHubContribute

Free & open source

DevFlow AIDevFlow AI
ToolsDocsFavoritesHistorySettings
Star on GitHubContribute

Free & open source

DevFlow AIDevFlow AI

Documentation

Complete guide to all 20 developer tools

Help

20 of 20 tools

Prompt Analyzer

Analyze prompt quality, detect vulnerabilities, and optimize.

Open tool

Prompt Analyzer is an advanced tool that evaluates the quality and security of your AI prompts. It detects potential prompt injection attacks, identifies areas for improvement, and provides a comprehensive score based on clarity, specificity, and safety. Perfect for developers working with LLM APIs who want to maximize prompt effectiveness.

Features

  • Quality scoring (1-10)
  • Prompt injection detection
  • Optimization suggestions
  • Best practices comparison
  • Real-time analysis
AnalysisAISecurityPromptsAnalysis

Code Review Assistant

Automated code quality reviews with AI-powered suggestions.

Open tool

Code Review Assistant analyzes your code snippets for common issues, anti-patterns, and potential bugs. It provides detailed feedback on code quality, suggests refactoring opportunities, and calculates cyclomatic complexity. Supports TypeScript, JavaScript, Python, and more.

Features

  • Code smell detection
  • Refactor suggestions
  • Complexity analysis
  • Multi-language support
  • Inline annotations
ReviewCodeQualityReviewAI

API Cost Calculator

Compare costs across AI providers in real time.

Open tool

API Cost Calculator helps you understand and optimize your AI API spending. Input your usage patterns and see a detailed breakdown of costs across OpenAI, Anthropic, Google, and other providers. Get recommendations on the most cost-effective models for your specific use cases.

Features

  • Multi-provider comparison
  • Monthly cost projection
  • Usage pattern analysis
  • Cost optimization tips
  • Export reports
CalculationCostsAPIsOptimizationFinance

Token Visualizer

Real-time token counting and visualization.

Open tool

Token Visualizer shows exactly how AI models tokenize your text. See tokens highlighted in real-time as you type, understand token boundaries, and optimize your prompts for token efficiency. Supports GPT and Claude tokenization algorithms.

Features

  • Real-time tokenization
  • Color-coded token types
  • Token count estimation
  • Cost estimation per token
  • Multi-model support
VisualizationTokensVisualizationAIAnalysis

Context Manager

Organize and optimize your LLM context windows.

Open tool

Context Manager helps you build and optimize context windows for LLMs. Upload files, organize them by relevance, and see exactly how your context will look when sent to the API. Includes intelligent chunking and prioritization features.

Features

  • Drag & drop organization
  • Intelligent chunking
  • Context preview
  • Relevance scoring
  • XML/JSON export
ManagementContextLLMOrganizationAI

Regex Humanizer

Explain regex in plain language, generate patterns from descriptions.

Open tool

Regex Humanizer makes regular expressions accessible. Paste any regex to get a detailed explanation in plain language, or describe what you need and get the pattern generated for you. Includes a real-time tester with syntax highlighting and capture group visualization.

Features

  • Regex explanation in plain language
  • Pattern generation from text
  • Real-time testing
  • Syntax highlighting
  • Capture group detection
  • Common pattern presets
AnalysisRegexAnalysisGenerationTesting

DTO-Matic

Convert JSON to TypeScript interfaces, entities, and mappers instantly.

Open tool

DTO-Matic transforms raw JSON API responses into production-ready TypeScript code. Generate clean interfaces, domain entities, and mapper functions following Clean Architecture principles. Supports date detection, Zod schemas, and multiple naming conventions. Save 20+ minutes of boilerplate per endpoint.

Features

  • JSON to TypeScript Interface
  • Domain Entity generation
  • Mapper functions (DTO ↔ Entity)
  • Zod schema generation
  • Date field detection
  • Multiple naming conventions
  • Clean Architecture ready
GenerationTypeScriptJSONClean ArchitectureCode Generation

Cron Builder

Visual cron expression builder with human-readable explanations.

Open tool

Cron Builder makes scheduling easy. Build cron expressions visually without memorizing cryptic syntax. See human-readable explanations, preview next execution times, and choose from common presets. Perfect for DevOps, backend developers, and anyone working with scheduled tasks.

Features

  • Visual cron builder
  • Human-readable explanations
  • Next executions preview
  • Common presets (hourly, daily, weekly)
  • Real-time validation
  • Copy to clipboard
GenerationCronSchedulingDevOpsAutomation

Tailwind Sorter

Sort and organize your Tailwind CSS classes automatically.

Open tool

Tailwind Sorter brings order to your CSS classes. Paste any string of Tailwind classes and get them sorted by category (layout, spacing, typography, etc.), with duplicates removed and variants properly ordered. Choose between single-line, multi-line, or grouped output formats. Essential for maintaining consistent, readable Tailwind code.

Features

  • Sort by category (layout, spacing, typography...)
  • Remove duplicate classes
  • Variant ordering (sm → md → lg → xl)
  • Multiple output formats
  • Group visualization
  • Copy sorted output
  • Real-time preview
FormattingTailwindCSSFormattingCode Quality

Variable Name Wizard

Generate perfect variable names and convert between conventions.

Open tool

Variable Name Wizard helps you name things right the first time. Describe what you need and get contextual suggestions following best practices for your language. Convert existing names between camelCase, PascalCase, snake_case, kebab-case, and more. Includes abbreviation expansion/compression and type-specific recommendations.

Features

  • Generate names from descriptions
  • Convert between 8 naming conventions
  • Type-aware suggestions (hook, component, constant...)
  • Abbreviation expansion/compression
  • Automatic convention detection
  • Copy any format instantly
  • Language-specific recommendations
GenerationNamingVariablesConventionsCode Quality

JSON Formatter

Format, minify, and validate JSON with path extraction and TypeScript generation.

Open tool

JSON Formatter is your all-in-one JSON toolkit. Format with customizable indentation, minify for production, validate with detailed error messages, extract JSON paths, compare two JSON documents, and generate TypeScript interfaces. Includes real-time statistics showing keys, values, depth, and size metrics.

Features

  • Format with 2 or 4 space indentation
  • Minify to single line
  • Validate with error location
  • Extract all JSON paths
  • Compare two JSON documents
  • Generate TypeScript interfaces
  • Sort keys alphabetically
  • Real-time size statistics
FormattingJSONFormattingValidationTypeScript

Base64 Encoder/Decoder

Encode and decode Base64 with URL-safe variant and data URL support.

Open tool

Base64 Encoder/Decoder handles all your Base64 encoding and decoding needs. Supports standard and URL-safe variants, handles Unicode text correctly, can generate and parse data URLs, and provides detailed statistics about input/output sizes. Perfect for working with APIs, embedding data, and debugging encoded content.

Features

  • Encode text to Base64
  • Decode Base64 to text
  • URL-safe variant support
  • Data URL generation
  • Unicode character support
  • Size statistics
  • Line break formatting
  • Copy to clipboard
FormattingBase64EncodingDecodingData URL

UUID Generator

Generate, validate, and analyze UUIDs in all versions and formats.

Open tool

UUID Generator creates universally unique identifiers in all major versions (v1, v4, v7, nil, max). Generate single or bulk UUIDs with multiple format options (standard, uppercase, no hyphens, braces, URN). Validate any UUID string and parse it to extract version, variant, timestamp, and node information. Essential for developers working with databases, APIs, and distributed systems.

Features

  • Generate UUID v1, v4, v7, nil, max
  • Multiple formats (standard, uppercase, URN, braces)
  • Bulk generation up to 1000
  • Validate UUID strings
  • Parse and extract UUID metadata
  • Copy to clipboard
GenerationUUIDGenerationValidationIdentity

Git Commit Generator

Generate conventional commit messages with type, scope, and validation.

Open tool

Git Commit Generator helps you write perfect commit messages following the Conventional Commits specification. Select from 11 commit types with emoji indicators, add optional scope with smart suggestions, include body and footer sections, and get real-time validation. Parse existing commits to extract their components. Never write a malformed commit message again.

Features

  • 11 commit types with emojis
  • Smart scope suggestions
  • 72-char description counter
  • Breaking change support
  • Issue reference linking
  • Parse existing commits
  • Real-time validation
GenerationGitCommitsConventionalGeneration

HTTP Status Finder

Search and learn about HTTP status codes with examples and tips.

Open tool

HTTP Status Finder is your comprehensive reference for HTTP status codes. Search by code number or keyword, filter by category (1xx-5xx), and get detailed information including description, when to use, and real-world examples. Features 55+ status codes with detailed descriptions, color-coded categories, and quick access to the most common codes. Perfect for API developers and backend engineers.

Features

  • 55+ HTTP status codes
  • Search by code or keyword
  • Filter by category (1xx-5xx)
  • Detailed descriptions
  • When to use guidelines
  • Real-world examples
  • Color-coded categories
AnalysisHTTPStatus CodesAPIReference

Hash Generator

Generate and verify hashes with MD5, SHA-1, SHA-256, SHA-384, SHA-512.

Open tool

Hash Generator creates cryptographic hashes using all major algorithms. Generate MD5, SHA-1, SHA-256, SHA-384, and SHA-512 hashes instantly. Includes HMAC generation with secret keys, constant-time hash comparison, and automatic hash type detection.

Features

  • MD5, SHA-1, SHA-256, SHA-384, SHA-512
  • HMAC generation with secret key
  • Hash comparison (constant-time)
  • Auto-detect hash algorithm
  • Hex, uppercase hex, and Base64 output
  • File hashing support
  • All algorithms at once
GenerationHashCryptoSecurityChecksum

JWT Decoder

Decode, inspect, and validate JSON Web Tokens instantly.

Open tool

JWT Decoder breaks down any JSON Web Token into its three parts: header, payload, and signature. Validates expiration, not-before, and flags insecure algorithms. Auto-decodes on paste.

Features

  • Decode header, payload, signature
  • Auto-decode on paste
  • Expiration validation
  • Not-before (nbf) check
  • Algorithm detection & warnings
  • Standard claim annotations
  • Color-coded claim status
AnalysisJWTTokenAuthSecurity

Color Converter

Convert colors between HEX, RGB, HSL, OKLCH, and HWB formats.

Open tool

Convert colors between all major formats with live preview. Includes WCAG contrast checker, palette generator, and accessible color suggestions.

Features

  • HEX, RGB, HSL, OKLCH, HWB formats
  • Live color preview swatch
  • WCAG contrast checker
  • Palette generator (4 types)
  • Accessible alternative suggestions
  • Native color picker integration
CalculationColorCSSDesignAccessibility

Diff Comparer

Compare two texts side by side and see the differences.

Open tool

Diff Comparer uses an LCS-based algorithm to show line-by-line differences between two texts. Supports unified and side-by-side view modes with color-coded output.

Features

  • LCS-based line diff algorithm
  • Unified and side-by-side views
  • Color-coded diff output
  • Stats: added, removed, unchanged
  • Copy diff output
AnalysisDiffCompareTextGit

Password Generator

Generate strong, cryptographically secure passwords.

Open tool

Generate secure passwords using crypto.getRandomValues(). Configure length, character types, and exclude ambiguous characters. Includes strength meter with entropy calculation and crack time estimation.

Features

  • Cryptographically secure generation
  • Configurable character pools
  • Strength meter with entropy
  • Crack time estimation
  • Batch generation
  • Exclude ambiguous characters
GenerationPasswordSecurityCryptoGenerator