Workflows
Real-World Recipes for Using InstantTools.
Learn how to chain our free utilities together to automate your most frustrating digital tasks and achieve professional outcomes in seconds.
Social Media Asset Bundle
Prepare a single image for all social platforms in under 2 minutes.
Recipe Steps (3)
- 1Resize OriginalStart by resizing your high-res master image to 1080x1080 for the Instagram square format.
- 2Convert to JPGFlip the Image Converter target to JPG and drop in your resized PNG/HEIC — shrinks the file for mobile feeds while keeping quality.
- 3Create WebP BackupSwitch the target to WebP and re-convert the same image for a 25–34% smaller file to embed on your blog or website.
Secure Document Prep
Clean, compress, and secure sensitive contracts before emailing.
Recipe Steps (3)
- 1Compress PDFReduce the file size of your signed contract so it doesn't bounce back from client emails.
- 2Clean Logo AssetsIf sending a branding package, optimize your SVG logos to remove editor metadata.
- 3Final ReviewCheck the file sizes and visual quality before hitting send.
Developer Debug Bundle
Decode, format, and verify sensitive API data without leaking it to a third-party server.
Recipe Steps (3)
- 1Decode the TokenPaste your production JWT to view the header and payload without sending it anywhere.
- 2Format the API ResponseBeautify the raw JSON response your service returned so you can actually read it.
- 3Decode Auth HeadersRun any base64-encoded Basic-Auth or session header through the decoder for inspection.
Web Snippet Builder
Turn Markdown into a Base64-encoded HTML data URI ready to drop into any iframe or CMS field.
Recipe Steps (3)
- 1Write MarkdownPaste your Markdown source into the input.
- 2Minify HTMLThe converter output is minified.
- 3Base64 EncodeThe minified HTML is Base64-encoded into a data URI.
Image Pipeline
Compress and strip EXIF metadata from a batch of images in one shot.
Recipe Steps (2)
- 1Compress ImagesReduce file sizes with canvas resampling.
- 2Strip EXIFRemove all metadata including GPS coordinates.
SEO Boost
Extract keywords, generate a meta description, and build JSON-LD schema from any piece of content.
Recipe Steps (3)
- 1Extract KeywordsIdentify the highest-signal terms in your content using TF-IDF analysis.
- 2Generate Meta DescriptionSummarize the content into a ≤155-character SEO description.
- 3Build SchemaGenerate JSON-LD Article schema from the extracted metadata.
Product Listing
Turn a feature list into a polished product description with keywords and structured data.
Recipe Steps (3)
- 1Generate DescriptionTransform your feature list into persuasive marketing copy.
- 2Extract KeywordsPull out the strongest search terms from the generated copy.
- 3Build SchemaGenerate JSON-LD Product schema for rich search results.
Content Rewrite
Rewrite content for freshness, summarize for a different audience, and extract updated keywords.
Recipe Steps (3)
- 1Rewrite ContentParaphrase the original text while preserving meaning.
- 2SummarizeGenerate a 2–4 sentence summary of the rewritten content.
- 3Extract KeywordsIdentify the core terms from the rewritten version.