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 tool

OpenAPI Generator

Generate a full OpenAPI 3.1 YAML document from a list of paths and an auth scheme.

Open tool

Swagger YAML Generator

Generate a Swagger 2.0 YAML document with example responses, for Swagger UI.

Open tool

Postman Collection Generator

Build a valid Postman Collection v2.1 JSON file from a list of requests.

Open tool

GraphQL Schema Generator

Generate GraphQL SDL types, queries, and mutation stubs from a described data model.

Open tool

ASCII Art Generator

Render a short piece of text as large block letters made of # characters.

Open tool

ASCII Character Set Generator

Output the full ASCII character set as text, filtered to printable, control, or all 128 codes.

Open tool

ASCII Table Creator

Turn newline/comma/tab-delimited data into a bordered ASCII text table with auto-sized columns.

Open tool

ASCII Spiral Generator

Plot an outward Archimedean spiral onto a grid using a chosen ASCII character.

Open tool

ASCII to Regex Generator

Build a regex that matches exactly a given set of ASCII literal strings, via alternation.

Open tool

ASCII Tree Drawer

Turn a 2-space or tab-indented list into a Unix tree-style ASCII directory diagram.

Open tool

ASCII Wave Drawer

Plot a sine wave as ASCII art across a configurable width, height, and frequency.

Open tool

ASCII Zalgo Corruptor

Validate strict-ASCII input, then layer random Unicode combining marks onto it for a zalgo effect.

Open tool

Fake ASCII Generator

Generate pronounceable fake 'words' from ASCII consonant/vowel syllables for placeholder text.

Open tool

Random ASCII Generator

Generate a random string of a chosen length, sampled from a chosen ASCII code range.

Open tool

Regex to ASCII Generator

Generate a random sample string matching a regex pattern, guaranteed strict printable ASCII.

Open tool

DNS Zone File Generator

Build a BIND-style DNS zone file from SOA fields and a list of resource records.

Open tool

Domain Suggestion Generator

Generate domain name ideas from a keyword by combining prefixes, suffixes, and TLDs.

Open tool

Text File Generator

Generate a paragraph of pseudo-random filler text and download it as a .txt file.

Open tool

File Corruptor

Randomly corrupt a percentage of characters in a text file to simulate bit rot or a bad download.

Open tool

Empty File Generator

Download a zero-byte placeholder file with any filename you choose.

Open tool

Binary File Generator

Generate a file of cryptographically random bytes and download it as .bin, with a hex preview.

Open tool

Random Hex Value Generator

Generate a random hexadecimal string of a chosen length using your browser's secure random number generator.

Open tool

Random Whirlpool Hash Generator

Generate a random sample string and its 512-bit Whirlpool digest, entirely in your browser.

Open tool

Random SHA-0 Hash Generator

Generate a random sample string and its withdrawn SHA-0 digest, entirely in your browser.

Open tool

Random SHA-3 Hash Generator

Generate a random sample string and its SHA3-224/256/384/512 digests, entirely in your browser.

Open tool

Random SHA3-224 Hash Generator

Generate a random sample string and its 224-bit SHA3-224 digest, entirely in your browser.

Open tool

Random SHA3-256 Hash Generator

Generate a random sample string and its 256-bit SHA3-256 digest, entirely in your browser.

Open tool

Random SHA3-384 Hash Generator

Generate a random sample string and its 384-bit SHA3-384 digest, entirely in your browser.

Open tool

Random SHA3-512 Hash Generator

Generate a random sample string and its 512-bit SHA3-512 digest, entirely in your browser.

Open tool

Random NTLM Hash Generator

Generate a random sample string and its NTLM password hash, entirely in your browser.

Open tool

Random BLAKE3 Hash Generator

Generate a random sample string and its 256-bit BLAKE3 digest, entirely in your browser.

Open tool

Random Adler32 Hash Generator

Generate a random sample string and its 32-bit Adler-32 checksum, entirely in your browser.

Open tool

Random Keccak Hash Generator

Generate a random sample string and its raw Keccak-256 digest, entirely in your browser.

Open tool

Random SHAKE Hash Generator

Generate a random sample string and its 64-byte SHAKE256 output, entirely in your browser.

Open tool

Random BLAKE2 Hash Generator

Generate a random sample string and its BLAKE2b digest, entirely in your browser.

Open tool

Random BLAKE Hash Generator

Generate a random sample string and its original BLAKE-256 digest, entirely in your browser.

Open tool

Random Bcrypt Hash Generator

Generate a random sample password and salt, and their bcrypt hash, entirely in your browser.

Open tool

Random MySQL Hash Generator

Generate a random sample password and its legacy MySQL PASSWORD() hash, entirely in your browser.

Open tool

Random MariaDB Hash Generator

Generate a random sample password and its legacy MariaDB PASSWORD() hash, entirely in your browser.

Open tool

Random Postgres Hash Generator

Generate a random sample username and password, and their Postgres md5 password hash, entirely in your browser.

Open tool

Random MongoDB Hash Generator

Generate a random sample username and password, and their MONGODB-CR hash, entirely in your browser.

Open tool

Random SHA-1 Hash Generator

Generate a random sample string and its 160-bit SHA-1 digest, entirely in your browser.

Open tool

Random SHA-256 Hash Generator

Generate a random sample string and its 256-bit SHA-256 digest, entirely in your browser.

Open tool

Hash Generator

Compute MD5, SHA-1, SHA-256, SHA-384, SHA-512, SHA3-256, RIPEMD-160, CRC32, and BLAKE3 for one input at once.

Open tool

HMAC Generator

Compute an HMAC (MD5, SHA-1, SHA-256, SHA-384, or SHA-512) for a message and secret key.

Open tool

Bulk File Hash Generator

Compute MD5, SHA-1, SHA-256, or SHA-512 for multiple uploaded files at once, entirely in your browser.

Open tool

Custom Hex Generator

Generate a random hex value with a custom length, case, prefix, and digit grouping.

Open tool

Hex Grid Generator

Generate a full rows x columns ASCII hex grid, each cell labeled with its sequential hex index.

Open tool

Hex Sequence Generator

Generate a run of consecutive hex values from a start value, with custom separator and padding.

Open tool

Hex Spiral Generator

Arrange consecutive hex values into a square ASCII grid, filled in clockwise spiral order.

Open tool

Hex ZigZag Generator

Generate a decorative ASCII-art zigzag of consecutive hex values, indentation tracing a wave.

Open tool

Hexaflexagon Generator

Render a simplified illustrative triangle-strip net for a hexaflexagon, labeled with hex digits.

Open tool

Polyhex Shapes Generator

Procedurally generate one example connected polyhex (N edge-connected hexagons) as ASCII art.

Open tool

Fakeson Generator

Generate realistic fake JSON data from a template whose values are type-hint keywords.

Open tool

JSON Error Injector

Deliberately corrupt valid JSON with random syntax mutations for testing error handling.

Open tool

Random JSON Array Generator

Generate a random flat JSON array of numbers, strings, booleans, or a mix.

Open tool

Random JSON Object Generator

Generate a random flat JSON object with a chosen number of realistic-looking keys.

Open tool

Markdown Table Generator

Build a Markdown table in an editable grid, no manual pipe alignment.

