Free Online Tools

Free developer tools and utilities — no sign-up, no ads, no tracking. Use JSON to TypeScript, compare JSON, generate QR codes, API request code, convert Markdown to HTML, and discover movies. All tools run entirely in your browser.

Movie Finder
Search and discover movies from TMDB. Filter by country (US, India, UK, Korea, Japan, and more), language, genre, year range, and minimum rating. Quick preset filters for popular combinations like Top US Action movies, Bollywood hits, K-Dramas, and Anime.
JSON to TypeScript
Paste any JSON and get instant TypeScript type definitions. Supports nested objects, arrays, enums, and custom root type names. Copy the output or download as a .ts file. Perfect for API response typing.
JSON Compare
Diff two JSON objects side by side. See clearly what was added, removed, or changed between two JSON blobs. Great for API responses, config files, and debugging data transformations.
API Code Generator
Select REST method (GET, POST, PUT, PATCH, DELETE), enter URL, headers, and body — get ready-to-use code in cURL, fetch(), axios, and jQuery. Perfect for testing APIs and sharing request examples.
QR Code Generator
Create custom QR codes with your brand colors. Supports URLs, plain text, email addresses, phone numbers, SMS messages, and Wi-Fi credentials. Customize foreground/background colors and download as PNG. No sign-up needed.
Markdown to HTML
Write or paste Markdown and instantly see the live HTML preview. Features GitHub Flavored Markdown support, secure XSS sanitization with DOMPurify, print-optimized output, copy/paste, and downloadable HTML files. All processing happens client-side — your content never leaves your browser.
Frequently Asked Questions

Are these tools free to use?

Yes, all tools on this page are completely free. No account, sign-up, or payment required. They run entirely in your browser — your data never leaves your computer.

Do you store my data?

No. All processing happens locally in your browser. We never send your JSON, API requests, or QR code data to any server. Your privacy is guaranteed.

Can I use these tools offline?

The QR code generator, JSON tools (to-ts, compare), API code generator, and Markdown to HTML converter work entirely client-side. The Movie Finder requires an internet connection to fetch movie data from TMDB.

What languages/programs can I generate API code in?

The API Code Generator supports cURL (shell), fetch() (JavaScript/browser), axios (Node.js/browser), and jQuery AJAX. More languages coming soon.