Thanks to your feedback, the header logo is now a site switcher. Click the logo at the top-left of any page to open a dropdown and jump straight to the BigCommerce or Feedonomics docs without leaving your tab.

Keep the feedback coming.
defaultValueThe Color control now accepts an object with color and opacity fields for its defaultValue, making it easy to set semi-transparent defaults directly in your component registration.
defaultValue — Pass { color: "#000000", opacity: 0.5 } instead of a plain color string to define a default with transparencystring to your component, so no changes are needed in your component code"black", "#4f46e5") continue to work as beforeAvailable since v0.28.6. For full documentation, see the Color control reference.
New guides walk you through serving multiple Makeswift sites from a single Next.js application using tenant-specific Site API keys.
siteA.example.comexample.com/siteA, with subdomain support for the Visual BuilderFor the full walkthrough, see the Multi-tenancy overview.
The Code control adds a full-featured code editor to the Makeswift builder, giving content teams a professional editing experience for source code snippets.
label, description, and defaultValue optionsThe Code control is ideal for components that need to display or process source code:
The control passes { value: string } to your component. If no value is set and no defaultValue is provided, your component receives undefined.
For full documentation, see the Code control reference.
We’re excited to announce the launch of our brand-new documentation site, now powered by Fern! The new docs feature a refreshed design, improved navigation, and a dedicated API Reference tab for the Makeswift REST API.