Hydra shares sketches as links that reopen the editable code, building a traceable remix lineage
Hydra has a share button that encodes the current sketch and publishes it via a bot (the @hydra_patterns Twitter feed, used essentially as free hosting), returning a URL. Clicking a shared link opens the Hydra editor with that sketch’s code already loaded and running, ready to modify and re-publish. This publish -> link -> remix -> publish workflow is fundamentally different from screenshot-based visual sharing: recipients get the full running source, not a static image, so they can immediately edit and re-share. It also creates a lightweight lineage system — a re-share records that it was derived from the earlier sketch, so observers can trace how a visual idea evolved. The design embeds open-source remix culture directly into the tool rather than treating it as a separate community practice: authorship is framed as a gradient rather than a hard line (everything in software builds on something else), and remixing with explicit attribution is endorsed.
Examples
A user uploads a sketch to the bot; the bot returns a link. Anyone clicking it sees the running sketch in their browser with full code access, edits it live, and re-uploads — the new post recording that it was based on the earlier sketch.
Assessment
Explain how Hydra’s URL-sharing differs from screenshot-based sharing: what does a shared link let a recipient do that a screenshot does not? Describe the lineage/attribution practice the tool encodes and endorses when building on others’ sketches.