Managing content at scale has always been one of Sanity's few weak points. While the platform excels at structured content and developer experience, content managers coming from Webflow often miss the intuitive table view with bulk operations that makes managing hundreds of documents effortless.
That changes today.
We're excited to introduce the Sanity Bulk Actions Table Plugin — a comprehensive solution that brings Webflow-style content management directly to Sanity Studio. For the first time, Sanity users can manage their content with the same efficiency and visual clarity that Webflow users have enjoyed for years.
Webflow's CMS interface has always been ahead of the curve. Content managers can:
These aren't luxury features—they're essentials for content teams managing real websites. Until now, Sanity users had to work document-by-document, making bulk updates tedious and time-consuming.
The plugin transforms Sanity's document management with a familiar table view that Webflow users will recognize immediately:
Perform actions on multiple documents simultaneously:
These operations include comprehensive error handling and progress indicators, essential for managing large content sets reliably.
Built for teams managing serious content volumes:
This plugin directly addresses the biggest concern we hear from teams considering a Webflow to Sanity migration: "How do we manage content efficiently?"
The answer is now simple: exactly like you did in Webflow, but with Sanity's superior content modeling and developer experience underneath.
Content Managers get the familiar table interface they're used to from Webflow, eliminating the learning curve and productivity drop that typically accompanies CMS migrations.
Developers gain access to Sanity's powerful APIs, structured content, and customization capabilities without sacrificing content management efficiency.
Organizations can migrate from Webflow without training content teams on entirely new workflows or accepting reduced productivity.
Building this plugin required solving complex challenges around performance and user experience:
Unlike typical Sanity plugins, this integrates directly with the Structure Tool, providing native-feeling table views that blend seamlessly with your existing Studio configuration.
The plugin uses sophisticated query strategies:
Built with performance in mind:
Teams using this plugin report significant productivity improvements:
This isn't just about copying Webflow's functionality—it's about improving on it:
The plugin integrates with Sanity's Structure Tool (not the plugins array) for seamless native functionality:
import { createBulkActionsTable } from 'sanity-plugin-bulk-actions-table';import { structureTool } from 'sanity/structure';export default defineConfig({ plugins: [ structureTool({ structure: (S, context) => { return S.list() .title('Content') .items([ createBulkActionsTable({ type: 'post', S, context, title: 'Blog Posts', }), // ... other structure items ]); }, }), ],});
This plugin represents more than just additional functionality—it's a bridge between Sanity's powerful content infrastructure and the content management experience that modern teams expect.
For organizations evaluating headless CMS options, the content management experience is no longer a deciding factor against Sanity. Teams can have the best of both worlds: Webflow's intuitive content management combined with Sanity's superior developer experience and content modeling capabilities.
This plugin builds upon the excellent foundation created by Rico Kahler's Sanity Super Pane, modernizing it for Sanity Studio v3/v4 while adding significant new capabilities.
We believe in contributing back to the Sanity ecosystem, and this plugin represents our commitment to solving real problems that content teams face every day.
Transform your Sanity content management workflow:
npm install sanity-plugin-bulk-actions-table
Check out the complete documentation and see how it can eliminate the productivity gap between Sanity and traditional CMS platforms.
For teams considering a migration from Webflow or other platforms, this plugin removes one of the biggest barriers to choosing Sanity for your content infrastructure.
We built the missing piece in Sanity's ecosystem: a plugin that lets you upload, preview, and manage Lottie animations directly in Studio. No more workarounds or broken workflows.
Stop uploading SVGs or guessing icon names. Our Lucide Icon Picker brings 1,600+ icons directly into Sanity Studio with intelligent search and instant previews.