Roundup: New Roadmap, make client sites conversational with NLWeb and Square POS for Restaurants

This month, we launched the new New Releases and Roadmap page to give you a clearer look at what’s just launched and what’s currently in development.

We’ve also rolled out several updates for Wix Bookings, including the ability to sync Wix Bookings with Google Search and Google Maps, alongside a new Square POS integration for Wix Restaurants to keep menus and orders synced.

Here’s the full breakdown of everything new :backhand_index_pointing_down:


Inspiration

Wa Studio

WA Studio’s site embraces a daring design with bold compositions, modern type, and kinetic scroll effects. Their portfolio unfolds with expressive layouts and layered visuals, reflecting the agency’s edgy and inventive approach to design.


Maskatorium

Maskatorium is an interactive digital museum exploring ritual masks from six world cultures. Created by Dor Moshe, Sari Lorber and Matan Shomer, the museum features immersive parallax effects, revealing each mask’s unique symbolism and story.


Studio Bytes :movie_camera:

:flashlight: Studio Byte: Shine Effect

Ever wondered how we built the shine effect badge on the Studio League site? Well now you know!

In this Studio Byte, we layer shapes and effects, then tie them to cursor movement so the light follows every move.

Here’s the code you’ll need:

.shine{
  background: linear-gradient(120deg,
  rgba(255, 255, 255, 0) 0%,
  rgba(255, 255, 255, 0.8), 45%,
  rgba(0, 11, 255, 0) 100%);
  filter: blur(20px);
  border-radius: 10px;
  mix-blend-mode: overlay;
}

:flashlight: Studio Byte: Spotlight Effect

Explore how we build an interactive spotlight effect that reveals different content with every move of the cursor.

Here’s the code you’ll need:

.focus {
  box-shadow: 0px 0px 0px 100vw rgb(73, 30, 13), /* outer shadow (creating the hole effect) */
  inset 0 0 100px black; /* inner shadow */
  border-radius: 100%;
  pointer-events: none;
}

Wix Studio News

Check out the New Releases and Roadmap page :raising_hands:

Stay up to date with everything new across Wix Studio in a centralized New Releases and Roadmap page. See what’s just launched and what’s currently in development so you can plan ahead, align your projects, and build with confidence.

You can also follow specific releases to get updates on the features that matter most to you.


Dev News

:test_tube: Experimental Project: Wix Business Manager + Claude Cowork

We’re open-sourcing an experimental project: a direct Claude Cowork Plugin that lets you manage a Wix business entirely through conversation. Products, orders, CMS, bookings, events – all your favorite business manager features are now accessible via Claude chat or Code.

:light_bulb: For example, you can tell Claude to:

  • Create a new product by uploading an image
  • Build a dashboard UI that shows unfilled orders and lets you mark fulfilled ones
  • Get data-driven recommendations: “What discount should I run to boost sales this weekend?”

…the possibilities are endless!

You can use it as is, or fork it and use it as a base to build your own custom Claude integration.

We’d love your feedback – please share your thoughts and tag us if you build something!


View the latest changes to APIs, developer features, and documentation here


News and Announcements

  • Make client sites conversational for humans and AI

    NLWeb transforms static websites into interactive, conversational platforms. Visitors—and AI agents—can now ask questions and instantly get structured answers drawn right from your clients’ content. No more hunting through pages or menus.

    Built in partnership with Bing, NLWeb also helps your clients’ sites stay ahead of evolving search trends. By enabling natural language interactions, NLWeb makes websites:

    • Interactive for visitors: Quick answers keep users engaged and satisfied.
    • Accessible to AI agents: Sites can be queried naturally.
    • Easier to discover: Your content is available and clear to everyone—without depending on search engine indexing.
    • Fast to deploy: Works with existing content and structured data—no complex setup required.

    NLWeb is now available for all English Premium users in the SEO & GEO dashboard, so your clients can deliver smarter, faster and more interactive experiences for everyone.










  • Create richer event calendars with monthly, weekly, and mobile views

    The events calendar widget now offers new monthly and weekly views plus expanded layout and design controls so your clients can present their events in a clearer, more visually engaging way. Easily tailor how dates, event details, and highlights appear to match your clients’ design and content needs.

    The mobile experience now also offers full monthly and weekly calendars. Visitors can now browse, scan, and explore events comfortably on any device without losing context or clarity.

    Together, these upgrades deliver a more contemporary, flexible calendar that helps your clients’ audiences quickly discover what’s happening and encourages more interaction with your clients’ events.





And that’s the lot. Time to head back to the editor and turn these updates into something brilliant. May your layouts stay sharp and your creative spark stay bright. See you in the Studio!

3 Likes