Spline

Connect Spline with Webflow to add interactive experiences to your website.

Install app
View website
View lesson
A record settings
CNAME record settings
Spline

How to integrate Spline with Webflow

Webflow offers three integration methods with Spline. These include: a native Spline scene element for most use cases, custom code embeds for advanced viewer configurations, and APIs for programmatic control.

Use the native Spline scene element

Use this method for most implementations. The native element handles embedding, sizing, and responsive behavior through standard Webflow controls and integrates with Webflow's interactions panel.

Create your 3D scene in Spline, export to get a .splinecode URL, drag the Spline scene element onto your canvas, paste the URL, and publish.

This integration method enables:

  • Scroll-based 3D animation: Control Spline object position, rotation, and scale through the dedicated Spline action in the Interactions panel  
  • Hover and click triggers: Change 3D scene states through Webflow's interactions panel  
  • Responsive 3D layouts: Apply breakpoint-specific sizing and positioning  
  • CMS-driven 3D content: Place Spline elements in Collection items with dynamic URLs

Performance considerations:

  • Scene limits: Keep to 3 Spline scenes or fewer per page  
  • File optimization: Compress textures in Spline's export settings (up to 4x file size reduction) and reduce polygon counts  
  • Mobile testing: Test thoroughly, as touch interactions require explicit configuration in Spline's Play Settings

Embed with Spline Viewer web component

Use this method when you need custom background RGBA values, global event handling across multiple scenes, or specific loading behavior controls not available in the native element.

<script type="module" src="https://unpkg.com/@splinetool/viewer@1.9.82/build/spline-viewer.js"></script>
<spline-viewer url="https://prod.spline.design/9951u9cumiw2Ehj8/scene.splinecode"></spline-viewer>

Viewer customization options:

  • Background color override: Use background="rgba(218,81,221,0.2)" to match your site design  
  • Global event handling: Use events-target="global" for interaction coordination across scenes  
  • Loading behavior: Control through viewer attributes and export settings

Custom embeds require manual configuration for container dimensions, responsive behavior, and interaction conflicts.

Build with Webflow and Spline APIs

Use this approach for dynamic content updates based on external data, bidirectional communication with backend systems, or programmatic scene manipulation. This requires JavaScript proficiency.

Spline provides three APIs: the Runtime API (@splinetool/runtime), the Real-time API, and the Variables API. For Webflow, use a browser/ESM CDN build or bundle it externally and include it via a script tag in custom code.

The core API capabilities include:

  • Object manipulation: Query elements via findObjectByName() and findObjectById()  
  • Variable control: Create dynamic experiences through setVariable() and setVariables()  
  • Animation control: Manage animations with play() and pause()  
  • Event handling: Respond to interactions through addEventListener()

Sync 3D content with Webflow CMS

Connect Spline scenes to the Webflow CMS to create dynamic 3D implementations where scene properties update based on Collection items.

const canvas = document.getElementById('canvas3d');
const spline = new Application(canvas);
spline.load('YOUR_SCENE_URL').then(() => {
  spline.setVariables({
    color: cmsItemColor,
    productName: cmsItemTitle,
    price: cmsItemPrice
  });
});

Create real-time integrations with external systems

Use Spline's Real-time API for bidirectional communication between Spline scenes and external services. This requires bundling the runtime externally or using a CDN build, plus a backend or serverless function layer for real-time sync.

What you can build

Integrating Spline with Webflow lets you create production-grade 3D web experiences without custom WebGL development.

  • Interactive product showcases: Build e-commerce pages with 3D models that rotate, change colors, and reveal features on click  
  • Scroll-driven storytelling experiences: Create landing pages where 3D scenes animate as visitors scroll  
  • Brand experiences with 3D throughout: Build websites with 3D integrated in navigation, content sections, and interactions  
  • SaaS product demonstrations: Explain complex software features through interactive 3D visualization

Frequently asked questions

  • Yes. Select your Spline scene element, open the interactions panel, and create triggers for scroll, hover, or click events. Use the dedicated Spline action to animate position, rotation, and scale of 3D objects.

  • Yes. 3D scenes impact Core Web Vitals (TBT, TTI, CLS). Search engines don't index content inside 3D scenes. Optimize by compressing textures, implementing lazy loading, setting explicit container dimensions, and limiting 3D to hero sections on content-heavy pages.

  • All browsers with WebGL support can render Spline scenes. Test on actual devices, as performance varies—particularly on older iOS devices. Check WebGL availability at webglreport.com. Configure touch interactions in Spline's Play Settings for mobile.

  • Keep to 3 scenes or fewer per page. To add more 3D content, combine objects into a single scene, export non-interactive animations as MP4/GIF, or use static screenshots for decorative elements.

Spline
Spline
Joined in

Category

Assets

Description

Spline is a browser-based 3D design platform for creating interactive web experiences.

Install app

This integration page is provided for informational and convenience purposes only.


Other Assets integrations

Other Assets integrations

Lummi

Lummi

Connect Lummi, an AI-generated stock image platform, with Webflow to search, customize, and insert royalty-free images directly in the Designer without leaving your canvas.

Assets
Learn more
Image Management

Image Management

Connect the Pixlevents Image Management Webflow app to optimize CMS images and convert formats to WebP and AVIF without leaving your workspace.

Assets
Learn more
Chainlift Color

Chainlift Color

Connect Chainlift Color with Webflow to generate accessible Material 3 dynamic color themes with pre-configured utility classes and color variables.

Assets
Learn more
Bynder

Bynder

Connect Bynder with Webflow to manage brand-approved digital assets within your design workflow and serve optimized content through Bynder's global CDN.

Assets
Learn more
Asset Bae

Asset Bae

Connect Asset Bae with Webflow to bulk-edit image filenames and alt text, with AI-generated alt text for accessibility compliance.

Assets
Learn more
Frontify

Frontify

Connect Frontify with Webflow to search, browse, and insert assets directly in your site without switching platforms.

Assets
Learn more
Virtual Tours

Virtual Tours

Connect Virtual Tours to your Webflow site and display interactive 360° tours on any page.

Assets
Learn more
SVGFlow

SVGFlow

Connect SVGFlow with Webflow to edit SVG colors, sizes, and strokes directly in Webflow without external tools.

Assets
Learn more
Creattie

Creattie

Connect Creattie's Lottie animation library with Webflow to add lightweight animations that load faster than videos while maintaining visual quality.

Assets
Learn more

Related integrations

No items found.

Get started for free

Try Webflow for as long as you like with our free Starter plan. Purchase a paid Site plan to publish, host, and unlock additional features.

Get started — it’s free