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.

BigQuery
Connect BigQuery's data warehouse capabilities with your Webflow site using integration platforms or custom server-side middleware to centralize form submissions, analyze user behavior, and build custom analytics dashboards.
Dropbox
Integrating Dropbox with Webflow requires either automation platforms for no-code workflows or direct API implementation for custom functionality. No official Webflow Marketplace app exists.

Cloudinary
Integrate Cloudinary with Webflow to manage and deliver images at scale. This combination lets content teams upload and organize media in Cloudinary while Webflow sites automatically serve device-optimized, responsive assets based on viewport size and browser capabilities without manual resizing or format conversion.
YouTube
Add YouTube videos to Webflow sites using native embed elements or custom iframe code. Control playback settings and configure responsive layouts directly in Webflow. This integration maintains aspect ratio across breakpoints.
Hugeicons
Connect Hugeicons with Webflow to get scalable, professional icons to your projects with direct access to 40,000+ SVG assets.

Vectary 3D & AR
Connect Vectary's browser-based 3D and AR platform with Webflow to create interactive product visualizations, AR experiences, and immersive web content without complex coding.

AI Image Enhancer
Connect AI Image Enhancer by OLAI to your Webflow site to upgrade image quality and generate custom visuals without leaving your workspace.

Vimeo
Connect Vimeo's professional video hosting platform with Webflow to create engaging websites with high-quality video content, custom players, and seamless CMS integration. Display portfolio reels, educational content, or background videos while maintaining complete control over playback and design.

Videezy Webflow Integration
Connect Videezy (HD stock video library) with Webflow to create engaging backgrounds, hero sections, and dynamic galleries using free and premium footage — no complex production required.


