Crop
Pick an image, drag a crop rectangle, get a cropped data URL back. Inline tool — no extra window.
Crop Studio (one or many)
Drop a single image or a whole batch. Each becomes its own tab; crop them individually, or set the rectangle once and click "Apply to all" to copy it — proportional to each image's natural size — across the batch. Saves directly to the cloud folder you pick.
Lightbox
Open every image in your current selection in the floating viewer. Zoom, pan, page through, download.
Floating Gallery
Pop a free-floating Unsplash gallery so you can keep browsing while another tab is in focus.
Screenshot
Capture the current viewport (excluding panels marked `data-screenshot-exclude`). Useful for bug reports and feedback.
Presets reference
Read-only catalog of every Image Studio preset (60+ across 10 categories) — perfect for picking the right export size.
Photos view
Image-MIME filtered view of your full cloud-files tree — better for managing photos than the All Files tab.
Compact picker
Reference for the form-helper components: <SingleImageSelect>, <ImageManagerRow>, <ImageManagerIcon>. Use these to pull the Image Manager into your own UI.
Favicons
Every agent app and prompt app gets a procedurally-generated, colored, letter-based favicon via /api/agent-apps/generate-favicon. Runs at app-create time — this card is the entry point for that flow's docs.
Beta
Legacy and candidate-for-removal surfaces. Verify nothing essential is here before they're deleted from the tree.
Legacy image editor
BetaFabric.js-based editor — `components/advanced-image-editor/`. Currently broken under Turbopack (jsdom dep). The placeholder route confirms the disable.
Disabled while we finish the Next.js 16 / Turbopack migration.
Parallax gallery (legacy)
BetaOriginal `<ParallaxScrollAdvanced>` demo from `components/matrx/parallax-scroll/`. Sole consumer is this route — slated for deletion alongside the parallax-scroll component.
Public image search (standalone)
BetaStandalone demo of the legacy `<PublicImageSearch>` modal. The component itself stays (now proxied via `/api/unsplash`); only the demo page is redundant — Public Images already covers this in-hub.
Easy cropper (legacy)
Beta`<EasyImageCropper>` demo. Replaced in-hub by the Crop tile (single image) and the Crop Studio overlay (one or many). Kept here to compare before deletion.