Cookbook
Cookbook
Ten end-to-end recipes — from CC0 album art for a music app to self-hosting an internal MCP server for a team.
Every recipe is a complete working example. Each one names the providers it uses, the flags it sets, and the code you'd actually ship.
| # | Recipe | Best for |
|---|---|---|
| 1 | CC0 album cover for a music app | Music apps, podcast platforms |
| 2 | Bulk-fetch portraits for an artist roster | Booking agencies, labels |
| 3 | Verify license of an image you already have | Editorial teams |
| 4 | Watch for new CC images of a query | News ops, OSINT |
| 5 | Use webfetch from Claude Code to enrich a blog post | Writers, solo builders |
| 6 | GitHub Action that fetches assets at build time | Static sites, JAMstack |
| 7 | Self-host the MCP server for an internal AI agent | Security-sensitive orgs |
| 8 | Pipeline: fetch → vision-AI alt-text → publish | Accessible publishing |
| 9 | Mass-deduplicate an image library with pHash | DAM, stock catalogs |
| 10 | Deploy a custom provider adapter | Teams with proprietary sources |
Each recipe assumes you've already completed Getting started.