Guides
A short setup guide for the Solvane Webflow template. Learn what is included, how to make your first edits, and how scroll animations are applied across the site.
A short setup guide for the Solvane Webflow template. Learn what is included, how to make your first edits, and how scroll animations are applied across the site.
Solvane is a Webflow template built for consulting and professional services brands. It includes multiple homepage and inner page layouts, five CMS collections (Services, Case Studies, Articles, Team, and Legal), reusable components, and a variable-driven design system.
Use the pages in this template folder as reference: the Style Guide covers typography, colors, buttons, and forms; Licenses lists image, font, and icon sources.
This guide walks through the basics so you can customize the template without breaking the layout or motion system.
Follow these steps to set up the template in your workspace:
CMS content — services, case studies, articles, team members, and legal pages — is managed in the Collections panel. Edit collection items there; template pages pull content in automatically.
Solvane uses custom attributes for scroll-based motion, powered by GSAP. Smooth scrolling is handled by Lenis.
Lenis runs site-wide through two registered scripts in Site settings → Custom code → Scripts:
To change scroll feel, open LenisInit and edit the options inside new Lenis({ ... }):
Publish after saving script changes. Anchor links (sidebar jumps, hash links) are routed through lenis.scrollTo() so in-page navigation stays smooth.
To disable smooth scroll, set smoothWheel to false in LenisInit, or remove both Lenis scripts from Site settings.
Add this to any element you want to reveal on scroll. Common targets include headings, paragraphs, cards, badges, and image wrappers. The attribute is already applied across most pages — copy the pattern when building new sections.
Add this to featured images, cards, and large visual elements for scroll-linked depth. Set the value to control intensity:
You can combine both attributes on the same element — for example, a hero image with animation="scroll" and animate-parallax="medium".
The Webflow MCP server connects AI agents directly to your Webflow projects. Describe changes in natural language to update CMS content, edit pages, manage assets, and modify the design system — without writing API calls yourself.
Agents work within your existing Webflow permissions. Changes are recorded in the site activity log.
Recommended — use the Webflow plugin
Manual setup: Add a webflow entry with URL https://mcp.webflow.com/mcp to your project .cursor/mcp.json file. Then go to Settings → MCP & Integrations and click Connect to complete OAuth. See the Cursor setup guide for details.
To scope configuration to a single project folder, add the -s project flag when running the add command. See the Claude Code setup guide.
OpenAI Codex uses the same remote MCP server. Add a [mcp_servers.webflow] entry with url = "https://mcp.webflow.com/mcp" to ~/.codex/config.toml or your project .codex/config.toml file.
Then run codex mcp login webflow to complete OAuth. Use /mcp in the Codex TUI to confirm the server is connected. See the Codex MCP documentation.
Full documentation: developers.webflow.com/mcp
