E-Commerce OS · Developer Platform

The operating
system
for commerce.

Webround combines Edge storefronts, e-commerce backend, and a programmable developer platform.

Global Edge
Integrated Stripe
React SDK

Product Showcase

Everything you see
is Webround.

Stunning websites and stores
Storefront

Stunning websites and stores

Your code, inside Webround
React Custom Code

Your code, inside Webround

Real-time traffic
Analytics

Real-time traffic

Build every layout
Visual Editor

Build every layout

High-performance shop on any device
Storefront Engine

High-performance shop on any device

Sales and Revenue
Commerce Dashboard

Sales and Revenue

Logistics and Orders
Order Management

Logistics and Orders

Open Logic

One platform.
Infinite possibilities.

Webround doesn't lock you in a box. Public APIs, signed hooks, app extensions, and custom React code — hook in however you want, using the systems you already love.

Public APIs
const res = await fetch('https://commerce-api.webround.com/products', { headers: { 'Authentication': process.env.WR_API_KEY } }); const { data } = await res.json();
Public APIs

Access everything, from anywhere.

Every Webround resource is exposed via REST. Orders, products, customers, shipping — read, write, and automate them with your own tools.

Edge Hooks
const body = await request.json(); if (!verifySignature(body, env.WR_SECRET)) { return new Response('Unauthorized', { status: 401 }); } return respond({ data: 'ok' }, env.WR_SECRET);
Edge Hooks

Private data injected at render.

Your endpoint receives an HMAC-signed request on every render. Verify the signature, call your private APIs, and return JSON.

Checkout Hooks
const { customer, items } = body; if (customer?.vatCode) { const discounted = items.map(i => ({ ...i, price: i.price * 0.9 })); return respond(body, discounted, secret); }
Checkout Hooks

Unlimited business logic at checkout.

Webround sends you signed cart data. Modify totals, apply B2B tier discounts, and integrate CRM or loyalty programs.

App Extensions
const { storeId, token } = req.query; await wr.verifyAppToken(token, process.env.APP_SECRET); const orders = await wr.getOrders(storeId, { status: 'paid' });
App Extensions

External apps in Webround panel.

Register your app in the admin — it receives a signed token and can use a scoped API Key to manage the workflow.

React Custom Code
export default function MyWidget({ wr }: {wr: Wr}) { const items = wr.customer.cart.items || []; return ( <button onClick={() => wr.utils.navigate('/cart')} > Cart ({items.length}) </button> ); }
React Custom Code

Your React, inside the storefront.

Write full React components in the built-in IDE. Access cart and products — instant deploy with no external build step.

Clear Pricing.

Webround grows with your business.
You don't have to worry about the technology: we take care of it.

Webround Sites & documents

€150/ year
  • Hosting included
  • CDN included
  • Connect a custom domain
  • 5GB storage for images and videos
  • Multilingual website
  • Contact forms
  • Graphic creation suite for documents
  • Insert React code and install any npm package
Discover all plans

Webround Commerce

€20/ month
  • Create your e-commerce with a complete management system
  • API-first to integrate any front-end
  • Create products and organize your catalog
  • Connect Stripe to manage sales and subscriptions
  • Full multilingual support
  • Directly integrated into Webround Sites
  • Leverage Webhooks to create custom flows
  • Fees of 1% + € 0.5 per sale
Discover all plans
Ready to launch

Your commerce.
Unlimited.

Storefront Edge, full-featured admin panel, programmable developer platform — all in one managed cloud solution.

Informativa Cookie

Utilizziamo cookie tecnici e analitici (Firebase/GTM) per far funzionare Webround. Scegli se accettare il tracciamento o limitarti ai soli cookie necessari al sistema.