generator
474 tools tagged "generator".
REST API Config Generator
Generate a structured JSON route config and Markdown docs stub from a list of routes.
Open toolOpenAPI Generator
Generate a full OpenAPI 3.1 YAML document from a list of paths and an auth scheme.
Open toolSwagger YAML Generator
Generate a Swagger 2.0 YAML document with example responses, for Swagger UI.
Open toolPostman Collection Generator
Build a valid Postman Collection v2.1 JSON file from a list of requests.
Open toolGraphQL Schema Generator
Generate GraphQL SDL types, queries, and mutation stubs from a described data model.
Open toolASCII Art Generator
Render a short piece of text as large block letters made of # characters.
Open toolASCII Character Set Generator
Output the full ASCII character set as text, filtered to printable, control, or all 128 codes.
Open toolASCII Table Creator
Turn newline/comma/tab-delimited data into a bordered ASCII text table with auto-sized columns.
Open toolASCII Spiral Generator
Plot an outward Archimedean spiral onto a grid using a chosen ASCII character.
Open toolASCII to Regex Generator
Build a regex that matches exactly a given set of ASCII literal strings, via alternation.
Open toolASCII Tree Drawer
Turn a 2-space or tab-indented list into a Unix tree-style ASCII directory diagram.
Open toolASCII Wave Drawer
Plot a sine wave as ASCII art across a configurable width, height, and frequency.
Open toolASCII Zalgo Corruptor
Validate strict-ASCII input, then layer random Unicode combining marks onto it for a zalgo effect.
Open toolFake ASCII Generator
Generate pronounceable fake 'words' from ASCII consonant/vowel syllables for placeholder text.
Open toolRandom ASCII Generator
Generate a random string of a chosen length, sampled from a chosen ASCII code range.
Open toolRegex to ASCII Generator
Generate a random sample string matching a regex pattern, guaranteed strict printable ASCII.
Open toolDNS Zone File Generator
Build a BIND-style DNS zone file from SOA fields and a list of resource records.
Open toolDomain Suggestion Generator
Generate domain name ideas from a keyword by combining prefixes, suffixes, and TLDs.
Open toolText File Generator
Generate a paragraph of pseudo-random filler text and download it as a .txt file.
Open toolFile Corruptor
Randomly corrupt a percentage of characters in a text file to simulate bit rot or a bad download.
Open toolEmpty File Generator
Download a zero-byte placeholder file with any filename you choose.
Open toolBinary File Generator
Generate a file of cryptographically random bytes and download it as .bin, with a hex preview.
Open toolRandom Hex Value Generator
Generate a random hexadecimal string of a chosen length using your browser's secure random number generator.
Open toolRandom Whirlpool Hash Generator
Generate a random sample string and its 512-bit Whirlpool digest, entirely in your browser.
Open toolRandom SHA-0 Hash Generator
Generate a random sample string and its withdrawn SHA-0 digest, entirely in your browser.
Open toolRandom SHA-3 Hash Generator
Generate a random sample string and its SHA3-224/256/384/512 digests, entirely in your browser.
Open toolRandom SHA3-224 Hash Generator
Generate a random sample string and its 224-bit SHA3-224 digest, entirely in your browser.
Open toolRandom SHA3-256 Hash Generator
Generate a random sample string and its 256-bit SHA3-256 digest, entirely in your browser.
Open toolRandom SHA3-384 Hash Generator
Generate a random sample string and its 384-bit SHA3-384 digest, entirely in your browser.
Open toolRandom SHA3-512 Hash Generator
Generate a random sample string and its 512-bit SHA3-512 digest, entirely in your browser.
Open toolRandom NTLM Hash Generator
Generate a random sample string and its NTLM password hash, entirely in your browser.
Open toolRandom BLAKE3 Hash Generator
Generate a random sample string and its 256-bit BLAKE3 digest, entirely in your browser.
Open toolRandom Adler32 Hash Generator
Generate a random sample string and its 32-bit Adler-32 checksum, entirely in your browser.
Open toolRandom Keccak Hash Generator
Generate a random sample string and its raw Keccak-256 digest, entirely in your browser.
Open toolRandom SHAKE Hash Generator
Generate a random sample string and its 64-byte SHAKE256 output, entirely in your browser.
Open toolRandom BLAKE2 Hash Generator
Generate a random sample string and its BLAKE2b digest, entirely in your browser.
Open toolRandom BLAKE Hash Generator
Generate a random sample string and its original BLAKE-256 digest, entirely in your browser.
Open toolRandom Bcrypt Hash Generator
Generate a random sample password and salt, and their bcrypt hash, entirely in your browser.
Open toolRandom MySQL Hash Generator
Generate a random sample password and its legacy MySQL PASSWORD() hash, entirely in your browser.
Open toolRandom MariaDB Hash Generator
Generate a random sample password and its legacy MariaDB PASSWORD() hash, entirely in your browser.
Open toolRandom Postgres Hash Generator
Generate a random sample username and password, and their Postgres md5 password hash, entirely in your browser.
Open toolRandom MongoDB Hash Generator
Generate a random sample username and password, and their MONGODB-CR hash, entirely in your browser.
Open toolRandom SHA-1 Hash Generator
Generate a random sample string and its 160-bit SHA-1 digest, entirely in your browser.
Open toolRandom SHA-256 Hash Generator
Generate a random sample string and its 256-bit SHA-256 digest, entirely in your browser.
Open toolHash Generator
Compute MD5, SHA-1, SHA-256, SHA-384, SHA-512, SHA3-256, RIPEMD-160, CRC32, and BLAKE3 for one input at once.
Open toolHMAC Generator
Compute an HMAC (MD5, SHA-1, SHA-256, SHA-384, or SHA-512) for a message and secret key.
Open toolBulk File Hash Generator
Compute MD5, SHA-1, SHA-256, or SHA-512 for multiple uploaded files at once, entirely in your browser.
Open toolCustom Hex Generator
Generate a random hex value with a custom length, case, prefix, and digit grouping.
Open toolHex Grid Generator
Generate a full rows x columns ASCII hex grid, each cell labeled with its sequential hex index.
Open toolHex Sequence Generator
Generate a run of consecutive hex values from a start value, with custom separator and padding.
Open toolHex Spiral Generator
Arrange consecutive hex values into a square ASCII grid, filled in clockwise spiral order.
Open toolHex ZigZag Generator
Generate a decorative ASCII-art zigzag of consecutive hex values, indentation tracing a wave.
Open toolHexaflexagon Generator
Render a simplified illustrative triangle-strip net for a hexaflexagon, labeled with hex digits.
Open toolPolyhex Shapes Generator
Procedurally generate one example connected polyhex (N edge-connected hexagons) as ASCII art.
Open toolFakeson Generator
Generate realistic fake JSON data from a template whose values are type-hint keywords.
Open toolJSON Error Injector
Deliberately corrupt valid JSON with random syntax mutations for testing error handling.
Open toolRandom JSON Array Generator
Generate a random flat JSON array of numbers, strings, booleans, or a mix.
Open toolRandom JSON Object Generator
Generate a random flat JSON object with a chosen number of realistic-looking keys.
Open toolMarkdown Table Generator
Build a Markdown table in an editable grid, no manual pipe alignment.
Open toolMarkdown Link Generator
Fill in link text, a URL, and an optional title to get valid Markdown link syntax.
Open toolNginx Rewrite Generator
Build Nginx rewrite and redirect rules from a list of from/to paths.
Open toolIP Allow List Generator
Build a CIDR-based allow or deny list for Nginx, HAProxy, or iptables.
Open toolFirewall Rules Generator
Build firewall rules for UFW, iptables, or nftables from port/protocol/source/action rows.
Open toolRSA/ECDSA Key Generator
Generate an RSA or ECDSA key pair with the Web Crypto API and export it as standard PEM.
Open toolJWT Builder
Build a JWT from a JSON payload and sign it with HS256, HS384, or HS512.
Open toolTOTP/2FA Authenticator & Token Generator
Generate live RFC 6238 TOTP codes from a Base32 secret, or create a new secret with a scannable QR code.
Open toolCSP Header Generator
Build a Content-Security-Policy header as the exact config snippet for Nginx, Apache, Express, or Next.js.
Open toolCORS Configuration Generator
Build a CORS configuration as real syntax for Express, Next.js, Nginx, Apache, or Spring Boot.
Open toolHTTP Security Headers Generator
Generate raw HTTP security header lines: HSTS, X-Frame-Options, Permissions-Policy rows, and COOP/COEP.
Open toolSSH Config File Generator
Build a ~/.ssh/config file from repeatable Host blocks: alias, HostName, User, Port, IdentityFile, ProxyJump.
Open toolSSH Key Generator Commands
Get the exact local ssh-keygen command for Ed25519 or RSA, with your chosen comment and filename. Commands only, no key material.
Open toolSSL/TLS Config Generator
Generate a hardened TLS config (protocols, ciphers, session settings) for Nginx, Apache, HAProxy, or Caddy, per Mozilla's SSL profiles.
Open toolJWT Secret Generator
Generate a high-entropy HMAC secret sized correctly for HS256, HS384, or HS512, output as hex and base64.
Open toolCSR Generator Commands
Get the exact local openssl req command to generate a CSR and private key for your subject, key type, and SANs. Commands only, no key material.
Open toolBold Text Writer
Convert plain text into Unicode Mathematical Bold letters and digits.
Open toolCursive Text Writer
Convert plain text into flowing Unicode Mathematical Script (cursive) letters.
Open toolFake Text Generator
Generate classic lorem-ipsum-style placeholder paragraphs.
Open toolItalic Text Writer
Convert plain text into Unicode Mathematical Italic letters.
Open toolRandom String Generator
Generate a random string with a chosen length and character sets.
Open toolRegex String Generator
Generate a random sample string that matches a regex pattern.
Open toolScrolling Text Generator
Generate a self-contained HTML+CSS snippet that scrolls text horizontally.
Open toolSubscript Writer
Convert digits and a small set of letters into real Unicode subscript characters.
Open toolSuperscript Writer
Convert digits, letters, and a few symbols into real Unicode superscript characters.
Open toolFancy Font Changer
Convert plain text into fancy Unicode letters: bold, italic, script, double-struck, or fullwidth.
Open toolFixed-Length Text Generator
Generate filler text that is exactly N characters long.
Open toolText Marquee Creator
Generate a self-contained scrolling marquee banner as an HTML/CSS snippet.
Open toolText Strikethrough Adder
Add a strikethrough effect to plain text using a Unicode combining overlay mark.
Open toolText Underliner
Underline plain text using the Unicode combining low line character.
Open toolTiny Text Generator
Convert text into tiny, condensed Unicode characters popular on social media.
Open toolZalgo Text Generator
Turn text into creepy, glitchy 'zalgo' text using random Unicode combining marks.
Open toolUUID Generator & Validator
Generate random UUIDs (v4 or v7) or validate one and inspect its version and variant.
Open toolShort ID Generator
Generate short, random, human-friendly IDs with an unambiguous character set.
Open toolULID Generator
Generate ULIDs: 26-character, timestamp-prefixed, lexicographically sortable IDs.
Open toolNano ID Generator
Generate compact, URL-safe unique IDs with a customizable length and alphabet.
Open toolCUID2 Generator
Generate CUID2-format IDs: a lowercase letter followed by random base36 characters.
Open toolAPI Key Generator
Generate random API keys with a custom prefix, length, and character set.
Open toolDiceware Passphrase Generator
Generate memorable, high-entropy passphrases from the EFF's short Diceware word list.
Open toolUsername Generator
Generate random adjective-noun usernames with optional numbers and case styles.
Open toolCryptographically Secure Password Generator
Generate strong, random passwords with crypto.getRandomValues(), no modulo bias, with an entropy estimate.
Open toolQR Code Encoder & Decoder
Generate a real, scannable QR code from text, or decode one from an uploaded image.
Open toolBarcode Generator
Generate a real, scannable 1D barcode (CODE128, EAN-13, UPC, ITF-14, and more) from text.
Open toolRandom YAML Generator
Generate realistic-looking random YAML for testing and demos.
Open toolKubernetes Deployment YAML Generator
Fill in a form to generate a complete Kubernetes Deployment manifest, with env vars, resources, probes, and rolling updates.
Open toolKubernetes Service YAML Generator
Generate a Kubernetes Service manifest for ClusterIP, NodePort, LoadBalancer, or headless service types.
Open toolKubernetes Ingress YAML Generator
Generate a Kubernetes Ingress manifest with host/path routing rules, TLS, and common controller annotations.
Open toolKubernetes ConfigMap YAML Generator
Generate a Kubernetes ConfigMap manifest from key/value pairs or a single file's contents.
Open toolKubernetes Secret YAML Generator
Generate a Kubernetes Secret manifest (Opaque, TLS, or Docker config) from plain-text key/value entries.
Open toolKubernetes HorizontalPodAutoscaler YAML Generator
Generate a Kubernetes HorizontalPodAutoscaler (autoscaling/v2) manifest targeting a Deployment by CPU and/or memory utilization.
Open toolKubernetes PodDisruptionBudget YAML Generator
Generate a Kubernetes PodDisruptionBudget manifest with either minAvailable or maxUnavailable, as a count or percentage.
Open toolKubernetes ResourceQuota YAML Generator
Generate a Kubernetes ResourceQuota manifest capping a namespace's compute requests/limits and object counts.
Open toolKubernetes Namespace YAML Generator
Generate a Kubernetes Namespace manifest with repeatable labels and annotations.
Open toolKubernetes Pod YAML Generator
Generate a raw, standalone Kubernetes Pod manifest with a custom command, ports, env vars, and restart policy.
Open toolKubernetes PersistentVolume Generator
Build a Kubernetes PersistentVolume manifest with hostPath or NFS storage, access modes, and a reclaim policy.
Open toolKubernetes PersistentVolumeClaim Generator
Build a Kubernetes PersistentVolumeClaim manifest with access modes, storage size, storage class, and an optional selector.
Open toolKubernetes StatefulSet Generator
Build a Kubernetes StatefulSet manifest with a headless service name, replicas, a volumeClaimTemplate, and a pod management policy.
Open toolKubernetes DaemonSet Generator
Build a Kubernetes DaemonSet manifest with env vars, a node selector, tolerations, and an update strategy.
Open toolKubernetes Job Generator
Build a Kubernetes Job manifest with a command, parallelism, completions, backoff limit, and a restart policy.
Open toolKubernetes CronJob Generator
Build a Kubernetes CronJob manifest with a cron schedule, concurrency policy, and history/deadline limits.
Open toolKubernetes NetworkPolicy Generator
Build a Kubernetes NetworkPolicy manifest with pod/namespace selectors, IP block rules, and separate ingress/egress rules.
Open toolKubernetes RBAC Generator
Build a Kubernetes Role or ClusterRole with rules, plus its matching RoleBinding or ClusterRoleBinding.
Open toolHelm values.yaml Generator
Build a starter Helm values.yaml with image, service, ingress, resources, env vars, and a secrets placeholder block.
Open toolKustomization YAML Generator
Build a kustomization.yaml with a resources list, optional bases, commonLabels, a namespace override, and a configMapGenerator.
Open toolKubernetes ServiceAccount YAML Generator
Generate a Kubernetes ServiceAccount manifest with labels, annotations, token automounting, and image pull secrets.
Open toolDocker Compose Generator
Build a multi-service docker-compose.yml from a form: ports, volumes, env vars, healthchecks, and resource limits.
Open toolDockerfile Generator
Generate a single-stage Dockerfile from a language preset: WORKDIR, install steps, EXPOSE, non-root user, and CMD.
Open toolMulti-Stage Docker Builder
Generate a two-stage Dockerfile: a build stage with your toolchain and a minimal runtime stage that copies only the build output.
Open tool.dockerignore Generator
Generate a .dockerignore file from a stack preset so node_modules, .git, .env, and build artifacts never reach your build context.
Open toolDocker Swarm Stack Generator
Generate a docker stack deploy YAML with replicas, rolling update_config, placement constraints, an overlay network, and secrets.
Open toolDocker Secrets Generator
Generate a Compose/Swarm secrets block (file-based or external), a service reference, and a BuildKit --secret build snippet.
Open toolDocker Healthcheck Generator
Generate a matching Dockerfile HEALTHCHECK directive and Compose healthcheck block from a curl, script, or TCP test.
Open toolDocker OCI Labels Generator
Generate standard org.opencontainers.image.* LABEL lines plus custom labels, as both Dockerfile and Compose syntax.
Open toolGitLab CI Generator
Build a .gitlab-ci.yml with stages, jobs, caching, artifacts and branch rules, no YAML by hand.
Open toolJenkins Pipeline Generator
Build a declarative Jenkinsfile with an agent, stages, environment variables and a post block.
Open toolCircleCI Config Generator
Build a .circleci/config.yml with a Docker executor, jobs, a workflow, and optional orbs.
Open toolAzure DevOps Pipeline Generator
Build an azure-pipelines.yml with triggers, a pool, stages, variables and common tasks.
Open toolBitbucket Pipelines Generator
Build a bitbucket-pipelines.yml with default steps, branch pipelines, caches and a PR pipeline.
Open toolBuildkite Pipeline Generator
Build a Buildkite pipeline.yml with steps, agent targeting, a wait step and manual approval.
Open toolDrone CI Generator
Build a .drone.yml Docker pipeline with steps, volumes, and from_secret references.
Open toolTravis CI Generator
Build a .travis.yml with a language/version matrix, install/script steps, stages and deploy.
Open toolTerraform Config Generator
Generate a starter main.tf with a provider block, one resource, a variable, and an output for AWS, Azure, or Google Cloud.
Open toolTerraform Module Generator
Generate a reusable Terraform module's file set: main.tf, variables.tf, outputs.tf, and a README usage snippet.
Open toolTerraform Variables Generator
Generate a variables.tf file with typed variable blocks, defaults, descriptions, sensitivity, and validation rules.
Open toolTerraform .tfvars Generator
Generate a terraform.tfvars file with correctly formatted string, number, bool, list, and map values.
Open toolTerraform Outputs Generator
Generate an outputs.tf file with repeatable output blocks: name, value expression, description, and a sensitive toggle.
Open toolTerraform Backend Generator
Generate a Terraform backend block for S3 with DynamoDB locking, GCS, Kubernetes, or Postgres remote state.
Open toolPulumi Program Generator
Generate a basic Pulumi program skeleton in TypeScript, Python, Go, C#, or YAML for AWS, Azure, or GCP.
Open toolAnsible Playbook Generator
Generate a playbook.yml with a hosts group, vars, repeatable tasks (apt/copy/service/template), and a wired-up restart handler.
Open toolChef Recipe Generator
Generate a Chef recipe.rb with repeatable package/service/template/file resources and node attribute references.
Open toolPuppet Manifest Generator
Generate a Puppet .pp manifest: a class wrapping repeatable package/service/file resources, variables, and an if/else example.
Open toolAWS IAM Policy Generator
Build a valid AWS IAM policy JSON document from Allow/Deny statements without hand-writing the JSON.
Open toolEC2 User Data Generator
Generate an EC2 instance's user data as a bash script or cloud-init YAML, with packages, a user, and hostname.
Open toolS3 Bucket Policy Generator
Generate an S3 bucket policy JSON with HTTPS enforcement, KMS encryption enforcement, and a custom access statement.
Open toolAWS Security Group Generator
Build EC2 security group ingress/egress rules as JSON, with one-click presets for SSH, HTTP, HTTPS, Postgres, and MySQL.
Open toolCloudFormation Template Generator
Generate a starter CloudFormation template with Parameters, one Resource block, and Outputs, in YAML or JSON.
Open toolECS Task Definition Generator
Generate an ECS task definition JSON with one or more containers, port mappings, env vars, and awslogs logging.
Open toolAWS Lambda Config Generator
Generate a Lambda function configuration template with handler, runtime, memory/timeout, env vars, VPC, and DLQ settings.
Open toolPrometheus Config Generator
Build a prometheus.yml with global intervals, repeatable scrape configs, alerting, and remote_write.
Open toolGrafana Dashboard Generator
Build a Grafana dashboard JSON model from a form: panels, PromQL queries, grid layout, and a templating variable.
Open toolAlertmanager Config Generator
Build an alertmanager.yml with routing, repeatable Slack/PagerDuty/email/Teams receivers, and inhibit rules.
Open toolLoki Config Generator
Build a Loki config YAML with auth, a filesystem/S3/GCS storage backend, and ingestion/retention limits.
Open toolTempo Config Generator
Build a Grafana Tempo config YAML with an OTLP/Jaeger/Zipkin receiver, a storage backend, and metrics-generator.
Open toolOpenTelemetry Collector Config Generator
Build an otel-collector-config.yaml with OTLP receivers, batch/memory_limiter processors, and a wired pipeline.
Open toolFluentd Config Generator
Build a fluent.conf with a source, record_transformer filter, and elasticsearch/loki/kafka/s3 output.
Open toolFluent Bit Config Generator
Build a fluent-bit.conf with SERVICE, INPUT, FILTER, and OUTPUT sections, plus optional TLS.
Open toolLogstash Config Generator
Build a logstash.conf with input {}, filter {} (grok + mutate), and output {} blocks.
Open toolVector Config Generator
Build a vector.toml with a source, a VRL remap transform, and an elasticsearch/loki/console sink.
Open toolPostgreSQL Config Generator
Generate a postgresql.conf with key connection, memory, and logging settings plus a matching pg_hba.conf.
Open toolMySQL Config Generator
Generate the [mysqld] section of my.cnf: server-id, buffer pool, connections, charset, and binary logging.
Open toolMongoDB Config Generator
Generate a mongod.conf YAML file: networking, authorization, WiredTiger cache, replication, and logging.
Open toolRedis Config Generator
Generate a redis.conf: networking, maxmemory + eviction policy, RDB/AOF persistence, and ACL user lines.
Open toolRabbitMQ Config Generator
Generate rabbitmq.conf, a matching definitions.json, and commented clustering hints from one form.
Open toolKafka Config Generator
Generate server.properties with core broker settings, toggling between KRaft mode and legacy ZooKeeper mode.
Open toolpackage.json Generator
Build a valid package.json with scripts, dependencies, and engine constraints filled in through a form.
Open tooltsconfig.json Generator
Generate a tsconfig.json tuned for a React app, Node backend, or publishable library.
Open toolESLint Flat Config Generator
Generate an ESLint 9 flat config for React, Node, or TypeScript with plugins and rule overrides.
Open toolPrettier Config Generator
Generate a .prettierrc and matching .prettierignore from printWidth, quotes, semicolons, and trailing commas.
Open toolBabel Config Generator
Generate a babel.config.js with preset-env browserslist targets, preset-react, preset-typescript, and plugins.
Open toolVite Config Generator
Generate a vite.config.ts with a framework plugin, path aliases, dev-server proxy rules, and build options.
Open toolWebpack Config Generator
Generate a webpack.config.js with entry/output, mode, babel-loader/css-loader rules, devServer, and plugins.
Open toolRollup Config Generator
Generate a rollup.config.js with ESM + CJS output, externals, and typescript/node-resolve/commonjs plugins.
Open toolHusky Git Hooks Generator
Generate Husky v9 .husky/pre-commit and .husky/commit-msg scripts plus the package.json prepare line.
Open toolCommitlint Config Generator
Generate a commitlint.config.js extending @commitlint/config-conventional with custom type/scope enums.
Open toollint-staged Config Generator
Generate a lint-staged config mapping glob patterns to command arrays, as .lintstagedrc.json or a package.json block.
Open toolEditorConfig Generator
Generate a .editorconfig file with per-glob indent style, indent size, charset, line endings, and whitespace rules.
Open toolJest/Vitest Config Generator
Generate a jest.config.js or vitest.config.ts with test environment, coverage, setup files, and path aliases.
Open tool.gitignore Generator
Combine Node, Python, Java, .NET, Go, Rust, React/Next.js and IDE presets into one .gitignore.
Open toolGitHub Actions Workflow Generator
Build a GitHub Actions workflow with triggers, a job, a matrix strategy and permissions.
Open toolGit Hooks Generator
Generate a pre-commit, commit-msg or pre-push hook script for native Git or Husky v9.
Open toolConventional Commit Message Generator
Build a properly formatted Conventional Commits message from type, scope, subject and body.
Open toolRelease Notes Generator
Paste commit messages or PR titles and group them into a Markdown release notes document.
Open toolTailwind Config Generator
Generate a tailwind.config.ts with content globs, theme colors/fonts, dark mode, and official plugins.
Open toolNext.js Config Generator
Generate a next.config.mjs with reactStrictMode, image remote patterns, security headers, redirects, and rewrites.
Open toolReact Environment Variables Generator
Generate a .env file with the correct CRA/Vite/Next.js prefix, plus a matching Zod validation schema.
Open toolAngular.json Build Target Generator
Generate an angular.json build target snippet with outputPath, size budgets, environment file replacement, and a serve proxy.
Open toolSvelteKit Config Generator
Generate a svelte.config.js with the right adapter (node/vercel/static) and a matching CSP example for that host.
Open toolVue Config Generator (Vue 3 / Vue 2)
Generate the right Vue config for your version: vite.config.ts (Vue 3) or vue.config.js (Vue 2), with aliases and proxy.
Open toolOpenAI Environment Generator
Generate a .env file for an OpenAI app plus a matching Python or Node.js client-init snippet.
Open toolLangChain Config Generator
Generate a LangChain RunnableConfig with tags, callbacks, a tools list, retries, and a timeout.
Open toolOllama Docker Compose Generator
Generate a docker-compose.yml for a local Ollama service, with an optional NVIDIA GPU reservation.
Open toolMCP Server Config Generator
Generate an mcpServers JSON block for a stdio-based Model Context Protocol server.
Open toolHugging Face Config Generator
Generate a Hugging Face .env plus a local transformers pipeline or Inference Endpoint snippet.
Open toolVector Database Config Generator
Generate connection/setup code for Pinecone, Qdrant, Chroma, or pgvector, each with its own real fields.
Open tool.env File Generator
Build a .env or .env.example file from key/value rows, grouped into sections, with framework-aware notes.
Open toolEnvironment Variable Encryptor
Generate an AES-256 key and IV for one secret env var, with matching openssl, Node, and PowerShell decrypt commands.
Open toolSecrets Manager Config Generator
Generate AWS Secrets Manager CLI commands, Kubernetes External Secrets YAML, or Vault kv commands for one named secret.
Open toolCloudflare Pages _headers File Generator
Build a Cloudflare Pages _headers file from repeatable path-pattern and header rows.
Open toolCloudflare Pages _redirects File Generator
Build a Cloudflare Pages _redirects file from repeatable from/to/status rows, an SPA fallback, and a domain redirect.
Open toolwrangler.toml Generator
Build a wrangler.toml with name, entry point, routes, KV/D1 bindings, and a [vars] block.
Open toolCloudflare Pages Security Headers Generator
Generate a Cloudflare Pages _headers snippet with HSTS, CSP, Referrer-Policy, and more, with sensible defaults.
Open toolCloudflare Pages Caching Rule Generator
Generate Cache-Control _headers rules per asset type: static assets, HTML, API JSON, images, and fonts.
Open toolCloudflare Pages robots.txt Generator
Generate a robots.txt for a production Cloudflare Pages domain (allow + sitemap) or a pages.dev staging subdomain (disallow all).
Open toolCloudflare Pages CSP Header Generator
Build a Content-Security-Policy header string for Cloudflare Pages, with toggles for common sources and a report-only mode.
Open toolCloudflare Staging Domain Blocker
Generate the combined robots.txt + _headers + _redirects to stop a pages.dev staging subdomain from being indexed.
Open toolAI Crawler Policy Generator
Paste your robots.txt, classify AI vs search crawlers, and get a suggested allow/block policy plus an llms.txt skeleton.
Open toolNginx Reverse Proxy Generator
Generate an Nginx server block with an upstream pool, WebSocket, gRPC, and caching toggles.
Open toolLet's Encrypt Config Generator
Generate the Certbot install and certonly commands for Nginx or Apache.
Open toolCertbot Renewal Config Generator
Generate Certbot's renewal systemd timer and an equivalent cron entry.
Open toolLoad Balancer Config Generator
Generate a TCP or HTTP load balancer config for Nginx, HAProxy, or a Kubernetes LoadBalancer Service.
Open toolRate Limiting Config Generator
Generate a rate limiting config for Nginx (limit_req), HAProxy (stick-table), or Traefik (ratelimit).
Open toolApache VirtualHost Generator
Generate an Apache VirtualHost with ServerName, DocumentRoot, an SSL toggle, and ProxyPass.
Open toolCaddyfile Generator
Generate a Caddyfile with automatic HTTPS, a reverse_proxy target, file_server, and headers.
Open toolHAProxy Config Generator
Generate an haproxy.cfg with global/defaults, a Host-header ACL frontend, and a balanced backend.
Open toolTraefik Config Generator
Generate a Traefik static config (entryPoints + provider) or a dynamic routers/services YAML.
Open toolsystemd Service Generator
Generate a systemd unit file with Restart policy, sandboxing (ProtectSystem/NoNewPrivileges/PrivateTmp), and WantedBy.
Open toolCrontab Generator
Build a cron schedule line from minute/hour/day/month/weekday fields, with common presets, flock locking, and log redirection.
Open toolBash Script Generator
Generate a Bash script skeleton with set -euo pipefail, an error/cleanup trap, getopts argument parsing, and a logging function.
Open toolPOSIX Shell Script Generator
Generate a portable /bin/sh script skeleton with set -eu and getopts, avoiding bashisms so it runs on Alpine/BusyBox ash and dash.
Open toolRandom Audio Generator
Render a short sequence of random-frequency oscillator tones and download it as a WAV file.
Open toolRandom Base64 Data Generator
Generate random bytes and base64-encode them with the browser's real btoa() — both input and output shown.
Open toolRandom Binary Number Generator
Generate a random integer shown in base-2, with a configurable bit length.
Open toolRandom Bird Generator
Generate a random cartoon bird SVG with a random body shape, wing tilt, feather color, and beak color.
Open toolRandom Bit Generator
Generate a string of N random bits, each independently 0 or 1.
Open toolRandom Bitmap Generator
Generate a random-noise bitmap image at any size, in full color or monochrome, and download it as a PNG.
Open toolRandom Boolean Generator
Generate a batch of random true/false boolean values, each with an independent 50/50 chance.
Open toolRandom BSON Generator
Generate a random document and hand-encode it as real BSON bytes, shown as a hex dump alongside a JSON preview.
Open toolRandom Byte Generator
Generate N random bytes (0-255), shown as hex pairs, a decimal array, or comma-separated decimal values.
Open toolRandom Cat Generator
Generate a random cartoon cat face SVG with a random ear shape, fur color/pattern, eye color, and whiskers.
Open toolRandom Cat Name Generator
Pick a random name for a cat from a built-in list of common cat names.
Open toolRandom Chess Game Generator
Play out a random chess game from the standard opening position using real piece-movement rules, N plies at a time.
Open toolRandom Chess Position Generator
Generate a random, sanity-checked arrangement of chess pieces as FEN notation and a visual board.
Open toolRandom Circle Generator
Generate a random circle with random radius, position, and fill/stroke color, as an SVG.
Open toolRandom City Generator
Generate random real-world city names spanning every inhabited continent.
Open toolRandom Color Generator
Generate a random color and see its hex, RGB, and HSL values together with a visual swatch — constrain to pastel, vivid, or dark.
Open toolRandom Coprime Pair Generator
Generate pairs of positive integers (a, b) with gcd(a, b) = 1, within a configurable range.
Open toolRandom Country Generator
Generate random real country names from a curated list of about 160 countries.
Open toolRandom Crossword Puzzle Generator
Generate a random crossword grid from a small built-in word list using simple greedy intersection placement, with a structural clue list.
Open toolRandom CSV Generator
Generate a random CSV file with a chosen number of rows and typed columns (name, number, boolean, date).
Open toolRandom Cylindrical Coordinate Generator
Generate random cylindrical (r, θ, z) coordinate triples, with the angle in degrees or radians.
Open toolRandom Date Generator
Generate a random date within a configurable min/max range, in ISO or locale-style format.
Open toolRandom Decimal Number Generator
Generate random base-10 decimal numbers with a configurable integer digit count and decimal place count.
Open toolRandom Digit Generator
Generate a list of random single digits from 0 to 9, one per line.
Open toolRandom Digit Pair Generator
Generate pairs of two independent random digits (0-9), one pair per line.
Open toolRandom Digit Picker
Pick one random digit from a pool you supply, or the default 0-9 range.
Open toolRandom Dog Generator
Generate a random cartoon dog face SVG with random floppy or erect ears, fur color, and snout shape.
Open toolRandom Dog Name Generator
Pick a random name for a dog from a built-in list of common dog names.
Open toolRandom Draughts Game Generator
Play out N random non-capturing checkers moves from the standard setup and see the move list plus final board.
Open toolRandom Draughts Position Generator
Generate a random arrangement of checkers pieces on the dark squares of an 8x8 board, with a configurable piece count.
Open toolRandom Email Generator
Generate random email addresses at RFC 2606 reserved example domains, safe for test data.
Open toolRandom Emoji Generator
Generate random Unicode pictographic emoji from a built-in list, like 😀🎉🚀.
Open toolRandom Emoticon Generator
Generate random text-based emoticons and kaomoji from a built-in list, like :) and (╯°□°)╯︵ ┻━┻.
Open toolRandom Equation Generator
Generate a random linear or quadratic equation with one unknown, plus its solved value(s) of x.
Open toolRandom Even Number Generator
Generate random even integers within a min/max range, one or many at a time.
Open toolRandom Excel Generator
Generate a random .xlsx workbook with a header row and randomly typed text, number, and date columns.
Open toolRandom Face Generator
Generate an abstract, geometric cartoon avatar face with a random head shape, eye style/color, nose, mouth, and hair.
Open toolRandom Flower Generator
Generate a random flower SVG with a configurable petal count, random petal color/shape, a center, and a stem.
Open toolRandom Fraction Generator
Generate random fractions a/b with configurable numerator/denominator bounds, optionally reduced to lowest terms.
Open toolRandom Function Generator
Generate a random mathematical function definition, like "f(x) = 2x^2 - 3x + 1".
Open toolRandom Geographic Coordinates Generator
Generate random (latitude, longitude) pairs within valid Earth bounds, with configurable precision.
Open toolRandom Go Game Generator
Simulate N random alternating Go moves with a simplified single-stone capture check, on a configurable board size.
Open toolRandom Go Position Generator
Generate a random arrangement of black and white Go stones on a configurable 9x9, 13x13, or 19x19 board.
Open toolRandom GUID Generator
Generate Microsoft-style GUIDs: uppercase hex, hyphenated, wrapped in curly braces by default.
Open toolRandom Hex Number Generator
Generate a random integer shown in base-16, with configurable digit length and letter case.
Open toolRandom HTML Generator
Generate a small, complete random HTML page with a heading, paragraphs, a list, and a link.
Open toolRandom HTML Table Generator
Generate random <table> markup with a chosen number of rows and columns of random cell content.
Open toolRandom Image Generator
Procedurally generate a brand-new abstract image every time, with a random gradient background and scattered shapes.
Open toolRandom Image Picker
Pick one at random from a small fixed set of 10 built-in generative SVG patterns, no images are fetched from the internet.
Open toolRandom Integer Generator
Generate a single random whole number between a minimum and maximum you choose.
Open toolRandom Integer Range Generator
Generate a batch of random whole numbers within a min/max range, one per line.
Open toolRandom IP Address Generator
Generate random IPv4 or IPv6 addresses, restricted to any, private, or public-looking ranges.
Open toolRandom ISBN Generator
Generate random ISBN-10 and/or ISBN-13 numbers with a correctly computed check digit.
Open toolRandom JSON Generator
Generate a random nested JSON object with configurable depth, key count, and array length.
Open toolRandom Landscape Generator
Generate a layered SVG landscape with a sky gradient, a sun or moon, a jagged hill silhouette, and a few trees.
Open toolRandom LaTeX Generator
Generate a random LaTeX document skeleton with a title, a math equation, and an itemized list.
Open toolRandom Lenny Face Generator
Generate random 'Lenny face' style kaomoji, like ( ͡° ͜ʖ ͡°), from a built-in list.
Open toolRandom Letter Generator
Generate a batch of random letters with control over case and vowels vs. consonants.
Open toolRandom Line Generator
Generate one or more random line segments with random endpoints, color, and width, as an SVG.
Open toolRandom List Generator
Generate a random list of N items, sampled without repeats or generated with repeats allowed.
Open toolRandom Location Generator
Generate a full fake address combining a random street, city, and country.
Open toolRandom MAC Address Generator
Generate random 6-byte MAC addresses with a colon or hyphen separator and correct locally-administered bits.
Open toolRandom Math Expression Generator
Build a random arithmetic expression from +, -, *, / and parentheses, with its evaluated result.
Open toolRandom Matrix Generator
Generate a random m x n matrix of numbers within a configurable range, as an aligned text grid.
Open toolRandom MD5 Hash Generator
Generate random input bytes and compute their real MD5 digest — both shown, clearly labeled.
Open toolRandom Morse Code Generator
Generate random letters or words and see both the source text and its Morse code encoding.
Open toolRandom Name Generator
Generate random human first + last name combinations from built-in name lists, in either name order.
Open toolRandom Number Generator
Generate random numbers between a min and max, as whole integers or decimals with configurable precision, one or many at a time.
Open toolRandom Number Pair Generator
Generate N pairs of random integers (a, b) within a min/max range — useful for coordinates or paired test data.
Open toolRandom Octal Number Generator
Generate a random integer shown in base-8, with a configurable digit length.
Open toolRandom Odd Number Generator
Generate random odd integers within a min/max range, one or many at a time.
Open toolRandom Paragraph Generator
Generate random paragraphs made of several grammatically plausible sentences.
Open toolRandom Phone Number Generator
Generate clearly-fake, non-dialable phone numbers using officially reserved fictional ranges.
Open toolRandom PIN Generator
Generate one or many random numeric PIN codes, 4-8 digits long, using a cryptographically secure random source.
Open toolRandom Planet Generator
Generate a random gradient-shaded planet SVG with an optional ring system, craters, and cloud bands.
Open toolRandom Planet Name Generator
Generate fictional sci-fi-style planet names by combining random syllables.
Open toolRandom Point Generator
Generate random 2D (x, y) points within a configurable bounding box.
Open toolRandom Polar Coordinate Generator
Generate random polar (r, θ) coordinate pairs, with the angle in degrees or radians.
Open toolRandom Prime Number Generator
Generate a random prime number within a min/max range, using trial division and Miller-Rabin.
Open toolRandom Regex Generator
Generate a random, syntactically valid regex pattern composed from character classes, quantifiers, and groups.
Open toolRandom Sentence Generator
Generate grammatically plausible random sentences built from subject/verb/object templates.
Open toolRandom SHA-1 Hash Generator
Generate random input bytes and compute their real SHA-1 digest — both shown, clearly labeled.
Open toolRandom SHA-2 Hash Generator
Generate random input bytes and compute their real SHA-256 (SHA-2 family) digest — both shown, clearly labeled.
Open toolRandom Shape Generator
Generate a random polygon (3-10 sides) with a random size, rotation, and fill color as an SVG.
Open toolRandom Square Generator
Generate a random square with random size, position, rotation, and fill/stroke color, as an SVG.
Open toolRandom Street Generator
Generate random fake street names with house numbers, like '482 Maple Avenue'.
Open toolRandom Sudoku Puzzle Generator
Generate a random, genuinely solvable 9x9 Sudoku puzzle with easy/medium/hard difficulty and a one-click solution reveal.
Open toolRandom Surface Generator
Generate a random 3D surface formula z = f(x, y), combining sin/cos/polynomial terms.
Open toolRandom Time Generator
Generate a random time of day in 12-hour or 24-hour format, with optional seconds.
Open toolRandom TOML Generator
Generate a random TOML document with nested tables and key/value pairs, configurable depth and breadth.
Open toolRandom Treasure Map Generator
Draw a random stylized treasure map with a blob island coastline, a dotted route, an X mark, and a compass rose.
Open toolRandom Tree Generator
Generate a randomized branching tree with configurable branch count and depth, rendered as SVG lines and leaf blobs.
Open toolRandom TSV Generator
Generate random tab-separated data with a chosen number of rows and typed columns (name, number, boolean, date).
Open toolRandom Unicode Text Generator
Generate random text drawing from Greek, Cyrillic, symbol, box-drawing, and emoji ranges.
Open toolRandom URL-Encoded Data Generator
Generate random text (including spaces, symbols, and unicode) and URL-encode it with the real encodeURIComponent().
Open toolRandom URL Generator
Generate plausible-looking URLs from random scheme, subdomain, path, and query combinations.
Open toolRandom User Agent Generator
Assemble realistic-looking browser User-Agent strings for Chrome, Firefox, Safari, and Edge.
Open toolRandom Username Generator
Generate usernames by combining a random adjective and noun from built-in word lists, with an optional number suffix.
Open toolRandom UTF-16 Generator
Generate random UTF-16 text including surrogate-pair emoji, with a code-unit breakdown.
Open toolRandom UTF-32 Generator
Generate random text and see its UTF-32 code-point breakdown, one 32-bit value per character.
Open toolRandom UTF-8 Generator
Generate random multi-byte UTF-8 text and see its per-character byte breakdown.
Open toolRandom Vector Generator
Generate random n-dimensional vectors with a configurable dimension count and component range.
Open toolRandom Video Generator
Animate random moving, colored shapes on a canvas and capture a few seconds of it as a downloadable WebM video.
Open toolRandom Word Document Generator
Generate a random .docx Word document with a heading, procedurally generated paragraphs, and a list.
Open toolRandom Word Generator
Generate a list of random English words drawn from a varied built-in dictionary.
Open toolRandom World Map Generator
Draw an abstract SVG 'world map' with a lat/lng-style graticule grid and random blob-shaped landmasses.
Open toolRandom XML Generator
Generate a random nested XML document with a mix of child elements and attributes.
Open toolRandom XYZ Coordinate Generator
Generate random 3D (x, y, z) coordinate triples within a configurable numeric range.
Open toolRegex Random Data Generator
Enter a regex pattern and generate random strings that actually match it.
Open tool1x1 Pixel PNG Generator
Generate a single-pixel PNG in any RGBA color, including fully transparent, and download it.
Open tool3D PNG Creator
Give an uploaded PNG a pseudo-3D extruded look by stacking shaded offset copies of it behind the original.
Open toolAll-color PNG Generator
Generate a full hue x lightness color spectrum sweep as a PNG, at fixed full saturation.
Open toolAnalogous Color Palette Generator
Generate a 3-color analogous palette PNG from a hex color, with an adjustable hue angle.
Open toolANSI Art to PNG Converter
Turn pasted ANSI-colored terminal art into a full-color PNG image, right in your browser.
Open toolAPNG Creator
Combine several same-size PNG frames into a real Animated PNG (APNG), entirely in your browser.
Open toolASCII Art to PNG Converter
Turn pasted ASCII text art into a grayscale PNG image, right in your browser.
Open toolAverage Color Calculator
Calculate the alpha-weighted average color of every pixel in a PNG.
Open toolBraille Art to PNG Converter
Turn pasted Unicode braille pattern art back into a black-and-white PNG image, right in your browser.
Open toolColor Blender
Blend two hex colors together at a precise, adjustable ratio from 0 to 100.
Open toolColor Mixer
Mix any number of hex colors together by averaging their RGB channels equally.
Open toolColor Names to PNG Converter
Turn a list of CSS color names (like cornflowerblue or rebeccapurple) into a grid of PNG swatches.
Open toolColor Sorter
Sort a list of hex colors by hue, lightness, saturation, or perceptual luminance.
Open toolColor Spectrum PNG Creator
Generate a full horizontal rainbow spectrum strip PNG, sweeping every hue from 0 to 360 degrees.
Open toolColor Step Generator
Generate a strip of evenly-stepped color swatches between exactly two hex colors, with hex codes.
Open toolColor Wheel Generator
Generate a circular HSL color wheel PNG at any size and lightness, entirely in your browser.
Open toolColorful PNG Generator
Generate a colorful diagonal rainbow-gradient PNG of any size, seeded for repeatable variety.
Open toolComplementary Color Palette Generator
Generate a two-color complementary palette PNG from any hex color, using true HSL hue math.
Open toolCustom PNG Creator
Create a solid-color PNG at any size, with an optional colored border of any pixel width.
Open toolCustom Stamp Design Creator
Design a custom ring-bordered rubber-stamp PNG with your own text, shape, color, and size.
Open toolDark Pixel Mask Generator
Isolate a PNG's dark/shadow pixels into their own transparent-masked image, by luminance threshold.
Open toolDate and Time Stamp Creator
Generate a 'RECEIVED'-style stamp PNG showing a date on top and a time below it.
Open toolDisappearing PNG Creator
Turn an uploaded PNG into a real animated APNG where it dissolves away pixel by pixel.
Open toolEmoji Stamp Creator
Turn any emoji into a ring-bordered stamp PNG using your browser's own color emoji font.
Open toolEmoji to Icon Converter
Render a single emoji as a downloadable icon-sized PNG, using your system's own color emoji font.
Open toolEmoji to PNG Converter
Render a single emoji as a downloadable PNG at any size, using your system's own color emoji font.
Open toolEmpty PNG Creator
Generate a blank PNG at any size, fully transparent, solid white, or solid black.
Open toolGlitch PNG Creator
Add reproducible, seeded row-shift glitch art effects to a PNG, right in your browser.
Open toolGreen Stamp Creator
Generate a green-ink ring-bordered stamp PNG, the classic 'approved'/'paid' color.
Open toolHSL Mask Generator
Mask a PNG down to only the pixels within a chosen hue, saturation, and lightness range.
Open toolHSL to PNG Converter
Turn a list of HSL colors (like hsl(210, 100%, 50%)) into a grid of PNG swatches.
Open toolIcon to Stamp Converter
Turn an icon into a postage-stamp graphic with a perforated edge, right in your browser.
Open toolLight Pixel Mask Generator
Isolate a PNG's light/bright pixels into their own transparent-masked image, by luminance threshold.
Open toolLogo to Stamp Converter
Turn a logo into a worn, single-ink rubber-stamp impression with a ragged, distressed edge.
Open toolLow Quality PNG Creator
Deliberately pixelate and posterize a PNG to give it a deep-fried, low-quality look, right in your browser.
Open toolMonochromatic Color Palette Generator
Generate a monochromatic palette PNG with 2-10 lightness steps from a single hex color.
Open toolMonogram Stamp Creator
Turn 1-3 initials into a bold, ring-bordered monogram stamp PNG.
Open toolMulti-color Gradient PNG Creator
Create a smooth, continuous horizontal gradient PNG across 2 to 6 hex color stops.
Open toolMulti-color Mask Creator
Mask a PNG down to only the pixels near any of several target colors, within an adjustable tolerance.
Open toolNumber Stamp Creator
Generate a ring-bordered stamp PNG showing a single whole number, like an ID or reference number.
Open toolPaint Colors Simulator
Simulate mixing physical paint colors using a subtractive multiply blend instead of averaging.
Open toolPlaceholder PNG Creator
Generate a classic placeholder.com-style PNG with its own WIDTHxHEIGHT dimensions stamped on it.
Open toolPNG Alpha Mask Generator
Turn a PNG's alpha channel into a grayscale visualization: white is opaque, black is transparent.
Open toolPNG Color Extractor
Extract the single most frequently occurring color in a PNG.
Open toolPNG Color Palette Extractor
Extract the most common colors in a PNG as a ranked list of hex codes.
Open toolPNG Duplicator
Tile 1-20 copies of a PNG side by side or stacked into a single strip image, right in your browser.
Open toolPNG Fade-in Generator
Turn an uploaded PNG into a real animated APNG that fades in from transparent to fully visible.
Open toolPNG Fade-out Generator
Turn an uploaded PNG into a real animated APNG that fades out from fully visible to transparent.
Open toolPNG Gradient Palette Generator
Sample a 2 to 6 stop color gradient into a strip of discrete numbered swatches, with hex codes.
Open toolPNG Hexagonalizer
Turn a PNG into a honeycomb-style hexagonal mosaic, right in your browser.
Open toolPNG Mosaic Creator
Combine multiple uploaded PNGs into a single grid-layout mosaic (contact sheet) PNG.
Open toolPNG Multiplier
Multiply a PNG into a columns x rows grid of repeated copies, right in your browser.
Open toolPNG Parts Splitter
Split a PNG into a grid of separate downloadable parts, like cutting a picture into puzzle pieces.
Open toolPNG Pixels Randomizer
Randomly shuffle a PNG's pixel positions with a seeded, reproducible glitch effect.
Open toolPNG Pixels Sorter
Apply the classic pixel-sorting glitch art effect to a PNG, right in your browser.
Open toolPNG Polaroid Wrapper
Wrap a PNG in a classic white Polaroid-style frame with a caption strip, right in your browser.
Open toolPNG Revealer
Render a single wipe-reveal frame of a PNG at any percentage, in any direction, right in your browser.
Open toolPNG Slideshow Creator
Combine multiple uploaded PNGs into a single looping animated APNG slideshow.
Open toolPNG Tile Creator
Repeat a PNG across a columns x rows grid to create a tiled pattern image, right in your browser.
Open toolPNG to Animated GIF Converter
Combine a sequence of same-size PNG frames into a single looping animated GIF, right in your browser.
Open toolPNG to ANSI Art Converter
Turn a PNG into colored ANSI terminal art using 24-bit truecolor escape codes, right in your browser.
Open toolPNG to ASCII Art Converter
Turn a PNG into classic character-based ASCII art, right in your browser.
Open toolPNG to Braille Art Converter
Turn a PNG into dense, compact Unicode braille pattern art, right in your browser.
Open toolPNG to ICO Converter
Convert a PNG into a real, valid Windows .ico icon file, with full alpha transparency preserved.
Open toolPNG to Voronoi Diagram Converter
Turn a PNG into a Voronoi-cell mosaic, sampling each cell's color from the source image, right in your browser.
Open toolPNG Triangulator
Turn a PNG into a low-poly triangle mosaic, right in your browser.
Open toolPopular Color Mask Creator
Mask a PNG down to only the pixels matching its single most frequent exact color.
Open toolRandom PNG Generator
Generate a PNG of colorful random pixel noise at any size, from a reproducible numeric seed.
Open toolRectangular Stamp Creator
Generate a rectangular double-ring rubber-stamp PNG with your own text and ink color.
Open toolRed Stamp Creator
Generate a red-ink ring-bordered stamp PNG, the classic 'rejected'/'urgent'/'void' color.
Open toolRound Icon Creator
Crop an icon into a circular avatar-style shape, right in your browser.
Open toolRound PNG Creator
Crop a PNG to a centered square and mask it into a circle, ideal for avatars, right in your browser.
Open toolRound Stamp Creator
Generate a circular double-ring rubber-stamp PNG with your own text and ink color.
Open toolScrolling PNG Creator
Turn an uploaded PNG into a real animated APNG that scrolls horizontally or vertically and loops seamlessly.
Open toolSignature to Stamp Converter
Turn a signature into a worn rubber-stamp-style impression with ink color and distress effects.
Open toolSimilar Color Shades Generator
Generate 3-9 subtly varied shades around a hex color's own lightness, as a downloadable PNG.
Open toolSingle-color PNG Generator
Generate a solid-color PNG of any size from a hex color code, right in your browser.
Open toolSprite Sheet to APNG Converter
Slice a grid-tiled sprite sheet PNG into individual frames and assemble them into an APNG.
Open toolSquare Icon Creator
Pad a non-square icon into a perfect square by centering it on a transparent background, right in your browser.
Open toolSquare PNG Creator
Pad a PNG to a square canvas with transparent bars, centering the original content, right in your browser.
Open toolStar-shaped PNG Creator
Crop and mask a PNG into a customizable multi-point star shape, right in your browser.
Open toolSymmetric Icon Creator
Mirror one half of an icon onto the other to force perfect left-right or top-bottom symmetry.
Open toolTetradic Color Palette Generator
Generate a 4-color tetradic (rectangle) palette PNG from a hex color, spaced 90 degrees apart.
Open toolText to Icon Converter
Generate a brand-new PNG icon from a short line of text, tightly cropped, no upload needed.
Open toolText to Logo Converter
Render a company name or short text as a simple wordmark-style logo PNG, entirely in your browser.
Open toolText to PNG Converter
Render text as a standalone PNG using a built-in pixel font, no design tool required.
Open toolText to Stamp Converter
Convert a line of plain text into a ring-bordered rubber-stamp PNG in one step.
Open toolTriadic Color Palette Generator
Generate a 3-color triadic palette PNG from a hex color, spaced evenly 120 degrees apart.
Open toolUnique Color Mask Creator
Mask a PNG down to only the pixels whose exact color appears nowhere else in the image.
Open toolWavy-shaped PNG Creator
Mask a PNG with a wavy top and bottom edge using a sine wave, right in your browser.
Open toolWhite Noise PNG Generator
Generate a grayscale PNG of classic black-and-white TV static, from a reproducible numeric seed.
Open tool2D Integer Generator
Generate a rows x columns random integer array as compact JSON-style nested array notation.
Open tool3D Integer Generator
Generate a depth x rows x columns random integer array as compact JSON-style triple-nested array notation.
Open toolBig Integer Generator
Generate random BigInt values with an exact digit length (5 to 100 digits), one per line.
Open toolDecreasing Integer Printer
Print a strictly decreasing arithmetic sequence starting at a value, subtracting a fixed step.
Open toolIncreasing Integer Printer
Print a strictly increasing arithmetic sequence starting at a value, advancing by a fixed step.
Open toolInteger Box Drawer
Draw a hollow rectangle border filled with consecutive integers, walked clockwise from the top-left.
Open toolInteger Circle Drawer
Draw an ASCII ring shape of consecutive integers, using a simple distance-from-center threshold test.
Open toolInteger Diamond Drawer
Draw the classic ASCII diamond shape, filled with consecutive integers instead of a fixed character.
Open toolInteger Digit Error Introducer
Independently mutate each digit of every integer in a list at a controlled rate, for controlled parser corruption testing.
Open toolInteger Digit Fuzzer
Generate randomized digit-level fuzz input from a list of integers, for stress-testing parsers.
Open toolInteger Error Introducer
Deterministically corrupt a chosen number of whole integers in a list, for testing parser error handling.
Open toolInteger Fuzzer
Generate a curated list of numeric edge cases (boundaries, safe-integer limits), padded with extra values as needed.
Open toolInteger Matrix Generator
Generate a rows x columns grid of random integers within a chosen range, as space-separated ASCII rows.
Open toolInteger N-Tuple Generator
Generate random integer tuples of a fixed size within a chosen range, one tuple per line.
Open toolInteger Spiral Drawer
Arrange consecutive decimal integers into a square ASCII grid, filled in clockwise spiral order.
Open toolInteger to Regex Generator
Build a regex that matches exactly a given set of integers, via literal alternation.
Open toolInteger Vector Generator
Generate a single line of random integers within a chosen range and length, space-separated.
Open toolMagic Integer Generator
Generate an odd-order magic square (3-9) via the Siamese method, with every row/column/diagonal sum shown.
Open toolMulti-integer Sequence Generator
Generate several arithmetic sequences sharing a start value but with diverging step sizes.
Open toolOscillating Integer Generator
Generate a triangle-wave integer sequence that bounces back and forth between a min and max value.
Open toolRegex to Integer Generator
Generate example integers matching a numeric regex pattern (a documented, restricted subset).
Open toolSmall Integer Generator
Generate random small integers symmetrically around zero, within a chosen max magnitude.
Open toolSudoku Board Generator
Generate a valid, fully-solved 9x9 Sudoku grid and blank out a chosen number of cells as a puzzle.
Open toolVon Neumann Universe Drawer
Print the first N von Neumann ordinals in labeled and (for small counts) fully recursive set notation.
Open toolCustom List Creator
Build a list from a start number, step, and count, with an optional prefix or suffix on each item.
Open toolEmpty List Creator
Generate a list of N items, each a chosen placeholder (blank by default, or custom text).
Open toolList Duplicator
Repeat an entire list N times, concatenated together into one longer list.
Open toolRandom List Creator
Pick N random items, sampled without repeats from your pool or generated with repeats allowed.
Open toolSymmetric List Creator
Generate a numeric palindrome sequence that counts up to N and back down again.
Open toolAlternating Binary Sequence Generator
Generate a repeating 0101... or 1010... pattern of a chosen length.
Open toolBinary Bit Colorizer
Color-code every individual bit of a single binary number: one color for 1s, another for 0s.
Open toolBinary Bit Shuffler
Randomly shuffle the positions of the bits in a binary string, keeping the same count of 1s and 0s.
Open toolBinary Choice Generator
Generate a list of random labeled binary choices, like Yes/No or Heads/Tails.
Open toolBinary Circle Generator
Arrange binary digits around a circular ring outline within a text grid.
Open toolBinary Colorizer
Color a list of binary numbers, one per line, each with its own distinct swatch.
Open toolBinary Look-and-Say Generator
Generate the classic look-and-say sequence starting from a binary seed, one term per line.
Open toolBinary Sequence Generator
List every binary number of a chosen bit width, in ascending order.
Open toolBinary Spiral Generator
Trace an outward spiral curve through a grid, plotting your binary digits along the way.
Open toolBinary Square Generator
Wrap a binary string's digits into an N x N square block of text, padding with a filler character if needed.
Open toolBinary to Image Converter
Turn a string of 0s and 1s into a downloadable black-and-white pixel image.
Open toolBinary Values to Bitmap Converter
Turn binary digits into an actual, downloadable monochrome .bmp file with correct BMP headers.
Open toolBinary ZigZag Generator
Arrange a binary string's digits into a zigzag pattern across multiple lines.
Open toolRandom Binary Bit Flipper
Randomly flip a chosen number of bits in a binary string to simulate noise or bit errors.
Open toolRandom Binary Byte Generator
Generate a batch of random 8-bit bytes, space-separated.
Open toolRandom Binary Double Word Generator
Generate a batch of random 32-bit double words (dwords), space-separated.
Open toolRandom Binary Word Generator
Generate a batch of random 16-bit computer words, space-separated.
Open toolRandom Nibble Generator
Generate a batch of random 4-bit nibbles, space-separated.
Open tool