Open tool

Markdown Link Generator

Fill in link text, a URL, and an optional title to get valid Markdown link syntax.

Open tool

Nginx Rewrite Generator

Build Nginx rewrite and redirect rules from a list of from/to paths.

Open tool

IP Allow List Generator

Build a CIDR-based allow or deny list for Nginx, HAProxy, or iptables.

Open tool

Firewall Rules Generator

Build firewall rules for UFW, iptables, or nftables from port/protocol/source/action rows.

Open tool

RSA/ECDSA Key Generator

Generate an RSA or ECDSA key pair with the Web Crypto API and export it as standard PEM.

Open tool

JWT Builder

Build a JWT from a JSON payload and sign it with HS256, HS384, or HS512.

Open tool

TOTP/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 tool

CSP Header Generator

Build a Content-Security-Policy header as the exact config snippet for Nginx, Apache, Express, or Next.js.

Open tool

CORS Configuration Generator

Build a CORS configuration as real syntax for Express, Next.js, Nginx, Apache, or Spring Boot.

Open tool

HTTP Security Headers Generator

Generate raw HTTP security header lines: HSTS, X-Frame-Options, Permissions-Policy rows, and COOP/COEP.

Open tool

SSH Config File Generator

Build a ~/.ssh/config file from repeatable Host blocks: alias, HostName, User, Port, IdentityFile, ProxyJump.

Open tool

SSH 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 tool

SSL/TLS Config Generator

Generate a hardened TLS config (protocols, ciphers, session settings) for Nginx, Apache, HAProxy, or Caddy, per Mozilla's SSL profiles.

Open tool

JWT Secret Generator

Generate a high-entropy HMAC secret sized correctly for HS256, HS384, or HS512, output as hex and base64.

Open tool

CSR 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 tool

Bold Text Writer

Convert plain text into Unicode Mathematical Bold letters and digits.

Open tool

Cursive Text Writer

Convert plain text into flowing Unicode Mathematical Script (cursive) letters.

Open tool

Fake Text Generator

Generate classic lorem-ipsum-style placeholder paragraphs.

Open tool

Italic Text Writer

Convert plain text into Unicode Mathematical Italic letters.

Open tool

Random String Generator

Generate a random string with a chosen length and character sets.

Open tool

Regex String Generator

Generate a random sample string that matches a regex pattern.

Open tool

Scrolling Text Generator

Generate a self-contained HTML+CSS snippet that scrolls text horizontally.

Open tool

Subscript Writer

Convert digits and a small set of letters into real Unicode subscript characters.

Open tool

Superscript Writer

Convert digits, letters, and a few symbols into real Unicode superscript characters.

Open tool

Fancy Font Changer

Convert plain text into fancy Unicode letters: bold, italic, script, double-struck, or fullwidth.

Open tool

Fixed-Length Text Generator

Generate filler text that is exactly N characters long.

Open tool

Text Marquee Creator

Generate a self-contained scrolling marquee banner as an HTML/CSS snippet.

Open tool

Text Strikethrough Adder

Add a strikethrough effect to plain text using a Unicode combining overlay mark.

Open tool

Text Underliner

Underline plain text using the Unicode combining low line character.

Open tool

Tiny Text Generator

Convert text into tiny, condensed Unicode characters popular on social media.

Open tool

Zalgo Text Generator

Turn text into creepy, glitchy 'zalgo' text using random Unicode combining marks.

Open tool

UUID Generator & Validator

Generate random UUIDs (v4 or v7) or validate one and inspect its version and variant.

Open tool

Short ID Generator

Generate short, random, human-friendly IDs with an unambiguous character set.

Open tool

ULID Generator

Generate ULIDs: 26-character, timestamp-prefixed, lexicographically sortable IDs.

Open tool

Nano ID Generator

Generate compact, URL-safe unique IDs with a customizable length and alphabet.

Open tool

CUID2 Generator

Generate CUID2-format IDs: a lowercase letter followed by random base36 characters.

Open tool

API Key Generator

Generate random API keys with a custom prefix, length, and character set.

Open tool

Diceware Passphrase Generator

Generate memorable, high-entropy passphrases from the EFF's short Diceware word list.

Open tool

Username Generator

Generate random adjective-noun usernames with optional numbers and case styles.

Open tool

Cryptographically Secure Password Generator

Generate strong, random passwords with crypto.getRandomValues(), no modulo bias, with an entropy estimate.

Open tool

QR Code Encoder & Decoder

Generate a real, scannable QR code from text, or decode one from an uploaded image.

Open tool

Barcode Generator

Generate a real, scannable 1D barcode (CODE128, EAN-13, UPC, ITF-14, and more) from text.

Open tool

Random YAML Generator

Generate realistic-looking random YAML for testing and demos.

Open tool

Kubernetes Deployment YAML Generator

Fill in a form to generate a complete Kubernetes Deployment manifest, with env vars, resources, probes, and rolling updates.

Open tool

Kubernetes Service YAML Generator

Generate a Kubernetes Service manifest for ClusterIP, NodePort, LoadBalancer, or headless service types.

Open tool

Kubernetes Ingress YAML Generator

Generate a Kubernetes Ingress manifest with host/path routing rules, TLS, and common controller annotations.

Open tool

Kubernetes ConfigMap YAML Generator

Generate a Kubernetes ConfigMap manifest from key/value pairs or a single file's contents.

Open tool

Kubernetes Secret YAML Generator

Generate a Kubernetes Secret manifest (Opaque, TLS, or Docker config) from plain-text key/value entries.

Open tool

Kubernetes HorizontalPodAutoscaler YAML Generator

Generate a Kubernetes HorizontalPodAutoscaler (autoscaling/v2) manifest targeting a Deployment by CPU and/or memory utilization.

Open tool

Kubernetes PodDisruptionBudget YAML Generator

Generate a Kubernetes PodDisruptionBudget manifest with either minAvailable or maxUnavailable, as a count or percentage.

Open tool

Kubernetes ResourceQuota YAML Generator

Generate a Kubernetes ResourceQuota manifest capping a namespace's compute requests/limits and object counts.

Open tool

Kubernetes Namespace YAML Generator

Generate a Kubernetes Namespace manifest with repeatable labels and annotations.

Open tool

Kubernetes Pod YAML Generator

Generate a raw, standalone Kubernetes Pod manifest with a custom command, ports, env vars, and restart policy.

Open tool

Kubernetes PersistentVolume Generator

Build a Kubernetes PersistentVolume manifest with hostPath or NFS storage, access modes, and a reclaim policy.

Open tool

Kubernetes PersistentVolumeClaim Generator

Build a Kubernetes PersistentVolumeClaim manifest with access modes, storage size, storage class, and an optional selector.

Open tool

Kubernetes StatefulSet Generator

Build a Kubernetes StatefulSet manifest with a headless service name, replicas, a volumeClaimTemplate, and a pod management policy.

Open tool

Kubernetes DaemonSet Generator

Build a Kubernetes DaemonSet manifest with env vars, a node selector, tolerations, and an update strategy.

Open tool

Kubernetes Job Generator

Build a Kubernetes Job manifest with a command, parallelism, completions, backoff limit, and a restart policy.

Open tool

