Privacy
DevMiniTools is built for practical utility with privacy-aware defaults.
Input Handling
Some tools run fully in your browser (for example JWT decoding and Base64 conversion). Render workflows send data to backend services to produce files.
Analytics
We collect operational analytics (page views, tool usage events, basic environment details) to improve performance and reliability.
Temporary Files
Generated render files are temporary and cleaned up based on system retention policies.
Best Practices
- Prefer local-first tools for decoding and text transforms when possible.
- Avoid pasting secrets unless the workflow explicitly requires server-side processing.
- Review retention behavior before sharing generated file URLs.