# Toolsy > Toolsy is a free online platform offering 247 mini tools for developers, writers, designers, and creators. Tools cover 15 categories: developer utilities, AI writing tools, text processing, security, image editing, PDF tools, audio/video, network tools, and mini games. ## Key Pages - [Home](https://toolsy.my/): Play Store-style tool grid — browse and search all tools - [All Tools](https://toolsy.my/tools): Full searchable and filterable tool directory - [Blog](https://toolsy.my/blog): Articles on developer tools, productivity, and AI writing - [API Documentation](https://toolsy.my/docs): Public REST API for all tools - [Buy Credits](https://toolsy.my/credits): Credit packages for premium AI tools - [Dashboard](https://toolsy.my/dashboard): Personal usage history and favorites ## API All tools are available via a public REST API: ``` POST https://toolsy.my/api/v1/tools/{slug} Content-Type: application/json { ...tool-specific input fields } ``` Full API reference with examples: https://toolsy.my/docs ## Tools by Category ### Developer (31 tools) - [JSON Formatter & Validator](https://toolsy.my/t/json-formatter): Beautify, minify, and validate JSON data instantly. - [Base64 Encode / Decode](https://toolsy.my/t/base64-codec): Encode and decode Base64 strings instantly. - [UUID Generator](https://toolsy.my/t/uuid-generator): Generate v4 UUIDs instantly, single or in bulk. - [AI Code Explainer](https://toolsy.my/t/ai-code-explainer) [premium]: Explain any code in plain language — all languages supported. - [URL Encoder / Decoder](https://toolsy.my/t/url-encoder): Percent-encode or decode URL strings instantly. - [HTML Entity Encoder](https://toolsy.my/t/html-entity-encoder): Encode/decode HTML entities like < > &. - [Unix Timestamp Converter](https://toolsy.my/t/unix-timestamp): Convert Unix epoch timestamps to/from readable dates. - [Regex Tester](https://toolsy.my/t/regex-tester): Test regex patterns with live match highlighting. - [JWT Decoder](https://toolsy.my/t/jwt-decoder): Decode JWT tokens and inspect header, payload, and expiry. - [Cron Expression Builder](https://toolsy.my/t/cron-generator): Visually build cron expressions with human-readable output. - [Chmod Calculator](https://toolsy.my/t/chmod-calculator): Toggle Unix file permissions and convert between numeric and symbolic notation. - [.htaccess & Nginx Redirect Generator](https://toolsy.my/t/redirect-generator): Generate Apache and Nginx redirect rules from old/new URL pairs. - [HTTP Status Code Reference](https://toolsy.my/t/http-status-codes): Look up any HTTP status code with description and use cases. - [SQL Formatter & Beautifier](https://toolsy.my/t/sql-formatter): Format and beautify SQL queries with proper indentation and keyword casing. - [URL Slug Generator](https://toolsy.my/t/slug-generator): Convert text into SEO-friendly URL slugs instantly. - [Fake Data Generator](https://toolsy.my/t/fake-data-generator): Generate realistic fake test data in JSON, CSV, or SQL format. - [JavaScript Beautifier & Minifier](https://toolsy.my/t/js-beautifier): Format and beautify or minify JavaScript code instantly. - [PWA Manifest Generator](https://toolsy.my/t/pwa-manifest-generator): Generate a complete PWA manifest.json for installable web apps. - [XML Formatter & Validator](https://toolsy.my/t/xml-formatter): Format and validate XML with instant error detection. - [cURL to Code Converter](https://toolsy.my/t/curl-to-code): Convert cURL commands to JavaScript, Python, and PHP code. - [API Tester](https://toolsy.my/t/api-tester): Send HTTP requests with custom headers, body, and auth — like Postman, in your browser. - [URL Parser & Builder](https://toolsy.my/t/url-parser): Parse any URL into components, edit query params, and rebuild it live — all in your browser. - [Code Playground](https://toolsy.my/t/code-playground): Live HTML, CSS & JS editor with instant preview - [JSON Schema Generator](https://toolsy.my/t/json-schema-generator): Generate JSON Schema (Draft-07) from any JSON object automatically. - [HTML to JSX Converter](https://toolsy.my/t/html-to-jsx): Convert HTML to valid React JSX — handles className, style objects, events and more. - [Multi URL Viewer](https://toolsy.my/t/multi-url-viewer): Load and compare multiple URLs side by side in resizable iframes. - [JSON Escape / Unescape](https://toolsy.my/t/json-escape): Escape or unescape strings for JSON embedding. - [JSON Stringify / Parse](https://toolsy.my/t/json-stringify): Stringify JSON objects or parse JSON strings. - [Random Date Generator](https://toolsy.my/t/random-date): Generate random dates within a custom date range. - [Random IP Address Generator](https://toolsy.my/t/random-ip): Generate random IPv4 and IPv6 addresses for testing. - [Random JSON Generator](https://toolsy.my/t/random-json): Generate random JSON objects for testing and mocking. ### Text (14 tools) - [Word & Character Counter](https://toolsy.my/t/word-counter): Count words, characters, sentences, and paragraphs. - [Lorem Ipsum Generator](https://toolsy.my/t/lorem-ipsum): Generate Lorem Ipsum placeholder text for mockups. - [Markdown Preview](https://toolsy.my/t/markdown-preview): Live preview Markdown rendered as HTML side-by-side. - [Text Diff Checker](https://toolsy.my/t/diff-checker): Compare two texts and highlight added, removed, and changed lines. - [Case Converter](https://toolsy.my/t/case-converter): Convert text between uppercase, lowercase, camelCase, snake_case, and more. - [Line Tools](https://toolsy.my/t/line-tools): Sort, deduplicate, reverse, shuffle, and clean text lines. - [Readability Score Calculator](https://toolsy.my/t/readability-score): Get Flesch-Kincaid, Gunning Fog, and reading ease scores for any text. - [Morse Code Translator](https://toolsy.my/t/morse-code): Translate text to Morse code and back instantly. - [Emoji Picker & Finder](https://toolsy.my/t/emoji-picker): Browse, search, and copy emojis by category or name. - [Text to Speech](https://toolsy.my/t/text-to-speech): Convert text to speech using your browser's built-in voices — free and offline. - [AI Voice Generator](https://toolsy.my/t/ai-tts): Generate speech from text using local AI models. Download as WAV. Runs entirely in your browser — private and free. - [Markdown Table Generator](https://toolsy.my/t/markdown-table): Build Markdown tables visually with a grid editor — set alignment and copy the syntax. - [Fancy Text Generator](https://toolsy.my/t/fancy-text-generator): Convert text to decorative Unicode font styles. - [Zalgo Text Generator](https://toolsy.my/t/zalgo-text): Create corrupted, glitchy Zalgo text with diacritics. ### Security (11 tools) - [Password Generator](https://toolsy.my/t/password-generator): Generate strong, customizable secure passwords instantly. - [Hash Generator](https://toolsy.my/t/hash-generator): Generate MD5, SHA-1, SHA-256, SHA-512 hashes from text. - [Cipher Tools](https://toolsy.my/t/cipher-tools): Encode and decode text with ROT13, Caesar, Atbash, and Vigenère ciphers. - [Password Strength Checker](https://toolsy.my/t/password-strength): Check password strength: entropy, crack time, patterns, and breach check. - [Text Encryption](https://toolsy.my/t/text-encrypt): AES-256-GCM encrypt and decrypt text with a passphrase — runs in your browser. - [HMAC Generator](https://toolsy.my/t/hmac-generator): Generate HMAC-SHA256/512 signatures for API authentication and webhooks. - [JWT Builder & Signer](https://toolsy.my/t/jwt-builder): Build and sign JWTs with HS256/384/512. Verify signatures. Runs in your browser. - [TOTP / 2FA Generator](https://toolsy.my/t/totp-generator): Generate live TOTP/2FA codes from a base32 secret. Scan QR with any authenticator. - [File Hash Checker](https://toolsy.my/t/file-hash): Compute SHA-1/256/384/512 of any file and verify integrity — 100% browser-based. - [Bcrypt Generator & Verifier](https://toolsy.my/t/bcrypt-generator): Hash passwords with bcrypt and verify hashes — adjustable cost factor, runs locally. - [CSP Header Builder](https://toolsy.my/t/csp-builder): Build Content Security Policy headers visually with live preview and presets. ### AI Tools (28 tools) - [AI Text Summarizer](https://toolsy.my/t/ai-summarizer) [premium]: Summarize long text into concise, accurate summaries. - [AI Paraphraser](https://toolsy.my/t/ai-paraphraser) [premium]: Rephrase and reword text while preserving its original meaning. - [AI Email Writer](https://toolsy.my/t/ai-email-writer) [premium]: Generate professional emails from a brief description. - [AI Grammar Checker](https://toolsy.my/t/ai-grammar-checker) [premium]: Fix grammar, spelling, and style issues with AI-powered checking. - [AI Resume Scorer](https://toolsy.my/t/ai-resume-scorer) [premium]: Score your resume with AI and get actionable improvement tips. - [AI Meta Tag Generator](https://toolsy.my/t/ai-meta-generator) [premium]: Generate SEO meta tags and Open Graph data with AI from your page content. - [AI Handwriting to Text (OCR)](https://toolsy.my/t/ai-ocr) [premium]: Extract text from handwritten notes or images using AI vision. - [AI Code Generator](https://toolsy.my/t/ai-code-generator) [premium]: Generate clean, working code from plain English descriptions. - [AI YouTube Script Writer](https://toolsy.my/t/ai-youtube-script) [premium]: Generate complete YouTube video scripts with hook, content, and CTA using AI. - [AI Text Translator](https://toolsy.my/t/ai-translator) [premium]: Translate text into any language using AI with natural, fluent accuracy. - [AI Tone Changer](https://toolsy.my/t/ai-tone-changer) [premium]: Rewrite your text in any tone — professional, casual, persuasive, and more. - [AI Sentiment Analyzer](https://toolsy.my/t/ai-sentiment-analyzer) [premium]: Analyze the emotional tone and sentiment of any text with AI. - [AI Hashtag Generator](https://toolsy.my/t/ai-hashtag-generator) [premium]: Generate relevant hashtags for Instagram, Twitter, LinkedIn, and TikTok with AI. - [AI Blog Idea Generator](https://toolsy.my/t/ai-blog-ideas) [premium]: Generate 10 engaging blog post ideas and titles for any niche with AI. - [AI Content Improver](https://toolsy.my/t/ai-content-improver) [premium]: Improve text clarity, engagement, conciseness, or professionalism with AI. - [AI FAQ Generator](https://toolsy.my/t/ai-faq-generator) [premium]: Generate comprehensive FAQ sections from any content or topic with AI. - [AI Product Description Writer](https://toolsy.my/t/ai-product-description) [premium]: Write persuasive, SEO-optimized product descriptions for e-commerce with AI. - [AI Resume Builder](https://toolsy.my/t/ai-resume-builder) [premium]: Build a professional, ATS-friendly resume from your experience and skills with AI. - [AI Alt Text Generator](https://toolsy.my/t/ai-alt-text-generator) [premium]: Generate SEO-optimized, accessible alt text for images with AI. - [AI Image Generator](https://toolsy.my/t/ai-image-generator) [premium]: Generate AI images from text prompts using Google Gemini models. - [AI Ad Copy Generator](https://toolsy.my/t/ai-ad-copy-generator) [premium]: Generate conversion-optimized ad copy for Google, Facebook, and more. - [AI LinkedIn Post Writer](https://toolsy.my/t/ai-linkedin-post) [premium]: Generate engaging LinkedIn posts with hooks, formatting, and hashtags. - [AI Image Editor](https://toolsy.my/t/ai-image-editor) [premium]: Edit and remix images with AI — upload up to 4 images plus a prompt. - [AI PDF Summarizer](https://toolsy.my/t/ai-pdf-summarizer) [premium]: Upload a PDF and get an AI-generated summary of its content. - [AI SVG Icon Generator](https://toolsy.my/t/ai-svg-icon-generator) [premium]: Generate clean SVG icons from a text description using AI. - [AI SVG Logo Generator](https://toolsy.my/t/ai-svg-logo-generator) [premium]: Generate SVG logo concepts from your brand name and style using AI. - [AI DOCX Summarizer](https://toolsy.my/t/ai-docx-summarizer) [premium]: Upload a Word document and get an AI-generated summary instantly. - [AI Document Rewriter](https://toolsy.my/t/ai-doc-rewriter) [premium]: Rewrite any Word document or text in a different tone using AI. ### Converter (21 tools) - [Number Base Converter](https://toolsy.my/t/number-base-converter): Convert between decimal, binary, octal, and hexadecimal. - [CSV ↔ JSON Converter](https://toolsy.my/t/csv-json-converter): Convert CSV to JSON and JSON to CSV with one click. - [QR Code Generator](https://toolsy.my/t/qr-code-generator): Generate QR codes from text or URLs and download as PNG. - [SVG to PNG Converter](https://toolsy.my/t/svg-to-png): Convert SVG code or files to PNG at any resolution. - [HTML to Markdown](https://toolsy.my/t/html-to-markdown): Convert HTML code to clean Markdown format instantly. - [Barcode Generator](https://toolsy.my/t/barcode-generator): Generate CODE128, EAN-13, UPC-A, and other barcodes from text. - [Units Converter](https://toolsy.my/t/units-converter): Convert length, weight, temperature, area, volume, speed, and data units. - [Time Zone Converter](https://toolsy.my/t/time-zone-converter): Convert time between 30+ world time zones with DST support. - [YAML ↔ JSON Converter](https://toolsy.my/t/yaml-json-converter): Convert between YAML and JSON formats with validation. - [JSON → TypeScript Converter](https://toolsy.my/t/json-to-typescript): Convert JSON objects to TypeScript interfaces instantly - [SVG Optimizer](https://toolsy.my/t/svg-optimizer): Minify SVG files by stripping comments, metadata, and redundant whitespace. - [Image ↔ Base64](https://toolsy.my/t/image-base64): Convert images to Base64 data URIs and decode Base64 back to images instantly. - [Number to Words Converter](https://toolsy.my/t/number-to-words): Convert numbers into their English word form. - [Roman Numeral Converter](https://toolsy.my/t/roman-numeral): Convert numbers to Roman numerals and back. - [DOCX to Text Extractor](https://toolsy.my/t/docx-to-text): Extract plain text from Word .docx files in your browser. - [DOCX to HTML Converter](https://toolsy.my/t/docx-to-html): Convert Word .docx documents to clean HTML in your browser. - [Text to DOCX Generator](https://toolsy.my/t/text-to-docx): Convert plain text or Markdown into a downloadable Word .docx file. - [DOCX Metadata Viewer](https://toolsy.my/t/docx-metadata): View author, dates, word count and all hidden metadata inside a .docx file. - [DOCX to PDF Converter](https://toolsy.my/t/docx-to-pdf): Convert Word .docx files to PDF in your browser with RTL support. - [Markdown to DOCX](https://toolsy.my/t/markdown-to-docx): Convert Markdown to a formatted Word .docx document with RTL support. - [DOCX to Markdown](https://toolsy.my/t/docx-to-markdown): Convert Word .docx files to Markdown in your browser with RTL support. ### Design (14 tools) - [CSS Minifier](https://toolsy.my/t/css-minifier): Remove whitespace and comments to minify CSS code. - [Color Converter](https://toolsy.my/t/color-converter): Convert colors between HEX, RGB, and HSL formats. - [CSS Gradient Generator](https://toolsy.my/t/css-gradient-generator): Visually build CSS gradients and copy the CSS output. - [Favicon Generator](https://toolsy.my/t/favicon-generator): Upload an image and get all favicon sizes + HTML link tags. - [Placeholder Image Generator](https://toolsy.my/t/placeholder-image): Generate custom placeholder images with any size, color, and text. - [Image Color Extractor](https://toolsy.my/t/color-palette-generator): Extract dominant colors from any image and export as HEX, RGB, HSL, CSS, or JSON. - [CSS Box Shadow Generator](https://toolsy.my/t/css-box-shadow-generator): Visually create CSS box shadows with live preview and one-click copy. - [CSS Border Radius Generator](https://toolsy.my/t/css-border-radius-generator): Design custom CSS border radius shapes with live preview. - [Code Screenshot Generator](https://toolsy.my/t/code-screenshot): Turn code snippets into beautiful shareable images. - [Color Palette Generator](https://toolsy.my/t/color-palette): Generate harmonious color palettes from any base color - [Device Mockup Generator](https://toolsy.my/t/device-mockup): Place screenshots inside beautiful device frames for presentations - [WCAG Contrast Checker](https://toolsy.my/t/wcag-contrast): Check WCAG AA/AAA color contrast ratios for accessible web design. - [Responsive Preview](https://toolsy.my/t/responsive-preview): Preview any URL across multiple device sizes — phone, tablet, laptop, TV and more. - [Post Image Generator](https://toolsy.my/t/blog-post-image-generator): Design stunning post covers & social cards with live canvas preview — fully customizable. ### Math (12 tools) - [Aspect Ratio Calculator](https://toolsy.my/t/aspect-ratio-calculator): Calculate dimensions from aspect ratios — 16:9, 4:3, 1:1, and more. - [Age Calculator](https://toolsy.my/t/age-calculator): Calculate exact age in years, months, days from date of birth. - [Loan EMI Calculator](https://toolsy.my/t/loan-emi-calculator): Calculate monthly loan EMI, total interest, and amortization schedule. - [BMI Calculator](https://toolsy.my/t/bmi-calculator): Calculate BMI in metric or imperial with instant health category. - [Time Calculator](https://toolsy.my/t/time-calculator): Calculate time differences, durations, conversions, and world clocks. - [Statistics Calculator](https://toolsy.my/t/statistics-calc): Compute mean, median, mode, std dev, quartiles and more from a list of numbers. - [Date Difference Calculator](https://toolsy.my/t/date-difference): Find the exact difference between two dates. - [Day of the Week Finder](https://toolsy.my/t/day-of-week): Find what day of the week any date falls on. - [Date Countdown Timer](https://toolsy.my/t/date-countdown): Live countdown timer to any future date or event. - [GCD & LCM Calculator](https://toolsy.my/t/gcd-lcm): Calculate GCD and LCM of multiple numbers. - [Prime Number Checker](https://toolsy.my/t/prime-checker): Check if a number is prime and find its factors. - [Fibonacci Sequence Generator](https://toolsy.my/t/fibonacci-generator): Generate Fibonacci sequences and check Fibonacci numbers. ### SEO (7 tools) - [AI SEO Content Writer](https://toolsy.my/t/ai-seo-writer) [premium]: Generate SEO-optimized content with AI — blog posts, articles, and more. - [Open Graph Preview](https://toolsy.my/t/og-image-preview): Preview how your page looks when shared on social media platforms. - [Robots.txt Generator](https://toolsy.my/t/robots-txt-generator): Generate a robots.txt file with crawl rules and sitemap. - [XML Sitemap Generator](https://toolsy.my/t/xml-sitemap-generator): Create an XML sitemap with priority, frequency, and lastmod. - [Domain Name Idea Generator](https://toolsy.my/t/domain-name-ideas): Generate creative domain name ideas from keywords. - [Sitemap Validator](https://toolsy.my/t/sitemap-validator): Validate sitemap XML structure, detect errors and SEO issues. - [Sitemap URL Checker](https://toolsy.my/t/sitemap-url-checker): Scan sitemap URLs for broken links, redirects, and errors. ### Image (20 tools) - [Image Resizer & Compressor](https://toolsy.my/t/image-resizer): Resize and compress images in-browser with custom dimensions and quality. - [Image Format Converter](https://toolsy.my/t/image-format-converter): Convert images between PNG, JPG, and WebP formats in-browser. - [Image Cropper](https://toolsy.my/t/image-cropper): Crop images with precise coordinates or aspect ratio presets. - [Image to ASCII Art](https://toolsy.my/t/image-ascii): Convert images to ASCII art using text characters online. - [Meme Generator](https://toolsy.my/t/meme-generator): Create custom memes with image upload and classic caption style. - [App Icon Generator](https://toolsy.my/t/app-icon-generator): Upload one image, export icons for iOS, Android, Web, macOS, Windows and Favicon — all sizes, ready to use. - [Background Remover](https://toolsy.my/t/background-remover): Remove image backgrounds locally in your browser — no uploads, fully private. - [HEIC / HEIF Image Converter](https://toolsy.my/t/heic-converter): Convert iPhone HEIC/HEIF photos to JPG, PNG, WebP, GIF, or BMP instantly. - [GIF Maker](https://toolsy.my/t/gif-maker): Create animated GIFs from video clips or image sequences. No upload needed. - [Batch Image Watermark](https://toolsy.my/t/batch-watermark): Add text or image watermarks to multiple photos at once. Download as ZIP. - [Image Filters](https://toolsy.my/t/image-filters): Adjust brightness, contrast, saturation and hue with live preview. - [Image Flip & Rotate](https://toolsy.my/t/image-transform): Flip images horizontally/vertically or rotate by 90°, 180°, 270°. - [Image Blur](https://toolsy.my/t/image-blur): Blur any image with adjustable intensity — live preview and download. - [Image Grayscale & Effects](https://toolsy.my/t/image-grayscale): Convert images to grayscale, sepia, or invert colors instantly. - [Add Text to Image](https://toolsy.my/t/image-text-overlay): Add custom text overlays to images with font, color, and position controls. - [Round Image Corners](https://toolsy.my/t/image-round-corners): Add rounded corners to any image with adjustable radius. Downloads as PNG. - [Add Image Border](https://toolsy.my/t/image-border): Add a colored border or padding around any image with custom thickness. - [Pixelate Image](https://toolsy.my/t/image-pixelate): Pixelate images with adjustable block size for retro effects or censoring. - [Image Compressor](https://toolsy.my/t/image-compressor): Compress and convert images in bulk with quality control. - [Image Grid Maker](https://toolsy.my/t/image-grid-maker): Arrange images into a customizable grid and export as PNG — supports local files, image URLs, and OG cover image extraction. ### PDF (15 tools) - [PDF to Image Converter](https://toolsy.my/t/pdf-to-image): Convert PDF pages to PNG images instantly in your browser. - [Markdown to PDF](https://toolsy.my/t/markdown-to-pdf): Convert Markdown to a fully customized, RTL-ready PDF. - [PDF OCR](https://toolsy.my/t/pdf-ocr) [premium]: AI-powered OCR for scanned PDFs — extract text page by page. - [PDF Merger](https://toolsy.my/t/pdf-merger): Merge multiple PDF files into one document in your browser. - [PDF Splitter](https://toolsy.my/t/pdf-splitter): Split a PDF into pages or extract a page range in your browser. - [PDF Compressor](https://toolsy.my/t/pdf-compressor): Reduce PDF file size by compressing pages in your browser. - [PDF to Text Extractor](https://toolsy.my/t/pdf-to-text): Extract plain text from any PDF file directly in your browser. - [PDF Password Protector](https://toolsy.my/t/pdf-password): Add password protection to PDF files in your browser. - [PDF Watermark](https://toolsy.my/t/pdf-watermark): Add a custom text watermark to every page of a PDF in your browser. - [HTML to PDF](https://toolsy.my/t/html-to-pdf): Convert HTML code to a PDF document using your browser. - [PDF Page Rotator](https://toolsy.my/t/pdf-rotator): Rotate individual or all PDF pages by any angle, free and private. - [PDF Page Reorder](https://toolsy.my/t/pdf-reorder): Drag and drop to reorder PDF pages visually, then download. - [PDF Metadata Editor](https://toolsy.my/t/pdf-metadata): View and edit PDF title, author, subject, keywords and more. - [PDF Unlock](https://toolsy.my/t/pdf-unlock): Remove password protection from a PDF you own. - [PDF Signature](https://toolsy.my/t/pdf-signature): Draw or type your signature and add it to any PDF page. ### Network (6 tools) - [IP Geolocation Lookup](https://toolsy.my/t/ip-geolocation): Look up country, city, ISP, and location for any IP address. - [WHOIS Domain Lookup](https://toolsy.my/t/whois-lookup): Look up domain registration, expiry, nameservers, and registrar. - [Internet Speed Test](https://toolsy.my/t/speed-test): Measure your download speed, upload speed, ping, and jitter in seconds. - [What Is My IP](https://toolsy.my/t/my-ip): See your public IP address plus full location, ISP, ASN, timezone, coordinates, and more. - [Subnet / CIDR Calculator](https://toolsy.my/t/subnet-calculator): Calculate subnet details from CIDR notation instantly. - [DNS Lookup](https://toolsy.my/t/dns-lookup): Query A, AAAA, MX, TXT, CNAME, and NS DNS records for any domain. ### Mini Apps (32 tools) - [Invoice Generator](https://toolsy.my/t/invoice-generator): Create professional invoices and print or save as PDF for free. - [Offline AI Chat](https://toolsy.my/t/offline-chat): Chat with an AI model that runs privately in your browser — fully offline after download. - [SMM Panel](https://toolsy.my/t/smm-panel) [premium]: Buy social media marketing services — followers, likes, views and more. - [URL Shortener](https://toolsy.my/t/url-shortener): Shorten long URLs into compact, trackable short links. - [Clipboard Share](https://toolsy.my/t/clipboard-share): Share any text or code via a secure, shareable link. - [Link in Bio](https://toolsy.my/t/link-in-bio): Build your personal link-in-bio page with themes and click analytics. - [AI Chat](https://toolsy.my/t/ai-chat) [premium]: Chat with top AI models. Pay only for what you use. - [Portfolio Builder](https://toolsy.my/t/portfolio-builder): Build a professional portfolio page with projects, skills, and experience. - [Mood Tracker](https://toolsy.my/t/mood-tracker): Log daily moods with notes and tags, visualize trends with charts and heatmaps. - [Restaurant Menu Builder](https://toolsy.my/t/restaurant-menu-builder): Build a digital restaurant menu with QR code and shareable link. - [Work Time Tracker](https://toolsy.my/t/work-tracker): Focus timer with Pomodoro modes, break alerts, project tracking, and history. - [AI Chatroom](https://toolsy.my/t/ai-chatroom) [premium]: Group chat with multiple AI models. Assign roles, @mention, and watch them debate. - [Whiteboard](https://toolsy.my/t/whiteboard): Draw, sketch, and brainstorm on a free online whiteboard with export to image or PDF. - [Data Chart Maker](https://toolsy.my/t/data-chart-maker): Create charts from CSV/JSON data and export as PNG or animated video. - [AI Workout Plan Generator](https://toolsy.my/t/ai-workout-planner) [premium]: AI-generated personalized weekly workout plan with BMR/TDEE calculations and PDF download. - [AI Food Calorie Calculator](https://toolsy.my/t/ai-calorie-calculator) [premium]: Analyze food calories and macros from a photo or text description using AI. - [AI Diet Planner](https://toolsy.my/t/ai-diet-planner) [premium]: AI-generated 7-day personalized meal plan with calories, macros, and shopping list. - [Daily Calorie Tracker](https://toolsy.my/t/daily-calorie-tracker): Log meals and track daily calorie and macro intake with a weekly overview. - [Screen Recorder](https://toolsy.my/t/screen-recorder): Record your screen directly in the browser. Download as WebM video. - [World Clock](https://toolsy.my/t/world-clock): Live current time across multiple world cities and time zones. - [Random Picker](https://toolsy.my/t/random-picker): Pick a winner from a list, generate random numbers, spin a wheel, and more. - [URL List Playlist](https://toolsy.my/t/url-list-playlist): Create shareable URL playlists with live iframe preview and password protection. - [Pomodoro Focus Timer](https://toolsy.my/t/focus-timer): Pomodoro timer with task list and session history. - [Split Bill Calculator](https://toolsy.my/t/bill-splitter): Split bills with tip calculation — who pays what. - [Kanban Board](https://toolsy.my/t/kanban-board): Drag-and-drop task board with To Do, In Progress, and Done columns. - [Habit Tracker](https://toolsy.my/t/habit-tracker): Daily habit streaks with a 30-day progress calendar. - [Net Worth Calculator](https://toolsy.my/t/net-worth-calculator): Calculate net worth: assets minus liabilities with a visual breakdown. - [Relaxing Ambient Sounds](https://toolsy.my/t/ambient-sounds): Relax and focus with browser-synthesized ambient sounds — rain, ocean, fire, forest, and more. - [Conversation Starter Generator](https://toolsy.my/t/conversation-starters): Get icebreaker questions and conversation starters for any situation — date, work, travel, and more. - [Trip Budget Planner](https://toolsy.my/t/trip-budget-planner): Plan and track travel expenses with per-category, per-day, and per-person breakdowns. - [Recipe Ingredient Scaler](https://toolsy.my/t/recipe-scaler): Scale recipe ingredients up or down — paste, set servings, done. - [Meeting Cost Calculator](https://toolsy.my/t/meeting-cost-calculator): Calculate the real cost of a meeting — live timer mode watches the money tick away. ### Audio (12 tools) - [Audio Splitter](https://toolsy.my/t/audio-splitter): Split audio files into chunks by time or count. 100% browser-based, no upload. - [AI Audio Transcriber](https://toolsy.my/t/audio-transcriber) [premium]: Convert audio to text with AI. Chunked processing, pay per actual usage. - [Online Voice Recorder](https://toolsy.my/t/audio-recorder): Record voice or audio from your microphone and download it instantly. - [Audio Converter](https://toolsy.my/t/audio-converter): Convert audio files between formats. WAV output, 100% browser-based. - [Audio Trimmer](https://toolsy.my/t/audio-trimmer): Trim and cut audio files to any duration. Precise start/end control. - [Audio Merger](https://toolsy.my/t/audio-merger): Merge and combine multiple audio files into one. Browser-based, no upload. - [BPM Detector](https://toolsy.my/t/bpm-detector): Detect the tempo (BPM) of any song or audio file automatically. - [Audio Waveform Visualizer](https://toolsy.my/t/audio-waveform): Visualize the waveform of any audio file. Zoom, pan, and export as PNG. - [AI Music Clip Generator](https://toolsy.my/t/ai-music-clip) [premium]: Generate 30-second AI music clips from text. Powered by Google Lyria 3. - [AI Song Generator](https://toolsy.my/t/ai-song-generator) [premium]: Generate full-length songs with verses, choruses, and bridges using AI. - [AI Voice Studio](https://toolsy.my/t/ai-voice-studio) [premium]: Premium text-to-speech with 6 natural AI voices. Powered by OpenAI GPT Audio. - [Chord Progression Generator](https://toolsy.my/t/chord-progression): Generate and play chord progressions for any key and mood — right in your browser. ### Video (6 tools) - [Online Video Player](https://toolsy.my/t/video-player): Play local or online videos with HLS stream support, subtitles, playlist, and bookmarks. - [Video Frame Extractor](https://toolsy.my/t/video-frame-extractor): Extract frames from any video as JPEG/PNG/WebP images. Batch download as ZIP. - [Video Compressor](https://toolsy.my/t/video-compressor): Compress and reduce video file size in your browser. No upload needed. - [Video Trimmer](https://toolsy.my/t/video-trimmer): Trim and cut videos to any start/end time. No upload, runs in browser. - [Video to MP3](https://toolsy.my/t/video-to-mp3): Extract audio from any video file. Download as WAV audio file. - [Video Format Converter](https://toolsy.my/t/video-converter): Convert video files between MP4, WebM, MKV, AVI and more. No upload needed. ### Games (18 tools) - [2048](https://toolsy.my/t/game-2048): Slide tiles to merge and reach 2048. - [Snake](https://toolsy.my/t/game-snake): Classic snake — eat, grow, survive. - [Memory Match](https://toolsy.my/t/game-memory): Flip cards and match emoji pairs. - [Color Flood](https://toolsy.my/t/game-color-flood): Flood-fill puzzle: expand your territory to conquer the whole board. - [Whack-a-Mole](https://toolsy.my/t/game-whack-mole): Tap moles before they vanish. Build combos, dodge bombs, beat the clock! - [Word Scramble](https://toolsy.my/t/game-word-scramble): Unscramble words fast! Speed bonuses, streaks, and a 90-second challenge. - [Crossy Road](https://toolsy.my/t/game-crossy-road): Hop across busy roads — dodge traffic! - [Space Flap](https://toolsy.my/t/game-flappy-bird): Rocket through asteroid gaps in space. - [Tic Tac Toe](https://toolsy.my/t/game-tic-tac-toe): X vs O — beat the minimax AI. - [Crash](https://toolsy.my/t/game-crash): Cash out before the multiplier crashes! - [Dice Roller](https://toolsy.my/t/dice-roller): Roll standard and custom dice. D4 to D20, multiple dice, roll history. - [Sudoku](https://toolsy.my/t/game-sudoku): Classic 9×9 number puzzle with easy, medium, and hard difficulty. - [Wordle](https://toolsy.my/t/game-wordle): Guess the hidden 5-letter word in 6 tries — daily word + random mode. - [Road Racer](https://toolsy.my/t/game-racing): Dodge traffic on an endless highway — how far can you go before crashing? - [Blackjack](https://toolsy.my/t/game-blackjack): Classic casino Blackjack — hit, stand, or double down to beat the dealer. - [Hangman](https://toolsy.my/t/game-hangman): Guess the hidden word letter by letter before the man is hanged — 7 wrong guesses allowed. - [Pong](https://toolsy.my/t/game-pong): Classic retro Pong — bounce the ball past the AI paddle to score. - [Texas Hold'em](https://toolsy.my/t/game-poker): Play heads-up Texas Hold'em poker against a smart AI opponent.