Add a store to a WordPress, Webflow or Notion site without rebuilding it
Your site already exists and you like it. Why tear it down to sell three products?
The false "migrate everything or nothing" dilemma
You're told that adding a store means rebuilding your site on an e-commerce platform. It's false, and costly: you lose your design, your earned SEO, your habits. To sell a few products, it's overkill.
The "embed-anywhere" approach does the opposite: the store grafts onto what exists. You keep your site and just add a slice of store where you want it.
The three-line snippet
In practice, you paste an HTML block where the button should appear, plus a script that loads the widget. On WordPress it goes in a "Custom HTML" block; on Webflow, in an Embed; on published Notion, via an embed service; on a static page, straight into the code.
- A buy button for a specific product.
- A full store embedded inside a page.
- A carousel of featured products.
Why an isolated iframe is better
The widget renders inside an isolated iframe: its styles don't break your site, and your site's styles don't break the widget. It resizes itself based on its content and talks to the parent page to, for instance, break out to checkout at the right moment.
The result: zero CSS conflicts, zero plugin slowing your site down, zero updates to manage on your end.
What about payment?
Payment stays wired to your own provider. The customer clicks Buy in the widget, pays securely, and the money arrives directly with you. Your WordPress site never handles card data: compliance stays on the payment provider's side.