AltF Flow chains text transformations into an ordered pipeline you can reorder, re-run and save as a named recipe - trimming whitespace, changing case, sorting lines, removing duplicate lines, formatting JSON, extracting URLs and prepending a timestamp. Every step executes in the browser and recipes are kept in this browser's localStorage, so they are not tied to an account and do not follow you to another device.
| Status | Public beta |
|---|---|
| Price | Free, no sign-in required |
| Where the work happens | In your browser, recipes in localStorage |
| What you provide | Text pasted into the input, and at least one action in the pipeline. |
| Data handling | Current workflows execute entirely in your browser |
| Capabilities listed | 3 (Ordered actions, Reusable recipes, Execution log) |
| Tools linked from this page | 4 |
Your browser. The transformations are synchronous string operations with no network call, and saved recipes live in this browser's localStorage.
Add any of these in any order; the pipeline runs them top to bottom.
Compose repeatable steps, execute them in order, and keep recipes in this browser.
No local recipes yet.