Kubernetes CronJob Generator

Build a Kubernetes CronJob manifest with a cron schedule, concurrency policy, and history/deadline limits.

Open tool

Kubernetes NetworkPolicy Generator

Build a Kubernetes NetworkPolicy manifest with pod/namespace selectors, IP block rules, and separate ingress/egress rules.

Open tool

Kubernetes RBAC Generator

Build a Kubernetes Role or ClusterRole with rules, plus its matching RoleBinding or ClusterRoleBinding.

Open tool

Helm values.yaml Generator

Build a starter Helm values.yaml with image, service, ingress, resources, env vars, and a secrets placeholder block.

Open tool

Kustomization YAML Generator

Build a kustomization.yaml with a resources list, optional bases, commonLabels, a namespace override, and a configMapGenerator.

Open tool

Kubernetes ServiceAccount YAML Generator

Generate a Kubernetes ServiceAccount manifest with labels, annotations, token automounting, and image pull secrets.

Open tool

Docker Compose Generator

Build a multi-service docker-compose.yml from a form: ports, volumes, env vars, healthchecks, and resource limits.

Open tool

Dockerfile Generator

Generate a single-stage Dockerfile from a language preset: WORKDIR, install steps, EXPOSE, non-root user, and CMD.

Open tool

Multi-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 tool

Docker Swarm Stack Generator

Generate a docker stack deploy YAML with replicas, rolling update_config, placement constraints, an overlay network, and secrets.

Open tool

Docker Secrets Generator

Generate a Compose/Swarm secrets block (file-based or external), a service reference, and a BuildKit --secret build snippet.

Open tool

Docker Healthcheck Generator

Generate a matching Dockerfile HEALTHCHECK directive and Compose healthcheck block from a curl, script, or TCP test.

Open tool

Docker OCI Labels Generator

Generate standard org.opencontainers.image.* LABEL lines plus custom labels, as both Dockerfile and Compose syntax.

Open tool

GitLab CI Generator

Build a .gitlab-ci.yml with stages, jobs, caching, artifacts and branch rules, no YAML by hand.

Open tool

Jenkins Pipeline Generator

Build a declarative Jenkinsfile with an agent, stages, environment variables and a post block.

Open tool

CircleCI Config Generator

Build a .circleci/config.yml with a Docker executor, jobs, a workflow, and optional orbs.

Open tool

Azure DevOps Pipeline Generator

Build an azure-pipelines.yml with triggers, a pool, stages, variables and common tasks.

Open tool

Bitbucket Pipelines Generator

Build a bitbucket-pipelines.yml with default steps, branch pipelines, caches and a PR pipeline.

Open tool

Buildkite Pipeline Generator

Build a Buildkite pipeline.yml with steps, agent targeting, a wait step and manual approval.

Open tool

Drone CI Generator

Build a .drone.yml Docker pipeline with steps, volumes, and from_secret references.

Open tool

Travis CI Generator

Build a .travis.yml with a language/version matrix, install/script steps, stages and deploy.

Open tool

Terraform 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 tool

Terraform Module Generator

Generate a reusable Terraform module's file set: main.tf, variables.tf, outputs.tf, and a README usage snippet.

Open tool

Terraform Variables Generator

Generate a variables.tf file with typed variable blocks, defaults, descriptions, sensitivity, and validation rules.

Open tool

Terraform .tfvars Generator

Generate a terraform.tfvars file with correctly formatted string, number, bool, list, and map values.

Open tool

Terraform Outputs Generator

Generate an outputs.tf file with repeatable output blocks: name, value expression, description, and a sensitive toggle.

Open tool

Terraform Backend Generator

Generate a Terraform backend block for S3 with DynamoDB locking, GCS, Kubernetes, or Postgres remote state.

Open tool

Pulumi Program Generator

Generate a basic Pulumi program skeleton in TypeScript, Python, Go, C#, or YAML for AWS, Azure, or GCP.

Open tool

Ansible Playbook Generator

Generate a playbook.yml with a hosts group, vars, repeatable tasks (apt/copy/service/template), and a wired-up restart handler.

Open tool

Chef Recipe Generator

Generate a Chef recipe.rb with repeatable package/service/template/file resources and node attribute references.

Open tool

Puppet Manifest Generator

Generate a Puppet .pp manifest: a class wrapping repeatable package/service/file resources, variables, and an if/else example.

Open tool

AWS IAM Policy Generator

Build a valid AWS IAM policy JSON document from Allow/Deny statements without hand-writing the JSON.

Open tool

EC2 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 tool

S3 Bucket Policy Generator

Generate an S3 bucket policy JSON with HTTPS enforcement, KMS encryption enforcement, and a custom access statement.

Open tool

AWS Security Group Generator

Build EC2 security group ingress/egress rules as JSON, with one-click presets for SSH, HTTP, HTTPS, Postgres, and MySQL.

Open tool

CloudFormation Template Generator

Generate a starter CloudFormation template with Parameters, one Resource block, and Outputs, in YAML or JSON.

Open tool

ECS Task Definition Generator

Generate an ECS task definition JSON with one or more containers, port mappings, env vars, and awslogs logging.

Open tool

AWS Lambda Config Generator

Generate a Lambda function configuration template with handler, runtime, memory/timeout, env vars, VPC, and DLQ settings.

Open tool

Prometheus Config Generator

Build a prometheus.yml with global intervals, repeatable scrape configs, alerting, and remote_write.

Open tool

Grafana Dashboard Generator

Build a Grafana dashboard JSON model from a form: panels, PromQL queries, grid layout, and a templating variable.

Open tool

Alertmanager Config Generator

Build an alertmanager.yml with routing, repeatable Slack/PagerDuty/email/Teams receivers, and inhibit rules.

Open tool

Loki Config Generator

Build a Loki config YAML with auth, a filesystem/S3/GCS storage backend, and ingestion/retention limits.

Open tool

Tempo Config Generator

Build a Grafana Tempo config YAML with an OTLP/Jaeger/Zipkin receiver, a storage backend, and metrics-generator.

Open tool

OpenTelemetry Collector Config Generator

Build an otel-collector-config.yaml with OTLP receivers, batch/memory_limiter processors, and a wired pipeline.

Open tool

Fluentd Config Generator

Build a fluent.conf with a source, record_transformer filter, and elasticsearch/loki/kafka/s3 output.

Open tool

Fluent Bit Config Generator

Build a fluent-bit.conf with SERVICE, INPUT, FILTER, and OUTPUT sections, plus optional TLS.

Open tool

Logstash Config Generator

Build a logstash.conf with input {}, filter {} (grok + mutate), and output {} blocks.

Open tool

Vector Config Generator

Build a vector.toml with a source, a VRL remap transform, and an elasticsearch/loki/console sink.

Open tool

PostgreSQL Config Generator

Generate a postgresql.conf with key connection, memory, and logging settings plus a matching pg_hba.conf.

Open tool

MySQL Config Generator

Generate the [mysqld] section of my.cnf: server-id, buffer pool, connections, charset, and binary logging.

Open tool

MongoDB Config Generator

Generate a mongod.conf YAML file: networking, authorization, WiredTiger cache, replication, and logging.

Open tool

Redis Config Generator

