Questions about how something works, corrections, tool requests, or privacy and advertising matters. Messages reach a real inbox and we reply to most within two to three working days.
Direct addresses
| Subject | Address |
| General questions and feedback | hello@devforgio.com |
| Bugs and factual corrections | corrections@devforgio.com |
| Privacy and data requests | privacy@devforgio.com |
| Advertising | ads@devforgio.com |
Before you write
A tool gave me a different answer than another site
Send both results and the exact input. The usual causes are genuine and worth knowing: standard versus URL-safe Base64, seconds versus milliseconds in a timestamp, or the other tool mishandling Unicode by calling btoa() directly. If the fault is ours it gets fixed the same week.
Is my data sent anywhere?
No. Every tool is JavaScript executing in your browser. There is no backend, no logging, no storage. You can verify this yourself: open your browser's developer tools, switch to the network tab, and watch that nothing fires while you type or when you select a file.
Can I use these on production credentials?
Technically nothing leaves your machine, so it is safe by architecture. But follow your organisation's policy — many prohibit pasting secrets into any third-party site regardless of how it works, and that is a sensible rule that does not depend on trusting us. For genuinely sensitive material, use a local CLI tool.
Will you add [tool]?
Probably, eventually. Twenty-seven are queued and requests move things up, especially when the same one arrives more than once. Send it through with a line on what you would use it for — that usually shapes the design more than the request itself.
Can I use your content or code elsewhere?
The explanatory text is original and copyrighted; short quotes with a link back are welcome, wholesale copying is not. The underlying algorithms are public knowledge and belong to nobody — implement Base64 or CIDR arithmetic however you like. For anything in between, ask first.
Something is broken on mobile
Please report it with your device and browser. Every page is tested responsively but real devices surface things emulators miss, particularly around file inputs and long monospace output.
What happens to your message
The form emails your name, address, chosen subject and message to our inbox so we can reply. That is its entire purpose — no mailing list, no sharing, no advertising use. Messages are kept only as long as needed and then deleted. The hidden field is an anti-spam honeypot: real visitors never see it, bots fill it in, and anything arriving with it completed is discarded. Full detail is in the privacy policy.