// a sandbox of 152 sharp tools
QR, barcodes, bcrypt hashes for PHP, UUIDs, JWT decoders, color palettes — fast, local, no signup. Search the sandbox and start.
Design · tool
Pure-CSS hover tooltips in any position with live preview.
.tooltip { position: relative; display: inline-block; }
.tooltip::after {
content: attr(data-tip);
position: absolute;
bottom: 125%; left: 50%; transform: translateX(-50%);
padding: 6px 10px;
border-radius: 6px;
background: #1f2937;
color: #ffffff;
font-size: 12px;
white-space: nowrap;
opacity: 0;
pointer-events: none;
transition: opacity .18s ease;
}
.tooltip:hover::after { opacity: 1; }ad space · horizontal
// about the sandbox
Every generator runs entirely in your browser. Your inputs never leave the page — no servers, no logging, no tracking pixels. Open the tool, get the thing, close the tab.
ad space · horizontal