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.

Vidzflow
Connect Vidzflow with Webflow to host videos with custom branding, track engagement analytics, and add conversion-focused CTAs without coding.

gFLUO
Connect gFLUO, a GSAP animation tool built for Webflow, with your site to add scroll-triggered text animations through custom attributes with no JavaScript required.

Iconik
Connect Iconik, a cloud-based media asset management platform, with Webflow through custom API integration to sync video libraries and asset metadata to CMS collections.

Python
Integrate Python with Webflow's REST API to automate CMS content updates, process form submissions with custom logic, sync e-commerce inventory, and build AI-powered features on external servers.

Amazon Cloudfront
Connect CloudFront to exported Webflow sites for Lambda@Edge, AWS WAF, and custom caching. Not compatible with native hosting.

Frame.io
Connect Frame.io with Webflow to automate video publishing workflows from review approval to web publication.

Firebase Studio
Connect Firebase Studio with Webflow by deploying Firebase Studio applications as standalone web apps that embed in or link from Webflow, or by integrating Firebase backend services like Authentication, Firestore, and Cloud Functions directly into Webflow pages through custom code or tools like Wized.Retry

Google Sheets
Connect Google Sheets with Webflow to manage CMS content through familiar spreadsheet interfaces, capture form submissions, and synchronize inventory data.

Givebutter
Connect Givebutter with Webflow to collect donations using embedded widgets or build custom workflows through the API.