Generate a redis.conf: networking, maxmemory + eviction policy, RDB/AOF persistence, and ACL user lines.

Open tool

RabbitMQ Config Generator

Generate rabbitmq.conf, a matching definitions.json, and commented clustering hints from one form.

Open tool

Kafka Config Generator

Generate server.properties with core broker settings, toggling between KRaft mode and legacy ZooKeeper mode.

Open tool

package.json Generator

Build a valid package.json with scripts, dependencies, and engine constraints filled in through a form.

Open tool

tsconfig.json Generator

Generate a tsconfig.json tuned for a React app, Node backend, or publishable library.

Open tool

ESLint Flat Config Generator

Generate an ESLint 9 flat config for React, Node, or TypeScript with plugins and rule overrides.

Open tool

Prettier Config Generator

Generate a .prettierrc and matching .prettierignore from printWidth, quotes, semicolons, and trailing commas.

Open tool

Babel Config Generator

Generate a babel.config.js with preset-env browserslist targets, preset-react, preset-typescript, and plugins.

Open tool

Vite Config Generator

Generate a vite.config.ts with a framework plugin, path aliases, dev-server proxy rules, and build options.

Open tool

Webpack Config Generator

Generate a webpack.config.js with entry/output, mode, babel-loader/css-loader rules, devServer, and plugins.

Open tool

Rollup Config Generator

Generate a rollup.config.js with ESM + CJS output, externals, and typescript/node-resolve/commonjs plugins.

Open tool

Husky Git Hooks Generator

Generate Husky v9 .husky/pre-commit and .husky/commit-msg scripts plus the package.json prepare line.

Open tool

Commitlint Config Generator

Generate a commitlint.config.js extending @commitlint/config-conventional with custom type/scope enums.

Open tool

lint-staged Config Generator

Generate a lint-staged config mapping glob patterns to command arrays, as .lintstagedrc.json or a package.json block.

Open tool

EditorConfig Generator

Generate a .editorconfig file with per-glob indent style, indent size, charset, line endings, and whitespace rules.

Open tool

Jest/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 tool

GitHub Actions Workflow Generator

Build a GitHub Actions workflow with triggers, a job, a matrix strategy and permissions.

Open tool

Git Hooks Generator

Generate a pre-commit, commit-msg or pre-push hook script for native Git or Husky v9.

Open tool

Conventional Commit Message Generator

Build a properly formatted Conventional Commits message from type, scope, subject and body.

Open tool

Release Notes Generator

Paste commit messages or PR titles and group them into a Markdown release notes document.

Open tool

Tailwind Config Generator

Generate a tailwind.config.ts with content globs, theme colors/fonts, dark mode, and official plugins.

Open tool

Next.js Config Generator

Generate a next.config.mjs with reactStrictMode, image remote patterns, security headers, redirects, and rewrites.

Open tool

React Environment Variables Generator

Generate a .env file with the correct CRA/Vite/Next.js prefix, plus a matching Zod validation schema.

Open tool

Angular.json Build Target Generator

Generate an angular.json build target snippet with outputPath, size budgets, environment file replacement, and a serve proxy.

Open tool

SvelteKit Config Generator

Generate a svelte.config.js with the right adapter (node/vercel/static) and a matching CSP example for that host.

Open tool

Vue 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 tool

OpenAI Environment Generator

Generate a .env file for an OpenAI app plus a matching Python or Node.js client-init snippet.

Open tool

LangChain Config Generator

Generate a LangChain RunnableConfig with tags, callbacks, a tools list, retries, and a timeout.

Open tool

Ollama Docker Compose Generator

Generate a docker-compose.yml for a local Ollama service, with an optional NVIDIA GPU reservation.

Open tool

MCP Server Config Generator

Generate an mcpServers JSON block for a stdio-based Model Context Protocol server.

Open tool

Hugging Face Config Generator

Generate a Hugging Face .env plus a local transformers pipeline or Inference Endpoint snippet.

Open tool

Vector 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 tool

Environment Variable Encryptor

Generate an AES-256 key and IV for one secret env var, with matching openssl, Node, and PowerShell decrypt commands.

Open tool

Secrets Manager Config Generator

Generate AWS Secrets Manager CLI commands, Kubernetes External Secrets YAML, or Vault kv commands for one named secret.

Open tool

Cloudflare Pages _headers File Generator

Build a Cloudflare Pages _headers file from repeatable path-pattern and header rows.

Open tool

Cloudflare Pages _redirects File Generator

Build a Cloudflare Pages _redirects file from repeatable from/to/status rows, an SPA fallback, and a domain redirect.

Open tool

wrangler.toml Generator

Build a wrangler.toml with name, entry point, routes, KV/D1 bindings, and a [vars] block.

Open tool

Cloudflare Pages Security Headers Generator

Generate a Cloudflare Pages _headers snippet with HSTS, CSP, Referrer-Policy, and more, with sensible defaults.

Open tool

Cloudflare Pages Caching Rule Generator

Generate Cache-Control _headers rules per asset type: static assets, HTML, API JSON, images, and fonts.

Open tool

Cloudflare 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 tool

Cloudflare 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 tool

Cloudflare Staging Domain Blocker

Generate the combined robots.txt + _headers + _redirects to stop a pages.dev staging subdomain from being indexed.

Open tool

AI 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 tool

Nginx Reverse Proxy Generator

Generate an Nginx server block with an upstream pool, WebSocket, gRPC, and caching toggles.

Open tool

Let's Encrypt Config Generator

Generate the Certbot install and certonly commands for Nginx or Apache.

Open tool

Certbot Renewal Config Generator

Generate Certbot's renewal systemd timer and an equivalent cron entry.

Open tool

Load Balancer Config Generator

Generate a TCP or HTTP load balancer config for Nginx, HAProxy, or a Kubernetes LoadBalancer Service.

Open tool

Rate Limiting Config Generator

Generate a rate limiting config for Nginx (limit_req), HAProxy (stick-table), or Traefik (ratelimit).

Open tool

Apache VirtualHost Generator

Generate an Apache VirtualHost with ServerName, DocumentRoot, an SSL toggle, and ProxyPass.

Open tool

Caddyfile Generator

Generate a Caddyfile with automatic HTTPS, a reverse_proxy target, file_server, and headers.

Open tool

HAProxy Config Generator

Generate an haproxy.cfg with global/defaults, a Host-header ACL frontend, and a balanced backend.

Open tool

Traefik Config Generator

Generate a Traefik static config (entryPoints + provider) or a dynamic routers/services YAML.

Open tool

systemd Service Generator

Generate a systemd unit file with Restart policy, sandboxing (ProtectSystem/NoNewPrivileges/PrivateTmp), and WantedBy.

Open tool

Crontab Generator

Build a cron schedule line from minute/hour/day/month/weekday fields, with common presets, flock locking, and log redirection.

Open tool

Bash Script Generator

Generate a Bash script skeleton with set -euo pipefail, an error/cleanup trap, getopts argument parsing, and a logging function.

Open tool

POSIX 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 tool

Random Audio Generator

Render a short sequence of random-frequency oscillator tones and download it as a WAV file.

Open tool

Random Base64 Data Generator

Generate random bytes and base64-encode them with the browser's real btoa() — both input and output shown.

