Privacy-first developer tools in your browser
Utilxo is a catalog of free privacy-first developer utilities — identity and crypto, plus markdown, regex, time, QR, avatars, network inspectors, and more. Instead of pasting secrets into opaque third-party SaaS forms, most routes process data locally with WebCrypto and client-side libraries.
Popular entry points include the JWT debugger, OAuth / OIDC playground, SAML SP tester, WebAuthn passkeys, and the HTTP REST client. Hybrid tools only use short-lived server assistance when the browser cannot reach an upstream endpoint directly. Prefer full control? Configure Bring Your Own Proxy (BYOP) in workspace settings so discovery, JWKS, and token calls go through your relay instead of Utilxo cloud endpoints.
How to get started
- Search or filter the catalog by category (Identity, Crypto, Network, …).
- Open a tool and check the privacy badge for client vs hybrid runtime.
- Optional: for hybrid CORS relays, open header Settings → Proxy (BYOP).
- Keep sensitive material local — and read Privacy & Terms for the full disclaimer.
FAQ
- What is Bring Your Own Proxy (BYOP)?
- A workspace setting that lets you route CORS-blocked browser fetches (OIDC discovery, JWKS, token endpoints, REST, etc.) through either Utilxo's short-lived relays, your own proxy URL template, or direct-only mode with no relay at all. Configure it via the gear icon in the site header — you do not need to open each tool's advanced config first.
- Do my tokens or keys leave the browser?
- Client-side tools keep material local. Hybrid tools may briefly relay network requests when CORS blocks a direct call; with BYOP custom/direct modes you control whether that relay is yours or disabled. See the privacy badge on each tool.
- How is Jump back in / Popular chosen?
- Returning visitors see starred and recent tools first. New visitors see a curated Popular set. Rankings use counts stored only in this browser's localStorage — nothing is sent to our servers for popularity.