Home / Companies / Webflow / Blog / May 2026

May 2026 Summaries

24 posts from Webflow

Filter
Month: Year:
Post Summaries Back to Blog
Webflow has decided to restructure its team and operating model, resulting in numerous employees leaving the company, as part of a strategic shift to focus on creating a dynamic web marketing platform tailored for marketing teams. This decision comes in response to rapid changes in the web-building landscape driven by advancements in AI, which are reshaping how businesses develop digital experiences. The company aims to support departing employees with severance and benefits, while those remaining will work in smaller, more agile teams to enhance efficiency and direct impact on customer needs. Webflow is committed to leveraging technology and AI to innovate and maintain its financial strength, ensuring continued support for its customers.
May 27, 2026 807 words in the original blog post.
Integrating OpenAI text completion into a Webflow form without exposing the API key requires using a Webflow Cloud App Route Handler to manage API calls securely on the server side. The process involves installing the OpenAI SDK in the Cloud App, setting up environment variables for the API key, and creating a Route Handler that processes text completion requests. The Webflow site hosts the form, which is constructed using elements like a textarea, submit button, and result container, while custom JavaScript intercepts form submissions, sends prompts to the backend, and displays the OpenAI-generated text on the page. It's crucial to ensure that the API key remains server-side to prevent unauthorized access, and additional security measures like referrer checks and rate limiting can mitigate potential abuse risks. Troubleshooting common integration issues involves verifying URL paths, ensuring proper JavaScript execution, and confirming environment variable settings. Advanced implementations can explore streaming responses or integrating with multimodal AI models for more complex interactions within Webflow forms.
May 22, 2026 2,301 words in the original blog post.
Webflow's native CMS lacks full-text search capabilities across multiple fields, necessitating the integration of Elasticsearch to achieve comprehensive search functionality. By setting up an Elasticsearch cluster on Elastic Cloud, Webflow CMS content can be indexed and re-indexed upon publication, enabling the handling of complex queries matching post titles, body content, tags, and author names. A Webflow Cloud App Route Handler facilitates search queries by forwarding them to Elasticsearch and returning refined results, with a local script managing the indexing process. The guide outlines setting up an Elasticsearch cluster, building a Route Handler for query processing, and connecting search inputs on a Webflow site, emphasizing the importance of environment variables, proper API key management, and the use of the Elasticsearch HTTP REST API due to compatibility issues with Cloudflare Workers. The integration allows for enhanced search features, including query-time boosting, text highlighting in search results, and the potential for automatic re-indexing via webhooks, ensuring the search index remains current with content updates.
May 22, 2026 2,346 words in the original blog post.
Webflow Cloud's built-in storage options are suitable for basic needs, but for more complex database operations like those requiring full Postgres capabilities, additional implementations like Neon, a serverless Postgres database, are necessary. Neon stands out for its ability to autoscale to zero when idle, branch like a git repository, and use HTTP connections, making it compatible with environments such as Cloudflare Workers. This guide demonstrates how to build a waitlist application using Neon and Webflow Cloud, requiring a Neon project, a Webflow Cloud App, and the @neondatabase/serverless driver, eliminating the need for extra infrastructure. It walks through setting up a waitlist table, configuring a connection string, and creating write and read endpoints to handle email submissions and return signup counts, respectively, while offering suggestions for extending functionality with tools like Drizzle ORM for type-safe queries and schema migrations.
May 22, 2026 2,139 words in the original blog post.
Webflow's native order confirmation email system efficiently handles basic functions, such as automatic receipt delivery upon purchase, without requiring any setup. However, for more extensive customization, such as dynamic product images or conditional messaging based on order value, users must look beyond Webflow's capabilities, notably by incorporating SendGrid. This guide explores three primary methods for sending custom order confirmation emails using SendGrid, with varying degrees of control and setup complexity, depending on the team's coding skills and customization needs. The most comprehensive method involves using a Cloudflare Worker, which provides complete control over email templates, sender domains, and conditional logic. To implement this, you need a Webflow e-commerce site, a verified SendGrid sender domain, a scoped SendGrid API key, and a Cloudflare account. The integration process involves setting up a webhook in Webflow, configuring a dynamic email template in SendGrid, and deploying a Cloudflare Worker to handle data formatting and secure API key management. Proper setup ensures that order confirmation emails are sent efficiently and land in customer inboxes, avoiding common pitfalls like emails landing in spam or webhook misfires.
May 22, 2026 2,977 words in the original blog post.
Webflow's User Accounts feature was discontinued on January 29, 2026, necessitating the use of a third-party identity layer, such as Auth0, for sites with gated content. The guide explains how to securely integrate Auth0 authentication into a Webflow site by moving protected content to Webflow Cloud App endpoints and validating Auth0 tokens server-side before delivering content to the browser. To implement this, an Auth0 account configured as a Regular Web Application is required, along with a Webflow Cloud App and specific environment variables. The setup involves configuring Auth0 for proper URL handling, adding Auth0 credentials to the Webflow Cloud environment, building route handlers for login, callback, and logout functions, protecting Cloud App content endpoints, and wiring login and logout actions on the Webflow site. This method enhances security by ensuring that tokens are handled server-side, preventing exposure of sensitive data in the DOM, and supporting further integration with third-party APIs to create a robust membership layer.
May 22, 2026 2,357 words in the original blog post.
AI code components, introduced by Webflow, aim to bridge the gap between imaginative design ideas and the technical challenges of building them, enabling users to create complex, interactive web features without needing a dedicated developer. By describing a desired component in plain language, Webflow's AI Assistant generates a reusable, customizable component directly on the canvas, which can then be refined further. This was exemplified in a community challenge where participants created an array of innovative projects, such as an AI-powered travel itinerary planner, a spinning interactive globe, and a 3D cylindrical carousel, all demonstrating the potential of AI code components to enhance both creative and functional web development. The submissions showcased how these components allow teams to expand their creative capabilities, suggesting that the barrier to building sophisticated web elements has been significantly lowered for those willing to experiment with this technology.
May 21, 2026 969 words in the original blog post.
Frontify, a brand management platform, aimed to create an interactive and dynamic product story using Rive, a tool typically known for UI animation, to achieve a scroll-driven experience where elements respond and react based on user interaction. The project utilized Rive's runtime-active visuals, which differ from static video playback, to create an engaging and lively experience. Key techniques involved data binding, joysticks, and blend states, which allowed the animations to be controlled by the user's scroll position. The team at OFF+BRAND managed the complexity of the Rive file by structuring components for clarity and using remap to control internal timelines, while trim path and nested inputs were employed to create a sense of continuous motion and seamless transitions. This approach highlights Rive's capability in handling interactive, performance-sensitive projects by efficiently managing file size and complexity, ensuring a fluid user experience.
May 20, 2026 1,281 words in the original blog post.
Webflow Designer Extensions have been updated to offer developers enhanced capabilities for customizing and extending the functionality of the Webflow Designer platform, particularly with improved tools for managing user roles and permissions. Previously, developers could check if certain actions were available based on user roles using a boolean check, but recent updates have introduced a more nuanced approach. New features include the ability to determine the current user mode with the getCurrentMode function, allowing developers to tailor user interfaces according to whether a user is in design or build mode. Additionally, developers can now more easily check for specific modes and respond to changes in user roles, with the option to receive the new mode in event objects. These updates require developers to opt-in by adjusting their weblow.json files to utilize the expanded app modes features, with the flexibility to disable these features if desired.
May 20, 2026 391 words in the original blog post.
Frontify, a brand management platform, sought to create a dynamic, scroll-driven product story that leveraged Rive's capabilities beyond its traditional use as an animation tool, aiming for an experience where every element responds and transitions with intention. The project, undertaken by OFF+BRAND, required advanced techniques like data binding, joysticks, and blend states to achieve a responsive, interactive narrative that feels alive rather than static, using Rive's unique ability to produce visuals that react in real-time to user actions. Central to this undertaking was the use of data binding to connect runtime variables with animation actions, and joysticks were utilized to translate these values into motion, producing a fluid and bidirectional timeline controlled by the user's scroll position. To manage complexity, components were structured to maintain clarity and efficiency, using Rive’s remap feature to synchronize internal timelines with the parent scroll, while innovative solutions like the trim path property were employed to create a seamless looping animation that conveys continuous momentum. The approach emphasizes strategic anticipation in animation triggers to ensure smooth transitions, demonstrating how thoughtful application of Rive's tools can optimize interactive experiences in brand storytelling.
May 20, 2026 1,281 words in the original blog post.
Roboflow has strategically positioned its website as a central element in its growth strategy, leveraging it for over 90% of its revenue by serving as the primary conversion point for both individual developers and large enterprise clients. By utilizing Webflow, the marketing team at Roboflow is able to swiftly publish and iterate content that aligns with the rapid pace of developments in the computer vision space, such as new model releases. This approach ensures that Roboflow captures high-intent search traffic and maintains a competitive edge. The marketing team operates independently from engineering, allowing for real-time changes and updates, which has bolstered internal credibility and efficiency. For enterprise sales, the team creates custom, dynamic web pages tailored to specific prospects, which are more engaging than traditional static presentations. This adaptable and swift content system has allowed Roboflow to support its rapid growth and maintain a responsive, scalable marketing infrastructure.
May 18, 2026 1,253 words in the original blog post.
Webflow is updating its plans and pricing structure to better accommodate the evolving needs of its customers, with a focus on providing more scalable solutions and integrating AI capabilities. The new Premium Site plan combines the previous CMS and Business plans, offering increased CMS limits and simplifying customer choices, while the Team plan caters to fast-growing teams not yet ready for Enterprise by offering features like 100 CMS Collections, 10 seats, and enhanced security. AI credits are now included in all Workspace plans, allowing users access to AI functionalities with usage being tracked via a dashboard, although credit limits will not be enforced until mid-2026. Existing customers are given the opportunity to switch to annual billing to maintain their current pricing for another year, while changes for new purchases are effective immediately. These updates aim to support Webflow's positioning as a leading web marketing platform by ensuring that pricing does not hinder the creation of high-performing web experiences.
May 13, 2026 1,344 words in the original blog post.
AI-generated code is transforming the landscape of software development, reducing barriers to entry and accelerating the process of creating and deploying applications. This rapid evolution is driven by diverse groups, including inventors, researchers, platforms, engineering organizations, independent developers, citizen developers, regulators, and adversaries, all of whom are contributing to and benefiting from AI tools. While AI has democratized development and enhanced productivity, especially for engineering organizations, independent developers, and citizen developers, it has also introduced challenges such as quality debt, skill erosion, and increased security vulnerabilities. These hidden costs are particularly evident in engineering organizations, where reliance on AI can lead to duplication and logic flaws, and independent developers, who face personal risks like copyright violations. Citizen developers, while empowered to innovate, may contribute to code quality issues due to a lack of expertise in long-term maintainability. Additionally, ecosystems like app stores and marketplaces face increased pressure to manage the influx of AI-generated submissions, necessitating investment in automated reviews and security measures. Overall, while AI-generated code offers significant benefits, it also poses high risks and operational challenges across various user groups and ecosystems.
May 12, 2026 1,907 words in the original blog post.
Integrating Sentry for error tracking on Webflow Cloud involves a specific setup process that caters to both Next.js and Astro frameworks, with a critical requirement of setting a compatibility date of 2025-08-16 or later in the wrangler.jsonc file to ensure error events are properly captured. The process includes installing the correct Sentry SDKs, configuring them to use environment variables rather than hardcoded values, and securely storing the DSN in Webflow Cloud's environment variable dashboard. A live Webflow Cloud deployment is needed, and the setup also requires a Sentry account, GitHub access, and Node.js 20.0.0+ as prerequisites. Once configured, the system allows for effective error tracking, with additional features like source maps and performance monitoring recommended for a comprehensive setup. The setup ensures that errors from client-side, server-side, and edge runtimes are tracked, providing a robust error management solution for applications deployed on Webflow Cloud.
May 09, 2026 3,023 words in the original blog post.
Webflow Cloud Apps allow users to deploy a Next.js app alongside a Webflow site, facilitating the creation of a real-time metrics dashboard that syncs with a Supabase Postgres database using WebSocket connections. The setup involves two distinct phases: infrastructure configuration and component construction. The infrastructure setup includes scaffolding a Webflow Cloud App, connecting to a Supabase project with Realtime enabled, and setting up necessary npm packages. The next phase involves building a Server Component to fetch initial data via REST and a Client Component to maintain real-time updates by subscribing to Supabase Realtime events. This approach ensures that new database entries appear instantly on the dashboard without requiring page refreshes or polling. The guide emphasizes the importance of configuring environment variables, enabling Postgres Realtime on the desired Supabase table, and correctly managing WebSocket connections to avoid common issues that may disrupt real-time updates.
May 09, 2026 2,277 words in the original blog post.
Integrating an AI feature like Gemini with Webflow involves challenges such as keeping the Gemini API key secure and managing CORS configurations, which are efficiently addressed by using Webflow Cloud as a solution. This approach allows for the Gemini proxy to run as a Next.js endpoint within the same domain, eliminating CORS issues and ensuring the API key remains server-side. The setup involves using the Webflow Cloud app to handle authentication, conversation history, and system prompts, while the Webflow page manages the user interface. There are three main methods to connect Gemini to Webflow: using Webflow Cloud for visitor-facing AI features, a Cloudflare Worker proxy for teams familiar with Cloudflare, and automation platforms like Zapier for event-driven workflows. The choice depends on whether real-time responses or event-driven workflows are needed. The guide provides a detailed walkthrough for the Webflow Cloud path, including obtaining necessary tools such as a Gemini API key, a Webflow site with Cloud access, a GitHub account for deployment, and Node.js. It highlights key steps like setting up the project, deploying the Cloud app, creating a Gemini proxy endpoint, and adding a chat interface to the Webflow page, ensuring multi-turn conversation context and secure API key management.
May 08, 2026 2,835 words in the original blog post.
Integrating a Claude chatbot into a Webflow site using one's API involves a production-ready method that eliminates the need for a separate backend, second domain, or CORS configuration by utilizing Webflow Cloud. This process involves creating a Next.js or Astro application under the existing Webflow domain, developing a server-side route to proxy Claude's API, and mounting the chat interface on a URL path like mysite.webflow.io/chat. Critical components for this setup include a Webflow site on a paid plan, an Anthropic API key, a GitHub account with Node.js 20+ installed, and basic React knowledge. The setup ensures the API key remains on the server, offering a secure and flexible conversational interface for visitors. The five-step process includes setting up the Webflow Cloud project, creating the server-side proxy route, building the React chat component, managing multi-turn conversation contexts, and deploying and mounting the chat. Key challenges and solutions are discussed, including environment variable errors, authentication issues with the Anthropic API, edge runtime errors, and maintaining conversation context. The guide aims to transition from a basic chat setup to a more valuable and contextually aware conversational tool for users on a Webflow site.
May 08, 2026 3,300 words in the original blog post.
Oversized images can negatively impact the performance of Webflow sites due to the lack of srcset controls for externally hosted images, posing a challenge for leveraging Cloudinary's responsive delivery capabilities. The guide offers two methods to serve responsive Cloudinary images in Webflow: a static srcset embed for manual control on static pages and Cloudinary's JavaScript library for automatic per-element sizing. Each method has its own set of trade-offs, with the static embed method being more suited for images that don't change often, while the JavaScript library is optimal for pages with many images but sacrifices browser preloading efficiency. To implement these methods, users need a Cloudinary account with images uploaded to the Media Library and a Webflow site on a paid plan to utilize the Code Embed element. The guide also addresses common issues that may arise when integrating Cloudinary images in Webflow, such as incorrect URL syntax or JavaScript initialization order, and provides solutions to ensure responsive image delivery is effective across various viewport sizes.
May 08, 2026 2,717 words in the original blog post.
Webflow's Custom Code API enables developers to register scripts at the site level and apply them to specific pages programmatically, bypassing the need for the Designer interface. This approach is particularly useful for deploying tracking pixels, debugging utilities, or analytics tags at scale. The process involves two main phases: site-level registration and page-level application, utilizing a GET-before-PUT pattern to prevent data loss. Key requirements include a Webflow App with OAuth authorization, site ID, target page IDs, and the script content, with a particular emphasis on using OAuth tokens over site tokens due to API access restrictions. Developers must ensure scripts are not duplicated on pages and handle common issues like credential misconfigurations, destructive PUT operations, SRI hash mismatches, and script ID collisions. The guide provides detailed instructions on the workflow, including fetching current scripts, checking for duplicates, merging new scripts, and handling potential failure modes, ultimately enabling efficient and scalable script management across Webflow sites.
May 08, 2026 2,608 words in the original blog post.
In Webflow, the `title` attribute tooltip often presents styling and delay issues across different browsers, prompting many developers to seek alternatives like Tooltipster, which requires jQuery. However, Tippy.js emerges as a more efficient solution, needing no jQuery and providing robust customization options for tooltips. Tippy.js can be easily integrated into Webflow with a paid plan that allows custom code, using the Site Settings to load the necessary scripts and the Element Settings to assign tooltips via data attributes. The guide details the setup process, emphasizing the importance of correct script placement in the site's footer to ensure proper execution on live pages, and addresses common issues such as attribute typos, iOS interaction limitations, and CSS conflicts that may hinder tooltip functionality. Additionally, Tippy.js allows for rich HTML content within tooltips and offers customization options for behavior such as position and animation, making it a versatile choice for developers looking to enhance user interaction on Webflow sites.
May 08, 2026 1,887 words in the original blog post.
Stripe can be integrated into Webflow sites to facilitate payments without setting up a full eCommerce store, offering two main methods depending on the site's payment needs. Stripe Payment Links allow users to create a hosted payment page that can be linked to a button on Webflow, ideal for services, consulting, and one-off sales, as it bypasses the need for an eCommerce plan and enables a quick setup. For a more polished on-page experience, Stripe's Buy Button can be embedded directly in Webflow, providing a styled, branded button that redirects customers to Stripe’s hosted checkout page. Both methods require a verified Stripe account and a paid Webflow site plan, with the latter method involving embedding code for the button on the Webflow page. The guide emphasizes the importance of a fully verified Stripe account to avoid payment failures and offers troubleshooting tips for common integration issues.
May 08, 2026 1,842 words in the original blog post.
Webflow Cloud offers a streamlined approach for building full-stack applications by allowing Astro applications to run directly on Webflow's infrastructure, eliminating the need for separate deployment pipelines and easing integration challenges. The setup integrates Supabase for database management, Auth0 for authentication, and Stripe for payments, all running on Cloudflare Workers' V8 isolate runtime rather than Node.js, which necessitates specific configurations, particularly for HTTP clients. Key setup steps include verifying configuration files, declaring edge runtime for API routes, and managing environment variables at runtime only, not during build time. Common pitfalls include edge runtime incompatibilities with Node.js-dependent libraries, environment variable misconfigurations, and mistakes in Auth0 routing and Stripe webhook verification. Successful deployment requires careful adherence to configuration details, particularly regarding environment variables and middleware setup, to ensure seamless operation in both development and production environments.
May 08, 2026 4,242 words in the original blog post.
The guide provides a comprehensive overview of troubleshooting and fixing common issues that arise when syncing data between Zapier, Airtable, and Webflow, particularly when records fail to appear on live sites, CMS updates don't reflect, or cryptic ValidationError messages occur. It identifies six primary causes for these sync failures and offers specific solutions, such as ensuring correct settings in Zapier for creating live items, addressing ValidationError by checking required fields and format mismatches, and handling multi-reference fields using webhooks or alternative tools like PowerImporter. The guide also addresses challenges with image and file attachment transfers due to Webflow's file access restrictions, the need to update form triggers following Webflow's v2 API migration, and the reasons behind delays in Airtable updates reflecting in Webflow, suggesting alternatives like Whalesync for near-real-time syncing. For cases where Zapier's capabilities fall short, it recommends exploring Webflow's Data API for more robust control over CMS operations.
May 08, 2026 3,053 words in the original blog post.
Webflow has introduced AI code components that allow designers and marketers to create React components using natural language descriptions without needing to file tickets with developers, thereby streamlining the process and freeing up developers to focus on more complex tasks. These components can be directly integrated into Webflow's canvas with automatically matched styles and declared props, eliminating the need for custom embeds or iframe wrappers. While designers can now efficiently create and ship interactive elements like accordions, pricing calculators, and multi-step forms, developers still play a crucial role in building more intricate components that require version control, code review, and integration with internal libraries. This development effectively shifts the boundary between tasks that require developer intervention and those that can be handled by non-developers, allowing for greater collaboration and efficiency in the creation of web components.
May 04, 2026 856 words in the original blog post.