Open tool

Random Binary Number Generator

Generate a random integer shown in base-2, with a configurable bit length.

Open tool

Random Bird Generator

Generate a random cartoon bird SVG with a random body shape, wing tilt, feather color, and beak color.

Open tool

Random Bit Generator

Generate a string of N random bits, each independently 0 or 1.

Open tool

Random Bitmap Generator

Generate a random-noise bitmap image at any size, in full color or monochrome, and download it as a PNG.

Open tool

Random Boolean Generator

Generate a batch of random true/false boolean values, each with an independent 50/50 chance.

Open tool

Random BSON Generator

Generate a random document and hand-encode it as real BSON bytes, shown as a hex dump alongside a JSON preview.

Open tool

Random Byte Generator

Generate N random bytes (0-255), shown as hex pairs, a decimal array, or comma-separated decimal values.

Open tool

Random Cat Generator

Generate a random cartoon cat face SVG with a random ear shape, fur color/pattern, eye color, and whiskers.

Open tool

Random Cat Name Generator

Pick a random name for a cat from a built-in list of common cat names.

Open tool

Random 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 tool

Random Chess Position Generator

Generate a random, sanity-checked arrangement of chess pieces as FEN notation and a visual board.

Open tool

Random Circle Generator

Generate a random circle with random radius, position, and fill/stroke color, as an SVG.

Open tool

Random City Generator

Generate random real-world city names spanning every inhabited continent.

Open tool

Random 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 tool

Random Coprime Pair Generator

Generate pairs of positive integers (a, b) with gcd(a, b) = 1, within a configurable range.

Open tool

Random Country Generator

Generate random real country names from a curated list of about 160 countries.

Open tool

Random 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 tool

Random CSV Generator

Generate a random CSV file with a chosen number of rows and typed columns (name, number, boolean, date).

Open tool

Random Cylindrical Coordinate Generator

Generate random cylindrical (r, θ, z) coordinate triples, with the angle in degrees or radians.

Open tool

Random Date Generator

Generate a random date within a configurable min/max range, in ISO or locale-style format.

Open tool

Random Decimal Number Generator

Generate random base-10 decimal numbers with a configurable integer digit count and decimal place count.

Open tool

Random Digit Generator

Generate a list of random single digits from 0 to 9, one per line.

Open tool

Random Digit Pair Generator

Generate pairs of two independent random digits (0-9), one pair per line.

Open tool

Random Digit Picker

Pick one random digit from a pool you supply, or the default 0-9 range.

Open tool

Random Dog Generator

Generate a random cartoon dog face SVG with random floppy or erect ears, fur color, and snout shape.

Open tool

Random Dog Name Generator

Pick a random name for a dog from a built-in list of common dog names.

Open tool

Random Draughts Game Generator

Play out N random non-capturing checkers moves from the standard setup and see the move list plus final board.

Open tool

Random Draughts Position Generator

Generate a random arrangement of checkers pieces on the dark squares of an 8x8 board, with a configurable piece count.

Open tool

Random Email Generator

Generate random email addresses at RFC 2606 reserved example domains, safe for test data.

Open tool

Random Emoji Generator

Generate random Unicode pictographic emoji from a built-in list, like 😀🎉🚀.

Open tool

Random Emoticon Generator

Generate random text-based emoticons and kaomoji from a built-in list, like :) and (╯°□°)╯︵ ┻━┻.

Open tool

Random Equation Generator

Generate a random linear or quadratic equation with one unknown, plus its solved value(s) of x.

Open tool

Random Even Number Generator

Generate random even integers within a min/max range, one or many at a time.

Open tool

Random Excel Generator

Generate a random .xlsx workbook with a header row and randomly typed text, number, and date columns.

Open tool

Random Face Generator

Generate an abstract, geometric cartoon avatar face with a random head shape, eye style/color, nose, mouth, and hair.

Open tool

Random Flower Generator

Generate a random flower SVG with a configurable petal count, random petal color/shape, a center, and a stem.

Open tool

Random Fraction Generator

Generate random fractions a/b with configurable numerator/denominator bounds, optionally reduced to lowest terms.

Open tool

Random Function Generator

Generate a random mathematical function definition, like "f(x) = 2x^2 - 3x + 1".

Open tool

Random Geographic Coordinates Generator

Generate random (latitude, longitude) pairs within valid Earth bounds, with configurable precision.

Open tool

Random Go Game Generator

Simulate N random alternating Go moves with a simplified single-stone capture check, on a configurable board size.

Open tool

Random Go Position Generator

Generate a random arrangement of black and white Go stones on a configurable 9x9, 13x13, or 19x19 board.

Open tool

Random GUID Generator

Generate Microsoft-style GUIDs: uppercase hex, hyphenated, wrapped in curly braces by default.

Open tool

Random Hex Number Generator

Generate a random integer shown in base-16, with configurable digit length and letter case.

Open tool

Random HTML Generator

Generate a small, complete random HTML page with a heading, paragraphs, a list, and a link.

Open tool

Random HTML Table Generator

Generate random <table> markup with a chosen number of rows and columns of random cell content.

Open tool

Random Image Generator

Procedurally generate a brand-new abstract image every time, with a random gradient background and scattered shapes.

Open tool

Random 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 tool

Random Integer Generator

Generate a single random whole number between a minimum and maximum you choose.

Open tool

Random Integer Range Generator

Generate a batch of random whole numbers within a min/max range, one per line.

Open tool

Random IP Address Generator

Generate random IPv4 or IPv6 addresses, restricted to any, private, or public-looking ranges.

Open tool

Random ISBN Generator

Generate random ISBN-10 and/or ISBN-13 numbers with a correctly computed check digit.

Open tool

Random JSON Generator

Generate a random nested JSON object with configurable depth, key count, and array length.

Open tool

Random Landscape Generator

Generate a layered SVG landscape with a sky gradient, a sun or moon, a jagged hill silhouette, and a few trees.

Open tool

Random LaTeX Generator

Generate a random LaTeX document skeleton with a title, a math equation, and an itemized list.

Open tool

Random Lenny Face Generator

Generate random 'Lenny face' style kaomoji, like ( ͡° ͜ʖ ͡°), from a built-in list.

Open tool

Random Letter Generator

Generate a batch of random letters with control over case and vowels vs. consonants.

Open tool

Random Line Generator

Generate one or more random line segments with random endpoints, color, and width, as an SVG.

Open tool

Random List Generator

Generate a random list of N items, sampled without repeats or generated with repeats allowed.

Open tool

Random Location Generator

Generate a full fake address combining a random street, city, and country.

Open tool

Random MAC Address Generator

Generate random 6-byte MAC addresses with a colon or hyphen separator and correct locally-administered bits.

Open tool

Random Math Expression Generator

Build a random arithmetic expression from +, -, *, / and parentheses, with its evaluated result.

Open tool

Random Matrix Generator

Generate a random m x n matrix of numbers within a configurable range, as an aligned text grid.

Open tool

Random MD5 Hash Generator

Generate random input bytes and compute their real MD5 digest — both shown, clearly labeled.

Open tool

Random Morse Code Generator

Generate random letters or words and see both the source text and its Morse code encoding.

Open tool

Random Name Generator

