Skip to main content
DevPipe logoDevPipe

Frequently asked questions

Quick answers about DevPipe tools, privacy, and how to find what you need.

Are DevPipe tools free?
Yes. Every utility on DevPipe is free to use with no signup, subscription, or usage limits.
Does DevPipe upload my input data?
No. All processing runs entirely in your browser. Tokens, manifests, queries, keys, and other sensitive input are never sent to a DevPipe server.
Is my data sent to your servers?
No. DevPipe is a static site. When you paste input and click Run, JavaScript in your browser performs the transformation locally. Network requests are limited to loading the site itself, not your tool input.
What kinds of tools does DevPipe offer?
DevPipe provides 83 free online utilities for development, DevOps, security, QA, and general tech work - including JSON formatters, JWT decoders, cron calculators, YAML validators, encoders, hash generators, and diff tools.
Where can I find DevOps and security tools?
Browse dedicated category pages for DevOps tools and security tools, or use the search box on the home page to filter the full catalog.
Does each tool page include documentation?
Yes. Every tool page includes a reference guide, sample data where applicable, and editorial content explaining the underlying concepts and when to use the utility. Hub pages document each available mode so you understand what the tool does beyond the input form.
What are workflows on DevPipe?
Workflows are short multi-tool playbooks for tasks like debugging JWT auth, shipping Kubernetes manifests, or validating Docker stacks. Each step links to a tool page where the detailed reference guide lives. Where a sample handoff is configured, use Open Tool With Sample to open that tool with catalog sample input ready.
How Do I Use The Command Palette?
Press Ctrl+K on Windows or Linux, or Cmd+K on macOS, or use the Search Tools control in the site header. Type to filter Favorites, Recents, pages, and catalog tools, then press Enter or click a result to jump without leaving the current shell. The palette stays local; nothing is searched on a DevPipe server.
How Does Workflow Progress Work?
On a workflow page, use Mark Step Done to advance the highlighted step, or Clear Progress to reset. Progress is stored only in this browser localStorage and restores after a refresh on the same device. It does not sync across devices or accounts.
Does workflow progress sync across devices?
No. Workflow progress is stored only in this browser localStorage under a DevPipe key. Clearing site data or using another device resets the highlight. Favorites, Recents, and share links follow the same local-only model.
How is DevPipe different from other online tool sites?
DevPipe focuses on developer and DevOps workflows with client-side processing, per-tool reference guides, and curated workflows that connect related utilities. There is no account wall, and sensitive input stays in your browser instead of being uploaded for server-side conversion.
Can I use DevPipe on a corporate network?
Often yes. Because tools run locally in the browser, many teams use DevPipe on locked-down laptops where installing extra CLI utilities is slow or blocked. If your organization restricts outbound HTTPS, allow devpipe.dev so the static assets can load. Your pasted input still does not leave the machine.
Do I need to create an account?
No account is required. Open any tool, paste input, and copy the result. Favorites and Recents stay in your browser localStorage. Bookmarks and browser history are enough to return to frequently used pages.
What does Copy Share Link do?
On hub tools and custom tool pages, Copy Share Link puts the current inputs into the page URL hash (with legacy query support for older links). Hub links may also include the mode id. Opening that URL restores the workspace in another tab and shows a Shared Link Warning you can dismiss. Values stay in the address bar and are never posted to DevPipe servers. If the payload is too large for a URL, use Download Workspace File instead. Do not put secrets, tokens, or production credentials in share links.
Can I back up Favorites and other preferences?
Yes. On the Privacy page, use Export Preferences to download a JSON file from this browser, and Import Preferences to Replace All local values from a file you choose. Export and import stay on your device only. Nothing is uploaded to DevPipe servers.
What is Open Next Tool With Output?
On workflow steps after the first, Open Next Tool With Output opens the next tool and fills its primary input from a device-only sessionStorage handoff written when you Run a prior tool that was opened with the workflow id. Clear Progress removes that handoff. Do not put secrets in handoff values. Nothing is posted to DevPipe servers.
Which browsers are supported?
DevPipe targets modern Chromium, Firefox, Safari, and Edge releases with standard Web Crypto and JSON APIs. If a tool fails, try updating the browser or disabling extensions that block local script execution.
How are tools added or updated?
New utilities and modes are added as real developer workflows emerge. Bug fixes and reference guide updates ship through the public site when they are ready. Suggest tools or report issues on the Contact page.
Can I rely on DevPipe output in production?
DevPipe is a debugging and productivity aid. Always verify critical output against your own tests, linters, and platform documentation before deploying. Generated passwords, keys, and configs should be reviewed in the context of your security policy.
Does DevPipe work offline?
After the first visit, your browser may cache static assets, but DevPipe is designed as an online utility site. For fully air-gapped use, download and self-host the open build or use equivalent local CLI tools.
How do I report a bug or request a feature?
Visit the Contact page and send a message through Ko-fi. Include the tool URL, your browser, and steps to reproduce any issue. That helps prioritize fixes.
Who maintains DevPipe?
DevPipe is built and maintained by Imesh Ranawaka, full-stack engineer and independent publisher, active since 2026. Read the About page for the project background, privacy model, and design principles.
Why do some pages show tool suggestions instead of ads?
When ads are unavailable (review pending, blocked by an extension, or unfilled), DevPipe shows related tools and an optional Ko-fi support link instead of empty boxes. The interactive tools and guides remain free either way.
How does client-side processing help with compliance?
Many teams cannot paste tokens, keys, or customer logs into third-party converters. Because DevPipe runs transformations in the browser, the paste buffer never becomes a request body to a DevPipe API. You still follow your own policies for screenshots, ticket attachments, and shared demos.
Which tool should I open first for JWT auth issues?
Start with the JWT debugger to inspect header and payload claims (expiry, audience, issuer). Then follow the debug API authentication workflow for related steps. Never paste production tokens into untrusted services.

Learn more about DevPipe