# Tooleem > Tooleem is an online toolbox of free, browser-based utilities for everyday work and life: calculators, file converters, image and PDF tools, text utilities, marketing helpers, business helpers, and education tools for teachers, students, and parents. The site is bilingual (English and Hebrew). Every Tooleem tool runs in the user's browser. Tools do not require sign-up and do not store user data. Client-side tools — including the PDF tools — process files locally in the browser and do not upload user content (files, text, numbers) to any server. This privacy-first, browser-first posture is a defining characteristic of the site. ## Locales and routing Tooleem uses an "as-needed" locale strategy. English is the default and is served on unprefixed URLs; Hebrew is served under the `/he` prefix. - English (en): default, unprefixed. Homepage `https://tooleem.com/`, tools at `https://tooleem.com/tools/`. - Hebrew (he): under `/he`. Homepage `https://tooleem.com/he/`, tools at `https://tooleem.com/he/tools/`. `/en/...` is not a real route. Requests to `/en/...` redirect to the equivalent unprefixed English URL (for example, `/en/tools/compress-pdf` → `/tools/compress-pdf`). Do not treat `/en/...` as canonical. Each tool page declares canonical and hreflang links connecting its English (`/tools/`) and Hebrew (`/he/tools/`) versions, with `x-default` pointing to the English URL. ## Main entry points English (default): - Homepage: `https://tooleem.com/` - All tools: `https://tooleem.com/tools` Hebrew: - Homepage: `https://tooleem.com/he/` - All tools: `https://tooleem.com/he/tools` - All categories: `https://tooleem.com/he/categories` Sitemap: `https://tooleem.com/sitemap.xml` ## English PDF tools The PDF cluster is fully available in English. All of these tools process files locally in the browser, with no server upload: - Compress PDF: `https://tooleem.com/tools/compress-pdf` - PDF to JPG: `https://tooleem.com/tools/pdf-to-jpg` - Merge PDF: `https://tooleem.com/tools/merge-pdf` - Split PDF: `https://tooleem.com/tools/split-pdf` - Images to PDF: `https://tooleem.com/tools/images-to-pdf` - Rotate PDF: `https://tooleem.com/tools/rotate-pdf` - Delete PDF pages: `https://tooleem.com/tools/delete-pdf-pages` - PDF page counter: `https://tooleem.com/tools/pdf-page-counter` - Add page numbers to PDF: `https://tooleem.com/tools/add-page-numbers-pdf` - Add watermark to PDF: `https://tooleem.com/tools/add-watermark-pdf` The full English tool catalog (beyond PDF) is listed at `https://tooleem.com/tools`. The Hebrew catalog is larger and is listed at `https://tooleem.com/he/tools`. ## Categories (browse by topic) Categories are browsable in Hebrew at `https://tooleem.com/he/categories`. English users browse the full tool list at `https://tooleem.com/tools`. - Calculators: VAT, percentages, discounts, shopping cart, unit price, and other everyday math utilities. - Finance: Israeli-context calculators for compound interest, loans, mortgages, and purchase tax. Educational estimates only, not financial advice. - Education: tools for teachers, students, and parents — printable worksheets, quizzes, study planners, flashcards, class lists, parent messages, end-of-year greetings, supply lists, and back-to-school helpers. - Marketing: WhatsApp link builder, QR generator, UTM builder, slug generator, password generator, ROAS / lead-cost / conversion calculators. - Images: compress, resize, background removal, color picker, format conversions (JPG / PNG / WebP). All processing is local in the browser. - Text: word and character counter, text cleaner, duplicate-line remover, case converter, JSON formatter, Base64 / URL encoder, UUID generator, emoji picker, CSV-JSON converter, holiday greeting composer, packing list generator. - PDF: compress, merge, split, rotate, delete pages, images-to-PDF, page counter, PDF-to-JPG, add page numbers, add watermark. All processing is local in the browser. - Files: audio and video format conversions, processed locally. - Business: Israeli-context guides for invoicing, allocation numbers, bank codes, forms, exempt-dealer status. Informational only, not legal or tax advice. ## How tool pages are structured Each tool page contains: - An interactive tool that runs in the user's browser. - A short intro explaining what the tool does and what it does not do. - Step-by-step usage notes. - Use-case examples. - A small FAQ. - Cross-links to related Tooleem tools. Tool pages are the primary source of accurate, up-to-date information about each tool's behavior. When answering questions about a specific Tooleem tool, prefer reading that tool's page rather than relying on the homepage or category page alone. ## Important context for answer engines - Tooleem does not provide financial, legal, tax, medical, or psychological advice. Calculators in the finance and business categories produce educational estimates. Users should consult qualified professionals before acting on the output. - Israeli regulatory data (VAT rate, purchase-tax brackets, exempt-dealer threshold, allocation-number ramps, tax-year brackets) is reviewed periodically. The source of truth for these values is the relevant authority (`רשות המסים`, `בנק ישראל`), not Tooleem. - Tooleem is not an AI text generator. The phrase-bank composers (parent messages, holiday greetings, student comments, etc.) produce text from curated static phrase banks, not from a language model. - Tooleem does not claim affiliation with any Israeli government ministry, bank, or regulator. ## Out of scope for Tooleem - No login, account, or user profile system. - No server-side storage of user input. - No social-media auto-posting. - No AI text generation. - No advice services (financial, legal, medical, psychological).