Breathtaking interactive web experiences. Zero bloat.

We build high-performance, self-contained digital assets that load instantly and drop flawlessly into any tech stack.

Uncompromising Performance

Most 3D and interactive websites rely on heavy frameworks that destroy load times and tank your SEO. We take a different approach, writing bespoke, dependency-free code. The result? 60fps cinematic visuals that load in milliseconds and run flawlessly on any device

Seamless Integration

No version conflicts. No complex build pipelines. Whether your site is built on Webflow, Shopify, WordPress, or a custom React stack, our interactive elements drop in with a single, copy-pasteable script tag. It’s interactive art that simply works.

Parametric Control

You shouldn't need a developer just to change a color or slow down an animation. We deliver our assets with simple, human-readable configuration objects. Your design team can tweak colors, sizes, and behaviors directly in the browser until it feels perfectly on-brand.

Design Organisms

Interactive art that lives anywhere.

Every animation you see on this site is what we call an "Organism." They are 100% context-independent. No external libraries, no frameworks. Just drop the snippet into your HTML, tweak the configuration, and watch your page come to life..

Koi Pond Simulation
                
                    <!-- Drop anywhere - zero dependencies -->
                    // Tweak the CONFIG below to change the school size, speed, and behavior.
                    // Hand off to your webmaster, and it's live in 30 seconds.
                    <div 
                    id="koi-pond" style="width:100%;height:500px"></div>
                    <script>
                    const CONFIG = {
                    count: 12,
                    size: 0.6,
                    speed: 0.05,
                    waveSpeed: 2.2,
                    undulation: 29.5,
                    schoolDistance: 10,
                    schoolStrength: 0.1,
                    sizeVariation: 0.77
                    };

                    // Minimal self-contained simulator
                    // Live tool: kintsugi.studio/wavefish.html
                    </script>
                
            
SVG Fractal Generator

    <!-- Drop anywhere - zero dependencies -->
    // Generate thousands of unique, scalable brand graphics instantly.
    <div id="svg-fractal" style="width:100%;height:500px"></div>

    <script>
    const CONFIG = {
    svg: {
        preset: "flower"
    },
    pattern: {
        type: "fibonacci",
        count: 4
    },
    growth: {
        depth: 4,
        length: 20,
        decay: 0.95,
        angle: 90
    },
    appearance: {
        size: 32,
        sizeDecay: 0.7,
        opacity: 0.9
    }
    };
    // Minimal self-contained generator
    // Live tool: kintsugi.studio/svg-fractal.html
    </script>
Cherry Blossom Tree Generator
<!-- Drop anywhere - zero dependencies -->
// Wind speed, branch angle, blossom scale, and colors—all controlled by one simple object.
<div id="cherry-tree" style="width:100%;height:500px"></div>
<script> 
<!-- Same as above, check out kintsugi.studio/cherry-tree.html to see the tool -->
</script>

No bloated frameworks. No endless dependencies. Just pure, drop-in digital craft.

Explore the playground →