Summary Let a published, public Dive be embedded in a third-party website via a simple iframe or <script> snippet, with no backend and no Business plan required. Keep MotherDuck branding and attribution in the embed. Today, embedding a Dive at all requires the Business plan plus a server to mint session strings, which rules out static personal sites. Problem I built two public Dives and want to showcase them on my personal site (a static Hugo site on GitHub Pages). I expected to drop in an iframe. Two things block it: 1. The hosted Dive URL ( app.motherduck.com/dives/ ...) sends X-Frame-Options: SAMEORIGIN and Content-Security-Policy: frame-ancestors 'self', so it cannot be framed on any other origin. 2. The official embed path ( embed-motherduck.com/sandbox/#session= ...) needs (a) the Business plan and (b) a backend endpoint to generate session strings from an access token. A static site has no backend, and a personal showcase does not justify a Business plan. So the only option left is to screenshot the Dive and link out, which loses the interactivity that makes a Dive worth sharing. Current workaround Static screenshot plus a link to the hosted Dive. Functional, but the visitor leaves my site and the embedded experience is just an image. Proposed solution For a Dive whose owner has explicitly marked it public/embeddable, provide a no-backend embed. Any of these would solve it: - An "Embed" button in the Dive UI that produces a ready-to-paste iframe snippet pointing at an embeddable, framing-allowed URL (relaxed frame-ancestors for public Dives). - A signed, read-only, public embed token baked into the snippet at publish time, so no runtime session-minting server is needed. - An oEmbed endpoint so platforms can auto-expand a Dive link into the live embed. Constraints I would happily accept: - Persistent MotherDuck branding and a "Made with MotherDuck" link in the embed. I want the attribution, not to hide it. - Read-only, public-data-only, with per-Dive rate limiting and the ability to revoke or unpublish. - Available on free/Pro tiers since it is public data and public promotion. Why this benefits MotherDuck Every embedded public Dive is a branded, interactive ad for MotherDuck running on someone else's site, with attribution. The current friction means those Dives get screenshotted and linked instead of embedded, so the brand impression and the live-query demo never leave MotherDuck's domain. Lowering the barrier to embed turns every public Dive author into a distribution channel. Acceptance criteria - I can take a public Dive and, with no server and no paid plan, paste a snippet into a static HTML page and see the live, interactive Dive render. - The embed shows MotherDuck branding. - I can revoke/unpublish to kill the embed. Written by Claude Opus 4.8, verified and edited by Will Hea