Open Source · MIT License · No API Key

Embed free dev tools anywhere.

One script tag. Eight tools. No signup, no API key, no tracking. Browser-only tools never send your data to our servers.

Three steps to embed any tool

It's designed to be as simple as adding a YouTube video.

1
1

Add a div

Place a div with a data-tn-widget attribute wherever you want the tool to appear.

2
2

Add the script

Include our script tag once per page. We recommend placing it at the bottom of the body or using the async attribute.

3
3

You're done

The tool renders natively via an iframe. Zero configuration, no API keys, and your users never leave your site.

Quick start

Copy and paste this snippet into your HTML to see it in action immediately.

index.html
<!-- Place this div where you want the tool -->
<div data-tn-widget="base64-encoder" data-tn-height="520"></div>

<!-- Add this script once per page -->
<script src="https://tools-network.com/widget-assets/tools-network-widget.js" async></script>

Available widgets

Click any widget below to copy its embed snippet instantly.

Base64 Encoder / Decoder
base64-encoder
Copy Copied
JWT Encoder / Decoder
jwt-decoder
Copy Copied
Color Converter
hex-to-rgb
Copy Copied
Color Palette Generator
color-palette
Copy Copied
CSS Gradient Generator
css-gradient
Copy Copied
Password Generator
password-generator
Copy Copied
Image Compressor
image-compressor
Copy Copied
Unit Converter
unit-converter
Copy Copied

Configuration Options

Customize your widget by adding these data-* attributes to the div.

Attribute Default Valid Values Description
data-tn-widget See list above Required. Identifies which tool to render.
data-tn-height 600 Integer (pixels) Height of the embedded iframe.
data-tn-theme light light dark Forces a specific color theme.
data-tn-border 0 0 1 Adds a styled border around the iframe.

Live demo

This is the actual Base64 encoder widget, embedded on this page right now.

https://yourwebsite.com

Privacy-first by design

All embedded tools run entirely inside the iframe using JavaScript. No data is sent to Tools Network servers. Your users' input stays in their browser.

Open source — fork it, improve it

The widget loader is MIT licensed. Submit a PR to add new tools or themes.