All tools
Every Toolbeam tool on one page, grouped by what it does. All of them run in the browser with a free tier and no watermarks: generate a QR code for a link, a WiFi network or a restaurant menu; convert HTML or a live URL into a pixel-perfect PDF; remove the background from a photo and turn the cutout into a product image, a sticker, a profile picture or a printable passport photo sheet; or run a genuinely anonymous poll where each person votes exactly once.
The developer tools handle the chores around shipping — bulk UUIDs, cron expressions explained in plain English, a structural diff of two API responses, and mock JSON endpoints for frontends whose backend doesn’t exist yet. The UUID and cron tools run entirely in your browser, so nothing you type is ever sent to a server. Everything else is also available as a REST API with a single key shared across every tool.
QR codes
Static and dynamic QR codes, plus WiFi, vCard, menu and other ready-made types.
Documents
Turn HTML or any URL into a pixel-perfect PDF with real Chromium rendering.
Photo tools
Background removal and everything built on the same mask — product photos, stickers, avatars and passport prints.
Background Remover
Remove the background from any photo automatically and download a transparent PNG. Free to try, full resolution on Pro, plus a REST API.
Product Photo Maker
Put any product on a clean white background, sized for Amazon, Etsy, eBay or Shopify. Free, no watermark, and the listing rules are built into the presets.
Sticker Maker
Turn any photo into a sticker with a clean outline, sized for WhatsApp and Telegram. Free, no watermark, and no app to install.
Profile Picture Maker
Crop any photo into a clean profile picture, centred on you rather than the frame. Circle or square, sized for LinkedIn, X, Slack and Discord.
Passport Photo Printer
Turn a photo into a print-ready sheet at exact passport, ID or stamp dimensions. Pick your country's size, print at home, and cut them out.
Polls
Anonymous polls with one vote per person, enforced by the database.
Developer tools
UUIDs, cron schedules, API diffs and mock endpoints — the small jobs between deploys.
UUID Generator
Generate up to 10,000 UUIDs in your browser — v4 random or v7 time-ordered — and copy them as JSON, CSV or SQL. Free, no signup, nothing is sent anywhere.
Cron Expression Builder
Build and read cron schedules in plain English, see the next run times in your own timezone, and get warned about the traps that bite in production.
API Response Comparator
Call two API endpoints and see exactly what changed between the responses: status, headers, timing and a structural diff of the JSON bodies.
Mock API Server
Create a URL that returns the JSON you define with the status code you choose, so frontend work can start before the real API exists.