Generate random human first + last name combinations from built-in name lists, in either name order.

Open tool

Random 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 tool

Random Number Pair Generator

Generate N pairs of random integers (a, b) within a min/max range — useful for coordinates or paired test data.

Open tool

Random Octal Number Generator

Generate a random integer shown in base-8, with a configurable digit length.

Open tool

Random Odd Number Generator

Generate random odd integers within a min/max range, one or many at a time.

Open tool

Random Paragraph Generator

Generate random paragraphs made of several grammatically plausible sentences.

Open tool

Random Phone Number Generator

Generate clearly-fake, non-dialable phone numbers using officially reserved fictional ranges.

Open tool

Random PIN Generator

Generate one or many random numeric PIN codes, 4-8 digits long, using a cryptographically secure random source.

Open tool

Random Planet Generator

Generate a random gradient-shaded planet SVG with an optional ring system, craters, and cloud bands.

Open tool

Random Planet Name Generator

Generate fictional sci-fi-style planet names by combining random syllables.

Open tool

Random Point Generator

Generate random 2D (x, y) points within a configurable bounding box.

Open tool

Random Polar Coordinate Generator

Generate random polar (r, θ) coordinate pairs, with the angle in degrees or radians.

Open tool

Random Prime Number Generator

Generate a random prime number within a min/max range, using trial division and Miller-Rabin.

Open tool

Random Regex Generator

Generate a random, syntactically valid regex pattern composed from character classes, quantifiers, and groups.

Open tool

Random Sentence Generator

Generate grammatically plausible random sentences built from subject/verb/object templates.

Open tool

Random SHA-1 Hash Generator

Generate random input bytes and compute their real SHA-1 digest — both shown, clearly labeled.

Open tool

Random SHA-2 Hash Generator

Generate random input bytes and compute their real SHA-256 (SHA-2 family) digest — both shown, clearly labeled.

Open tool

Random Shape Generator

Generate a random polygon (3-10 sides) with a random size, rotation, and fill color as an SVG.

Open tool

Random Square Generator

Generate a random square with random size, position, rotation, and fill/stroke color, as an SVG.

Open tool

Random Street Generator

Generate random fake street names with house numbers, like '482 Maple Avenue'.

Open tool

Random Sudoku Puzzle Generator

Generate a random, genuinely solvable 9x9 Sudoku puzzle with easy/medium/hard difficulty and a one-click solution reveal.

Open tool

Random Surface Generator

Generate a random 3D surface formula z = f(x, y), combining sin/cos/polynomial terms.

Open tool

Random Time Generator

Generate a random time of day in 12-hour or 24-hour format, with optional seconds.

Open tool

Random TOML Generator

Generate a random TOML document with nested tables and key/value pairs, configurable depth and breadth.

Open tool

Random 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 tool

Random Tree Generator

Generate a randomized branching tree with configurable branch count and depth, rendered as SVG lines and leaf blobs.

Open tool

Random TSV Generator

Generate random tab-separated data with a chosen number of rows and typed columns (name, number, boolean, date).

Open tool

Random Unicode Text Generator

Generate random text drawing from Greek, Cyrillic, symbol, box-drawing, and emoji ranges.

Open tool

Random URL-Encoded Data Generator

Generate random text (including spaces, symbols, and unicode) and URL-encode it with the real encodeURIComponent().

Open tool

Random URL Generator

Generate plausible-looking URLs from random scheme, subdomain, path, and query combinations.

Open tool

Random User Agent Generator

Assemble realistic-looking browser User-Agent strings for Chrome, Firefox, Safari, and Edge.

Open tool

Random Username Generator

Generate usernames by combining a random adjective and noun from built-in word lists, with an optional number suffix.

Open tool

Random UTF-16 Generator

Generate random UTF-16 text including surrogate-pair emoji, with a code-unit breakdown.

Open tool

Random UTF-32 Generator

Generate random text and see its UTF-32 code-point breakdown, one 32-bit value per character.

Open tool

Random UTF-8 Generator

Generate random multi-byte UTF-8 text and see its per-character byte breakdown.

Open tool

Random Vector Generator

Generate random n-dimensional vectors with a configurable dimension count and component range.

Open tool

Random Video Generator

Animate random moving, colored shapes on a canvas and capture a few seconds of it as a downloadable WebM video.

Open tool

Random Word Document Generator

Generate a random .docx Word document with a heading, procedurally generated paragraphs, and a list.

Open tool

Random Word Generator

Generate a list of random English words drawn from a varied built-in dictionary.

Open tool

Random World Map Generator

Draw an abstract SVG 'world map' with a lat/lng-style graticule grid and random blob-shaped landmasses.

Open tool

Random XML Generator

Generate a random nested XML document with a mix of child elements and attributes.

Open tool

Random XYZ Coordinate Generator

Generate random 3D (x, y, z) coordinate triples within a configurable numeric range.

Open tool

Regex Random Data Generator

Enter a regex pattern and generate random strings that actually match it.

Open tool

1x1 Pixel PNG Generator

Generate a single-pixel PNG in any RGBA color, including fully transparent, and download it.

Open tool

3D PNG Creator

Give an uploaded PNG a pseudo-3D extruded look by stacking shaded offset copies of it behind the original.

Open tool

All-color PNG Generator

Generate a full hue x lightness color spectrum sweep as a PNG, at fixed full saturation.

Open tool

Analogous Color Palette Generator

Generate a 3-color analogous palette PNG from a hex color, with an adjustable hue angle.

Open tool

ANSI Art to PNG Converter

Turn pasted ANSI-colored terminal art into a full-color PNG image, right in your browser.

Open tool

APNG Creator

Combine several same-size PNG frames into a real Animated PNG (APNG), entirely in your browser.

Open tool

ASCII Art to PNG Converter

Turn pasted ASCII text art into a grayscale PNG image, right in your browser.

Open tool

Average Color Calculator

Calculate the alpha-weighted average color of every pixel in a PNG.

Open tool

Braille Art to PNG Converter

Turn pasted Unicode braille pattern art back into a black-and-white PNG image, right in your browser.

Open tool

Color Blender

Blend two hex colors together at a precise, adjustable ratio from 0 to 100.

Open tool

Color Mixer

Mix any number of hex colors together by averaging their RGB channels equally.

Open tool

Color Names to PNG Converter

Turn a list of CSS color names (like cornflowerblue or rebeccapurple) into a grid of PNG swatches.

Open tool

Color Sorter

Sort a list of hex colors by hue, lightness, saturation, or perceptual luminance.

Open tool

Color Spectrum PNG Creator

Generate a full horizontal rainbow spectrum strip PNG, sweeping every hue from 0 to 360 degrees.

Open tool

Color Step Generator

Generate a strip of evenly-stepped color swatches between exactly two hex colors, with hex codes.

Open tool

Color Wheel Generator

Generate a circular HSL color wheel PNG at any size and lightness, entirely in your browser.

Open tool

Colorful PNG Generator

Generate a colorful diagonal rainbow-gradient PNG of any size, seeded for repeatable variety.

Open tool

Complementary Color Palette Generator

Generate a two-color complementary palette PNG from any hex color, using true HSL hue math.

Open tool

Custom PNG Creator

