This page is a PageConfig rendered by Dollie Editor SDK — open it in the editor

Use case · SaaS products

Let customers build pages without leaving your product

Embed a focused visual editor around the React components your SaaS already uses. Customers compose their own pages while your application keeps control of the design system, data, permissions, and publishing workflow.

A page builder that feels native to your SaaS

Many SaaS products eventually need customer-editable pages: a course creator needs a sales page, a marketplace seller needs a storefront, or an event organizer needs a registration page. Sending those customers to a separate website builder breaks the product experience and makes application data harder to use.

Dollie Editor SDK keeps the workflow inside your application. You register the approved Sections, decide which Fields are editable, and connect dynamic values through host-defined bindings. Customers work visually, but every page still belongs to your product.

The saved result is a PageConfig, not generated JSX. Your backend decides which customer owns it, who may edit or publish it, and how the rendered page receives tenant-aware data.

Fit page editing into the product you already run

Approved vocabulary

Turn product components into customer Sections

Register the React components that already express your brand. Keep complex layouts fixed, then expose structured content only where customer choice is useful.

  • Fixed and authorable Sections in one Catalog
  • Typed Fields instead of unrestricted HTML
  • Core is optional when you already have components

Application context

Bring live SaaS data into the page

Use host-defined bindings for values such as a course title, seller profile, plans, events, or products. The backend resolves only the sources and fields you allow.

  • Tenant-aware resolution in the host
  • Fallback content for editing and previews
  • No generic database query language

Product control

Keep ownership and publishing in your backend

Dollie supplies editor and transport contracts. Your application supplies identity, permissions, storage, revisions, and the final publish decision.

  • Per-document capabilities
  • Host-owned save and publish operations
  • The same PageConfig renders outside the editor

Prototype the customer editing experience

Open the playground to compose a page, edit structured Fields, and inspect the PageConfig your SaaS would store.