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

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.

Description
Spline is a browser-based 3D design platform for creating interactive web experiences.
This integration page is provided for informational and convenience purposes only.

Modulo
Connect Modulo with Webflow to add pre-designed, production-ready UI components to your sites like hero sections, feature blocks, FAQ layouts, CTAs, and more, directly inside Webflow.

Stockpress
Connect Stockpress, a digital asset management platform, with Webflow to browse, search, and place brand assets directly in Webflow without switching platforms.

Stockpress
Connect Stockpress, a digital asset management platform, with Webflow to browse, search, and place brand assets directly in Webflow without switching platforms.

Modulo
Connect Modulo with Webflow to add pre-designed, production-ready UI components to your sites like hero sections, feature blocks, FAQ layouts, CTAs, and more, directly inside Webflow.

Goat Slider
Connect Goat Slider, a CMS-driven slider app, with Webflow to add dynamic carousels and sliders that automatically update when your content changes.

Pixcap Editable 3D Icons and Characters
Connect Pixcap, a customizable 3D asset library, with Webflow to browse, customize, and insert 3D icons, illustrations, and characters directly in Webflow without 3D modeling skills.

CutCopy
Connect CutCopy with Webflow to transfer variables and attributes between projects without manual recreation.

Devblocks CMS Image Optimizer
Large CMS collections accumulate uncompressed images over time as content editors upload full-resolution photos and marketing teams import product libraries. Each uncompressed image increases page load times and consumes bandwidth.

Flowdrive
Connect Flowdrive, an external file and video hosting service, with Webflow to host videos and enable file uploads without Webflow's Business plan requirement.