Create a solid-color PNG at any size, with an optional colored border of any pixel width.

Open tool

Custom Stamp Design Creator

Design a custom ring-bordered rubber-stamp PNG with your own text, shape, color, and size.

Open tool

Dark Pixel Mask Generator

Isolate a PNG's dark/shadow pixels into their own transparent-masked image, by luminance threshold.

Open tool

Date and Time Stamp Creator

Generate a 'RECEIVED'-style stamp PNG showing a date on top and a time below it.

Open tool

Disappearing PNG Creator

Turn an uploaded PNG into a real animated APNG where it dissolves away pixel by pixel.

Open tool

Emoji Stamp Creator

Turn any emoji into a ring-bordered stamp PNG using your browser's own color emoji font.

Open tool

Emoji to Icon Converter

Render a single emoji as a downloadable icon-sized PNG, using your system's own color emoji font.

Open tool

Emoji to PNG Converter

Render a single emoji as a downloadable PNG at any size, using your system's own color emoji font.

Open tool

Empty PNG Creator

Generate a blank PNG at any size, fully transparent, solid white, or solid black.

Open tool

Glitch PNG Creator

Add reproducible, seeded row-shift glitch art effects to a PNG, right in your browser.

Open tool

Green Stamp Creator

Generate a green-ink ring-bordered stamp PNG, the classic 'approved'/'paid' color.

Open tool

HSL Mask Generator

Mask a PNG down to only the pixels within a chosen hue, saturation, and lightness range.

Open tool

HSL to PNG Converter

Turn a list of HSL colors (like hsl(210, 100%, 50%)) into a grid of PNG swatches.

Open tool

Icon to Stamp Converter

Turn an icon into a postage-stamp graphic with a perforated edge, right in your browser.

Open tool

Light Pixel Mask Generator

Isolate a PNG's light/bright pixels into their own transparent-masked image, by luminance threshold.

Open tool

Logo to Stamp Converter

Turn a logo into a worn, single-ink rubber-stamp impression with a ragged, distressed edge.

Open tool

Low Quality PNG Creator

Deliberately pixelate and posterize a PNG to give it a deep-fried, low-quality look, right in your browser.

Open tool

Monochromatic Color Palette Generator

Generate a monochromatic palette PNG with 2-10 lightness steps from a single hex color.

Open tool

Monogram Stamp Creator

Turn 1-3 initials into a bold, ring-bordered monogram stamp PNG.

Open tool

Multi-color Gradient PNG Creator

Create a smooth, continuous horizontal gradient PNG across 2 to 6 hex color stops.

Open tool

Multi-color Mask Creator

Mask a PNG down to only the pixels near any of several target colors, within an adjustable tolerance.

Open tool

Number Stamp Creator

Generate a ring-bordered stamp PNG showing a single whole number, like an ID or reference number.

Open tool

Paint Colors Simulator

Simulate mixing physical paint colors using a subtractive multiply blend instead of averaging.

Open tool

Placeholder PNG Creator

Generate a classic placeholder.com-style PNG with its own WIDTHxHEIGHT dimensions stamped on it.

Open tool

PNG Alpha Mask Generator

Turn a PNG's alpha channel into a grayscale visualization: white is opaque, black is transparent.

Open tool

PNG Color Extractor

Extract the single most frequently occurring color in a PNG.

Open tool

PNG Color Palette Extractor

Extract the most common colors in a PNG as a ranked list of hex codes.

Open tool

PNG Duplicator

Tile 1-20 copies of a PNG side by side or stacked into a single strip image, right in your browser.

Open tool

PNG Fade-in Generator

Turn an uploaded PNG into a real animated APNG that fades in from transparent to fully visible.

Open tool

PNG Fade-out Generator

Turn an uploaded PNG into a real animated APNG that fades out from fully visible to transparent.

Open tool

PNG Gradient Palette Generator

Sample a 2 to 6 stop color gradient into a strip of discrete numbered swatches, with hex codes.

Open tool

PNG Hexagonalizer

Turn a PNG into a honeycomb-style hexagonal mosaic, right in your browser.

Open tool

PNG Mosaic Creator

Combine multiple uploaded PNGs into a single grid-layout mosaic (contact sheet) PNG.

Open tool

PNG Multiplier

Multiply a PNG into a columns x rows grid of repeated copies, right in your browser.

Open tool

PNG Parts Splitter

Split a PNG into a grid of separate downloadable parts, like cutting a picture into puzzle pieces.

Open tool

PNG Pixels Randomizer

Randomly shuffle a PNG's pixel positions with a seeded, reproducible glitch effect.

Open tool

PNG Pixels Sorter

Apply the classic pixel-sorting glitch art effect to a PNG, right in your browser.

Open tool

PNG Polaroid Wrapper

Wrap a PNG in a classic white Polaroid-style frame with a caption strip, right in your browser.

Open tool

PNG Revealer

Render a single wipe-reveal frame of a PNG at any percentage, in any direction, right in your browser.

Open tool

PNG Slideshow Creator

Combine multiple uploaded PNGs into a single looping animated APNG slideshow.

Open tool

PNG Tile Creator

Repeat a PNG across a columns x rows grid to create a tiled pattern image, right in your browser.

Open tool

PNG to Animated GIF Converter

Combine a sequence of same-size PNG frames into a single looping animated GIF, right in your browser.

Open tool

PNG to ANSI Art Converter

Turn a PNG into colored ANSI terminal art using 24-bit truecolor escape codes, right in your browser.

Open tool

PNG to ASCII Art Converter

Turn a PNG into classic character-based ASCII art, right in your browser.

Open tool

PNG to Braille Art Converter

Turn a PNG into dense, compact Unicode braille pattern art, right in your browser.

Open tool

PNG to ICO Converter

Convert a PNG into a real, valid Windows .ico icon file, with full alpha transparency preserved.

Open tool

PNG 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 tool

PNG Triangulator

Turn a PNG into a low-poly triangle mosaic, right in your browser.

Open tool

Popular Color Mask Creator

Mask a PNG down to only the pixels matching its single most frequent exact color.

Open tool

Random PNG Generator

Generate a PNG of colorful random pixel noise at any size, from a reproducible numeric seed.

Open tool

Rectangular Stamp Creator

Generate a rectangular double-ring rubber-stamp PNG with your own text and ink color.

Open tool

Red Stamp Creator

Generate a red-ink ring-bordered stamp PNG, the classic 'rejected'/'urgent'/'void' color.

Open tool

Round Icon Creator

Crop an icon into a circular avatar-style shape, right in your browser.

Open tool

Round PNG Creator

Crop a PNG to a centered square and mask it into a circle, ideal for avatars, right in your browser.

Open tool

Round Stamp Creator

Generate a circular double-ring rubber-stamp PNG with your own text and ink color.

Open tool

Scrolling PNG Creator

Turn an uploaded PNG into a real animated APNG that scrolls horizontally or vertically and loops seamlessly.

Open tool

Signature to Stamp Converter

Turn a signature into a worn rubber-stamp-style impression with ink color and distress effects.

Open tool

Similar Color Shades Generator

Generate 3-9 subtly varied shades around a hex color's own lightness, as a downloadable PNG.

Open tool

Single-color PNG Generator

