Back to Explore

Visual Editing by DatoCMS

Content Management Systems

Visual editing for Headless CMS

💡 DatoCMS is a cloud-based headless CMS designed for static websites, mobile apps, and server-side applications. It’s a favorite among freelancers, agencies, and startups because it lets non-technical clients and team members manage digital content through a user-friendly web interface without needing to touch the code.

"It's like having a 'magic lens' for your website—instead of looking at the engine's blueprints, you just point at the part you want to change and it happens."

30-Second Verdict
What is it: DatoCMS introduces a visual editing layer to its Headless CMS, allowing editors to click and modify content directly on the preview webpage.
Worth attention: Worth watching. Especially for teams currently using a Headless CMS but suffering from a poor editor experience, or for existing DatoCMS users (as it's a free upgrade).
6/10

Hype

8/10

Utility

210

Votes

Product Profile
Full Analysis Report

Visual Editing by DatoCMS: Headless CMS Finally Learns "What You See Is What You Edit"

2026-02-13 | ProductHunt | Official Website | 210 Votes

Visual Editing by DatoCMS


30-Second Quick Judgment

What does it do?: DatoCMS has added a visual editing layer to its Headless CMS—editors can now click on any content directly on the webpage to edit it on the spot, without having to dig through fields in the backend forms.

Is it worth your attention?: If you're using a Headless CMS but your editing team is complaining about a "terrible experience," it's worth a serious look. If you're already using DatoCMS, this is a free upgrade—there's no reason not to use it. However, if you're in the selection phase, Storyblok and Builder.io offer visual editing that is older and more mature.


Three Questions That Matter

Is it relevant to me?

Who is the target user?:

  • Dev teams using Headless CMS (especially Next.js/Nuxt/Astro stacks)
  • Content editors and ops teams who are tired of editing content in painful CMS backend forms
  • Design/development agencies that need to deliver CMS websites to clients

Is that me? If you meet any of the following, you are the target:

  • Your site uses a Headless CMS, but the editors always complain they "can't find which field corresponds to which part of the page."
  • You are an indie dev building sites for clients and need a CMS that non-technical people can easily manage.
  • You are migrating from WordPress to a Headless architecture but worry about a regression in the editing experience.

When would I use it?:

  • Updating company website content --> Editors click and modify directly on the preview page.
  • Managing e-commerce product descriptions --> Ops teams change copy on the actual page.
  • Maintaining multi-language sites --> Translators visually see where content sits on the page.
  • Managing tech blogs --> Authors adjust in real-time under preview mode.

Is it useful to me?

DimensionBenefitCost
TimeEditors no longer need to toggle between backend forms and the frontend; efficiency increases by ~50%Developers need 1-2 hours to integrate the SDK
MoneyVisual Editing is included in all plans, including the Free versionProfessional plan starts at €199/mo; Free version limited to 300 records
EffortReduces communication overhead regarding "where this field goes"Need to learn DatoCMS's content model and GraphQL API

ROI Judgment: If you're already on DatoCMS, this is a free feature upgrade—turn it on now. If you're choosing a CMS, DatoCMS's Visual Editing is at a "good enough" level, not "industry benchmark" level—Storyblok's drag-and-drop and Builder.io's AI page building are stronger, but DatoCMS wins on GraphQL API experience and cost-performance.

Is it a delight to use?

What are the highlights?:

  • Enable with zero code changes: Through Vercel's content source-mapping technology, Enterprise users can even use Visual Editing without changing a single line of code.
  • Switch between two modes: Choose between simple "click-to-edit" or advanced "split-screen real-time editing" as needed.
  • Framework agnostic: Dedicated SDKs for Next.js, Nuxt, SvelteKit, and Astro mean you aren't locked into a specific stack.

Real User Feedback:

"A breeze from both a content editing and engineering perspective, support team is super responsive." -- Gartner User Review

"The perfect combination of an approachable CMS mixed with the benefits of a static site." -- ProductHunt User

"A better world is possible where non-technical people can have a WordPress admin experience and developers can work on plain-old-simple static sites." -- ProductHunt User


For Indie Developers

Tech Stack

  • API: GraphQL Content Delivery API (Main) + REST API
  • Frontend SDKs: react-datocms (React), datocms-svelte (Svelte), astro-datocms (Astro)
  • Core Package: @datocms/cda-client — A lightweight TypeScript wrapper based on the native Fetch API
  • Visual Editing: Renders an editable overlay on the frontend via the <ContentLink /> component
  • Infrastructure: AWS eu-west-1 (Ireland), Cloudflare R2 (EU) for asset storage, Global CDN distribution

Core Implementation

The implementation of Visual Editing is clever: instead of embedding an iframe preview inside the CMS (Storyblok's approach), it adds a lightweight <ContentLink /> component to your frontend code. In edit mode, this component adds a clickable overlay to page elements that links back to the corresponding record in the DatoCMS backend. The more advanced Web Preview plugin implements a split-screen—your site preview on the left and the editing panel on the right—where clicking any content allows for instant editing and real-time updates.

Key point: This is not a page builder. DatoCMS has explicitly stated they don't intend to become a drag-and-drop tool like Wix or Webflow. It simply adds a layer of visual context to the Headless architecture, while developers retain full control over rendering, data fetching, and architecture.

Open Source Status

  • Core platform is not open source (Pure SaaS)
  • 94 repositories on GitHub (SDKs, clients, plugins, Starter Kits), all under the MIT license
  • Open source alternatives: Strapi (fully open source and self-hostable), Sanity Studio (editor is open source)
  • Difficulty to build yourself: Medium-High. The Visual Editing layer itself isn't hard (it's essentially content-source-mapping), but building a full Headless CMS takes 6-12 person-months.

Business Model

  • Monetization: Monthly SaaS subscription
  • Pricing: Free (2 editors/300 records) --> Professional €199/mo --> Enterprise Custom
  • User Base: 25,000+ teams, ~2,570 companies (63% are small companies under 10 people)
  • Discounts: 50% off for teachers/students/non-profits, 30% off for agency partners

Giant Risk

Vercel has already turned Visual Editing into a platform-level feature (supporting Contentful, Sanity, Storyblok, DatoCMS, etc.). This means Visual Editing is becoming an infrastructure-level capability rather than a unique selling point for a CMS. Long-term, Visual Editing will be standard for all Headless CMSs, and DatoCMS's competitiveness will need to return to content management itself—GraphQL API quality, multi-language support, media processing, etc.


For Product Managers

Pain Point Analysis

  • What problem does it solve?: The "Developer Heaven, Editor Hell" dilemma of Headless CMS—the architecture is advanced, but editors have to hunt through a pile of form fields to find "where the homepage title is," making them wish they were back on WordPress.
  • How painful is it?: High-frequency, essential need. As long as there are non-technical content editors in the team, this problem exists daily.

User Persona

  • Primary Users: Small teams/studios of 1-10 people, annual revenue $1M-$10M
  • Secondary Users: Content teams in mid-sized enterprises
  • Scenarios: Corporate websites, e-commerce content management, multi-language sites, tech blogs

Feature Breakdown

FeatureTypeDescription
Content Link (Click-to-edit)CoreEditors click content on the preview page to jump to CMS editing
Web Preview (Split-screen)CorePreview and editing panels side-by-side, synced in real-time
Real-time Updates APICoreSee updates immediately upon saving without refreshing
Draft ModeCoreEditors can preview unpublished draft content
GraphQL APICoreFetch exactly the data needed, type-safe
Modular ContentCoreStructured, reusable content components
Multi-language SupportCoreAll content types and assets can be localized
Permission SystemNice-to-haveMost granular role permissions in the industry
Revision HistoryNice-to-haveTrack all drafts and published versions + visual diffs

Competitor Differentiation

vsDatoCMSStoryblokBuilder.ioSanity
Visual EditingClick-to-edit + Split-screenDrag-and-drop visual editing (Benchmark)Visual-first + AI buildingStudio customization
Dev ExperienceGraphQL native, top-tier experienceREST+GraphQL, weaker docsRegister code componentsExtremely customizable
PriceFrom €199/mo (Free: 300 records)From €9/seat/moUsage-based pricingFree: 20 seats
Best ForTeams valuing API qualityMarketing teams needing strong visualsE-commerce + Growth teamsHeavy customization needs

Key Takeaways

  1. Restraint in "not being a page builder": DatoCMS clearly defines its boundaries—adding visual context without intruding on the rendering layer. This product positioning restraint is worth learning from.
  2. Full features even in the Free version: Visual Editing isn't behind a paywall; everyone can use it. Monetization relies on scale limits (records/API calls) rather than feature gating.
  3. Framework-agnostic SDK design: Dedicated components for Next.js/Nuxt/SvelteKit/Astro lower the integration cost.

For Tech Bloggers

Founder Story

  • Founder: Stefano Verna, Italian
  • Background: In 2015, at the Lean Panda web design studio in Florence, he grew frustrated with repeatedly building custom CMSs for different clients, so he created DatoCMS.
  • Interesting Fact: This is an anti-VC company. Their website says, "We like dogs more than unicorns, sharing instead of disrupting." No venture capital, no sales team—they let the product speak for itself.
  • Why build Visual Editing?: When Headless CMS first emerged 10 years ago, everyone was solving developer problems; the editor experience was always the weak link. Visual Editing is the "result of years of user feedback."

Controversies / Discussion Angles

  • "Good enough" vs. "Industry Benchmark": DatoCMS's Visual Editing fills a gap, but it still trails Storyblok's drag-and-drop. This raises a good question: How "visual" does a Headless CMS actually need to be?
  • The Survival of Anti-VC: In the Headless CMS race, Contentful has raised hundreds of millions, Storyblok $80M, and Builder.io quite a bit. How far can DatoCMS go with bootstrapping?
  • Platformization of Visual Editing: Vercel has made Visual Editing a universal capability supporting multiple CMSs. This means the feature may no longer be a differentiator for the CMS itself.

Hype Data

  • PH Ranking: 210 votes (this is their second time on PH)
  • User Base: 25,000+ teams, ~2,570 companies
  • Market Share: Sits in the middle of the Headless CMS pack—not as mainstream as Contentful/Strapi, but with a stable developer fan base.

Content Suggestions

  • Angles to write: "The Visual Editing War in Headless CMS" — Comparing the different paths of DatoCMS, Storyblok, Builder.io, and Sanity.
  • Trend-jacking: As the Headless CMS space continues to heat up in 2026, DatoCMS's anti-VC narrative makes for a great story angle.

For Early Adopters

Pricing Analysis

TierPriceIncluded FeaturesIs it enough?
Free$02 editors, 300 records, 10GB traffic, 100k API callsEnough for personal blogs or small projects, but service stops at the limit
Professional€199/mo11 projects, higher quotas, can buy extra editors/projectsThe standard choice for studios and mid-sized teams
EnterpriseCustomVercel Visual Editing integration, higher limitsLarge enterprises

Hidden Cost Alert: When the Free version hits its limit, the service stops immediately, unlike some competitors that allow overages (for a fee). If your project might grow quickly, plan your upgrade in advance.

Getting Started Guide

  • Setup Time: 30 minutes (using a Starter Kit) to 2 hours (integrating from scratch)
  • Learning Curve: Moderate. Requires basic GraphQL knowledge, but the documentation is very clear.
  • Fastest way to start:
    1. Sign up for a free DatoCMS account.
    2. Clone datocms/nextjs-starter-kit (comes with Draft Mode + Visual Editing built-in).
    3. Set two environment variables (CDA Token + Secret Token).
    4. Run npm run dev, open localhost:3000, and you're done.

Pitfalls and Complaints

  1. GraphQL SDK lacks pagination support: You have to write your own pagination logic, which is annoying as content grows.
  2. Strict Free tier limits: 300 records sounds like a lot, but if your content model is complex (one page might require multiple records), you'll hit the ceiling fast.
  3. No built-in Sitemap management: SEO-related features must be built manually or via third-party tools.
  4. No auto-generated migration scripts: If you change the content model in the UI, it won't auto-generate a migration script; be careful during multi-environment deployments.
  5. Frontend must be built from scratch: This is a common Headless CMS issue, but if you're used to WordPress's plug-and-play, you'll find the workload significant.

Security and Privacy

  • Data Storage: AWS eu-west-1 (Ireland), assets in Cloudflare R2 (EU)
  • GDPR Compliance: Dedicated compliance page and Data Processing Agreement (DPA) available
  • Payment Security: Handled by Stripe + Chargebee; DatoCMS does not store payment info directly
  • Security History: No records of major data breaches

Alternatives

AlternativeAdvantageDisadvantage
StoryblokBest visual editing, flexible per-seat pricingWeaker GraphQL documentation
SanityExtremely customizable, open-source Studio, 20 seats in free tierSteep learning curve
StrapiFully open source and self-hostable, zero API call feesMust manage your own server
Builder.ioAI page building, built-in A/B testingMore of a marketing tool, less developer control
ContentfulMost complete enterprise features, largest ecosystemExpensive, unaffordable for small teams

For Investors

Market Analysis

  • Headless CMS Market Size: ~$0.8-$1.3 billion in 2024
  • Growth Rate: CAGR 15-22% (estimates vary by agency)
  • 2030 Forecast: $3 billion+ (conservative estimate)
  • Drivers: Accelerated digital transformation, omnichannel content distribution needs, popularity of microservices, AI content management integration
  • Broader Context: The overall CMS market is $33.28 billion by 2026; Headless is the fastest-growing segment.

Competitive Landscape

TierPlayersPositioning
TopContentful ($175M+ raised), Strapi (Open source leader)Enterprise / Open Source Community
MidStoryblok ($80M raised), SanityVisual Editing / Developer Customization
BoutiqueDatoCMS, Prismic, HygraphGraphQL / Performance / Specific Scenarios
PlatformBuilder.io, Vercel (Universal Visual Editing)Beyond CMS boundaries

Timing Analysis

  • Why now?: After 10 years of Headless CMS development, developer-side problems are mostly solved. We've now reached the stage of solving the "editor experience." Visual Editing is the common direction for the entire sector from 2024-2026.
  • Tech Maturity: High. Underlying technologies like content-source-mapping, Draft Mode, and Real-time Updates have matured.
  • Market Readiness: High. Vercel turning Visual Editing into a platform capability shows the market has validated this direction.

Team Background

  • Founder: Stefano Verna (CEO), Florence, Italy
  • CFO: Luca Bonfiglio
  • Team Size: Boutique team (exact numbers not public, estimated 20-40 people)
  • Characteristics: Started as an internal tool for a web design studio, product-oriented, 10 years of continuous iteration.

Funding Status

  • Core Stance: Anti-VC, advocates for bootstrapping
  • Actual Situation: Tracxn records 1 funding round, amount undisclosed
  • Valuation: Not public
  • Note: This is not a "high-growth + high-funding" company, but rather an Italian-style boutique artisan approach. If you're looking for the next unicorn, this isn't it. If you value a sustainably profitable SaaS, it's worth watching.

Conclusion

DatoCMS's Visual Editing is a "gap-filling" product upgrade, not a disruptive innovation. It evolves DatoCMS from "loved by devs but hated by editors" to "decent for both." In the Headless CMS race, it's a steady slow horse—not chasing trends or big money, but surviving for 10 years on product quality and customer satisfaction.

User TypeRecommendation
DeveloperWorth watching. Top-tier GraphQL API experience; Visual Editing lowers the bar for client delivery. But if the client demands heavy visual editing, Storyblok might be better
Product ManagerWorth learning from. The restraint of "not being a page builder" and the strategy of giving full features in the free version are great lessons
BloggerGood to write about. "How an anti-VC Italian CMS survived 10 years" is a great story, though 210 votes isn't massive hype
Early AdopterIt depends. If you're already on DatoCMS, it's a free upgrade—turn it on. If choosing, try the free version first
InvestorWait and see. The Headless CMS sector growth is certain, but DatoCMS follows a boutique path that doesn't fit VC growth expectations

Resource Links

ResourceLink
Official Websitehttps://www.datocms.com
Visual Editing Announcementhttps://www.datocms.com/product-updates/introducing-visual-editing
GitHubhttps://github.com/datocms
Next.js Starter Kithttps://github.com/datocms/nextjs-starter-kit
Pricinghttps://www.datocms.com/pricing
Documentationhttps://www.datocms.com/docs/next-js
ProductHunthttps://www.producthunt.com/products/dato-cms
Crunchbasehttps://www.crunchbase.com/organization/datocms
GDPR Compliancehttps://www.datocms.com/legal/gdpr

2026-02-13 | Trend-Tracker v7.3

One-line Verdict

DatoCMS's Visual Editing is a solid 'gap-filling' upgrade that successfully balances developer flexibility with editor ease of use. It’s ideal for teams prioritizing API quality and long-term stability over extreme drag-and-drop visual building.

FAQ

Frequently Asked Questions about Visual Editing by DatoCMS

DatoCMS introduces a visual editing layer to its Headless CMS, allowing editors to click and modify content directly on the preview webpage.

The main features of Visual Editing by DatoCMS include: Content Link click-to-edit, Web Preview split-screen editing, Real-time Update API, Draft mode preview, Granular permission control.

Free (2 editors/300 records); Professional (€199/mo); Enterprise (Custom).

Development teams using modern stacks like Next.js/Nuxt/Astro, content operations staff, and digital agencies delivering CMS projects.

Alternatives to Visual Editing by DatoCMS include: Storyblok (Visual benchmark), Builder.io (AI/Marketing-oriented), Sanity (Highly customizable), Contentful (Enterprise-grade)..

Data source: ProductHuntFeb 13, 2026
Last updated: