Everything you need to sell online.
Launch a beautiful store in minutes with ready-made themes and plugins — no code required. Keep 100% of every sale with 0% transaction fees, on a fully managed platform that grows with you and never holds you back.
Everything you need to start selling
Open your shop, connect payments, and launch — with all the essentials included on every plan.
0% Transaction Fees
Keep every dollar you earn. We never take a cut of your sales — you only ever pay your payment processor's standard rate.
Ready-Made Themes
Pick a polished theme and install plugins from the store to add features — checkout, reviews, shipping, and more — without touching code.
Unlimited Products
No product caps and no per-product fees. List as much as you want — even our entry plan holds hundreds of thousands of products.
The "Wired" Network
Expand your catalog with products from other ShopsWired stores, or let other merchants sell yours — with revenue automatically split for you.
Point of Sale & Manual Orders
Sell beyond the storefront. Build orders for any customer right from the admin — take phone and in-person sales, record cash or offline payments, and send B2B quotes. Point-of-sale built in, no extra app.
Fully Managed
No servers, no scaling, no maintenance. We host, secure, and run everything on a global edge network so you can focus on selling.
Up and Running in Minutes
From signup to a live store — the launch experience you've always wanted, whether you write code or not.
Create Your Shop
Sign up, name your store, and get a live subdomain instantly. Connect your custom domain with automatic SSL — zero config.
Customize
Choose a theme and install plugins to make it yours — add products, set up payments and shipping, all without code. Need something bespoke? Developers can build it.
Launch & Scale
Your storefront is edge-cached globally from day one. Add products, connect payments, and grow — upgrade your plan only when you need more power.
Hand your store to an AI assistant
Connect Claude — or any assistant that speaks MCP — straight to your ShopsWired account. Nothing to install and nothing to host: it works your store the way you would, from building the catalog to fixing the theme.
Connect in a Minute
Copy your store's connection URL from Account → Assistants, paste it into your assistant, and approve the sign-in. For an assistant running on your own machine, use an access token instead.
You Decide How Far It Goes
Pick the stores a connection covers and its access level — run the store, or add building plugins and bulk changes. It can never do more than you can, and refunds, saved cards, billing, your team, plugin secrets, and logging in as a customer are always off limits.
Every Change on the Record
Each action lands in your store's audit log, marked as an assistant and kept separate from your own. Disconnect at any time and the next request is refused — changing your password disconnects everything.
Your plugins can join in: any plugin you install can publish tools of its own to a connected assistant, so "how much stock is left on ABC‑1" or "sync the warehouse" becomes something you can simply ask for.
A platform you can build on
When ready-made isn't enough, the entire commerce engine is yours to extend — with real code, a real database, and a real local toolchain. We still host, scale, and run all of it.
Plugins & Themes
The core commerce functionality is exposed to plugins, so you can intercept, modify, and extend the entire shopping experience. Publish what you build for free, or sell it to other merchants.
ShopScript
Our scripting engine. Run secure, backend JavaScript to hook into lifecycle events like order creation, run heavy background tasks, and talk to the database — all server-side, no infrastructure to manage.
Custom Records
Go beyond products and orders. Define custom database schemas directly from your plugins to build CRMs, inventory managers, or complex booking systems.
CLI & Live Preview
Develop locally against your real shop with the ShopsWired CLI — edit plugins and themes with live preview, then ship with a single command.
Native MCP Server
AI agents connect straight to the platform — no bridge to run. Build and edit plugins and themes from your assistant, and publish tools of your own from a plugin so merchants can just ask for them.
Custom Payment Gateways
Integrate any payment processor with gateway plugin hooks — not just an enterprise add-on. Stripe is supported out of the box.
// React the moment an order is paid — server-side, no infra.
module.exports = {
"order.after_save": function (ctx) {
if (ctx.data.payment.status === "paid" && ctx.old_data?.payment?.status !== "paid") {
sw.notify.create({ title: "New paid order #" + ctx.data.id, category: "orders", severity: "success" });
}
}
};Why Teams Switch
See how ShopsWired compares to the status quo.
| Feature | Typical Platforms | ShopsWired |
|---|---|---|
| Transaction Fees | 0.5% – 2% | 0% |
| Server-Side Scripting | Limited / Paid Add-on | Yes Built-in JS Engine |
| Custom Database Records | No | Yes Plugin-defined schemas |
| Background Tasks / Cron | Requires external services | Yes Native, up to 10 min |
| Cross-Store Product Sync | No | Yes Wired Network |
| Local Dev with Live Preview | Partial / CLI only | Yes Full CLI + MCP |
| AI Agent Integration (MCP) | No | Yes Native, scoped per store |
| Custom Payment Gateways | Enterprise only | Yes Plugin hooks |
Ready to build something powerful?
Start on Pro for just $1/mo for your first 3 months.