A collection of one-off web tools and utilities I've built for various development tasks. These are standalone tools that don't quite fit anywhere else but are handy to have around.
Convert JSON to clean Swift Codable structs. Smart type inference for URLs, dates, UUIDs. CodingKeys only when needed.
Build PrivacyInfo.xcprivacy files interactively. Select tracking settings, collected data types, and required reason APIs for App Store compliance.
Convert colors between hex, RGB, and HSL. Generate SwiftUI Color and UIKit UIColor code with a visual color picker.
Test regex patterns with live highlighting, capture groups, and generated Swift code using NSRegularExpression and Regex literals.
Convert between camelCase, snake_case, PascalCase, kebab-case, and more. Useful when switching between naming conventions.
Complete chart mapping Xcode versions to Swift versions, iOS SDKs, and minimum macOS requirements.
Transform messy object notation into beautifully formatted, readable code. Supports Swift, JavaScript, Rust, Elixir, and more.