What runs locally
Formatter, parser, converter, and generator workflows are designed to run directly in the browser whenever the tool does not need a network service.
- JSON formatting, Base64 encoding, UUID generation, and similar operations avoid server round-trips.
- Tools that connect to external services, such as API or database clients, necessarily send requests to the targets you choose.
- The help docs explain tool-specific data behavior for sensitive workflows.