Generate a solid-color PNG of any size from a hex color code, right in your browser.

Open tool

Sprite Sheet to APNG Converter

Slice a grid-tiled sprite sheet PNG into individual frames and assemble them into an APNG.

Open tool

Square Icon Creator

Pad a non-square icon into a perfect square by centering it on a transparent background, right in your browser.

Open tool

Square PNG Creator

Pad a PNG to a square canvas with transparent bars, centering the original content, right in your browser.

Open tool

Star-shaped PNG Creator

Crop and mask a PNG into a customizable multi-point star shape, right in your browser.

Open tool

Symmetric Icon Creator

Mirror one half of an icon onto the other to force perfect left-right or top-bottom symmetry.

Open tool

Tetradic Color Palette Generator

Generate a 4-color tetradic (rectangle) palette PNG from a hex color, spaced 90 degrees apart.

Open tool

Text to Icon Converter

Generate a brand-new PNG icon from a short line of text, tightly cropped, no upload needed.

Open tool

Text to Logo Converter

Render a company name or short text as a simple wordmark-style logo PNG, entirely in your browser.

Open tool

Text to PNG Converter

Render text as a standalone PNG using a built-in pixel font, no design tool required.

Open tool

Text to Stamp Converter

Convert a line of plain text into a ring-bordered rubber-stamp PNG in one step.

Open tool

Triadic Color Palette Generator

Generate a 3-color triadic palette PNG from a hex color, spaced evenly 120 degrees apart.

Open tool

Unique Color Mask Creator

Mask a PNG down to only the pixels whose exact color appears nowhere else in the image.

Open tool

Wavy-shaped PNG Creator

Mask a PNG with a wavy top and bottom edge using a sine wave, right in your browser.

Open tool

White Noise PNG Generator

Generate a grayscale PNG of classic black-and-white TV static, from a reproducible numeric seed.

Open tool

2D Integer Generator

Generate a rows x columns random integer array as compact JSON-style nested array notation.

Open tool

3D Integer Generator

Generate a depth x rows x columns random integer array as compact JSON-style triple-nested array notation.

Open tool

Big Integer Generator

Generate random BigInt values with an exact digit length (5 to 100 digits), one per line.

Open tool

Decreasing Integer Printer

Print a strictly decreasing arithmetic sequence starting at a value, subtracting a fixed step.

Open tool

Increasing Integer Printer

Print a strictly increasing arithmetic sequence starting at a value, advancing by a fixed step.

Open tool

Integer Box Drawer

Draw a hollow rectangle border filled with consecutive integers, walked clockwise from the top-left.

Open tool

Integer Circle Drawer

Draw an ASCII ring shape of consecutive integers, using a simple distance-from-center threshold test.

Open tool

Integer Diamond Drawer

Draw the classic ASCII diamond shape, filled with consecutive integers instead of a fixed character.

Open tool

Integer Digit Error Introducer

Independently mutate each digit of every integer in a list at a controlled rate, for controlled parser corruption testing.

Open tool

Integer Digit Fuzzer

Generate randomized digit-level fuzz input from a list of integers, for stress-testing parsers.

Open tool

Integer Error Introducer

Deterministically corrupt a chosen number of whole integers in a list, for testing parser error handling.

Open tool

Integer Fuzzer

Generate a curated list of numeric edge cases (boundaries, safe-integer limits), padded with extra values as needed.

Open tool

Integer Matrix Generator

Generate a rows x columns grid of random integers within a chosen range, as space-separated ASCII rows.

Open tool

Integer N-Tuple Generator

Generate random integer tuples of a fixed size within a chosen range, one tuple per line.

Open tool

Integer Spiral Drawer

Arrange consecutive decimal integers into a square ASCII grid, filled in clockwise spiral order.

Open tool

Integer to Regex Generator

Build a regex that matches exactly a given set of integers, via literal alternation.

Open tool

Integer Vector Generator

Generate a single line of random integers within a chosen range and length, space-separated.

Open tool

Magic Integer Generator

Generate an odd-order magic square (3-9) via the Siamese method, with every row/column/diagonal sum shown.

Open tool

Multi-integer Sequence Generator

Generate several arithmetic sequences sharing a start value but with diverging step sizes.

Open tool

Oscillating Integer Generator

Generate a triangle-wave integer sequence that bounces back and forth between a min and max value.

Open tool

Regex to Integer Generator

Generate example integers matching a numeric regex pattern (a documented, restricted subset).

Open tool

Small Integer Generator

Generate random small integers symmetrically around zero, within a chosen max magnitude.

Open tool

Sudoku Board Generator

Generate a valid, fully-solved 9x9 Sudoku grid and blank out a chosen number of cells as a puzzle.

Open tool

Von Neumann Universe Drawer

Print the first N von Neumann ordinals in labeled and (for small counts) fully recursive set notation.

Open tool

Custom List Creator

Build a list from a start number, step, and count, with an optional prefix or suffix on each item.

Open tool

Empty List Creator

Generate a list of N items, each a chosen placeholder (blank by default, or custom text).

Open tool

List Duplicator

Repeat an entire list N times, concatenated together into one longer list.

Open tool

Random List Creator

Pick N random items, sampled without repeats from your pool or generated with repeats allowed.

Open tool

Symmetric List Creator

Generate a numeric palindrome sequence that counts up to N and back down again.

Open tool

Alternating Binary Sequence Generator

Generate a repeating 0101... or 1010... pattern of a chosen length.

Open tool

Binary Bit Colorizer

Color-code every individual bit of a single binary number: one color for 1s, another for 0s.

Open tool

Binary Bit Shuffler

Randomly shuffle the positions of the bits in a binary string, keeping the same count of 1s and 0s.

Open tool

Binary Choice Generator

Generate a list of random labeled binary choices, like Yes/No or Heads/Tails.

Open tool

Binary Circle Generator

Arrange binary digits around a circular ring outline within a text grid.

Open tool

Binary Colorizer

Color a list of binary numbers, one per line, each with its own distinct swatch.

Open tool

Binary Look-and-Say Generator

Generate the classic look-and-say sequence starting from a binary seed, one term per line.

Open tool

Binary Sequence Generator

List every binary number of a chosen bit width, in ascending order.

Open tool

Binary Spiral Generator

Trace an outward spiral curve through a grid, plotting your binary digits along the way.

Open tool

Binary 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 tool

Binary to Image Converter

Turn a string of 0s and 1s into a downloadable black-and-white pixel image.

Open tool

Binary Values to Bitmap Converter

Turn binary digits into an actual, downloadable monochrome .bmp file with correct BMP headers.

Open tool

Binary ZigZag Generator

Arrange a binary string's digits into a zigzag pattern across multiple lines.

Open tool

Random Binary Bit Flipper

Randomly flip a chosen number of bits in a binary string to simulate noise or bit errors.

Open tool

Random Binary Byte Generator

Generate a batch of random 8-bit bytes, space-separated.

Open tool

Random Binary Double Word Generator

Generate a batch of random 32-bit double words (dwords), space-separated.

Open tool

Random Binary Word Generator

Generate a batch of random 16-bit computer words, space-separated.

Open tool

Random Nibble Generator

Generate a batch of random 4-bit nibbles, space-separated.

Open tool