Recipes
Named, multi-step tool pipelines — paste once, run every step, copy the final result. Try one below, or build your own.
Recipe
Turn a JSON field into a URL-safe Base64 slug
Format JSON, turn it into a clean slug, then Base64-encode the result — three tools chained into one repeatable pipeline.
RecipeConvert a CSV export to pretty-printed JSON
Turn a CSV export into a JSON array, then beautify it — a two-step pipeline for feeding CSV data into anything that expects JSON.