Handy web and network utilities covering everything from IP lookup and source code inspection to password generation, timestamp conversion, and color format conversion.
Web developers and power users regularly need quick answers to web-specific questions: What is my external IP? Can this URL be iframed? What does this page source look like? These tools provide instant answers without any third-party dependencies.
What is My IP? shows your public IPv4/IPv6 address alongside your approximate location, ISP, timezone, and user agent — useful for debugging network issues or verifying VPN connections. View Page Source fetches any URL via a server proxy and displays the raw HTML with syntax highlighting, ideal for SEO audits and competitive research.
The Password Generator creates cryptographically random passwords with configurable length, character sets, and special characters. The UUID / GUID Generator produces RFC 4122 v4 UUIDs using crypto.getRandomValues() for true randomness.
Additional tools cover the everyday: Unix Timestamp Converter translates epoch seconds to human-readable dates in any timezone and back, Color Converter switches between HEX, RGB, and HSL with a live preview, and OPML Generator builds RSS subscription bundles from a list of feed URLs.