Add a full-featured shopping cart to any website in minutes. One script tag, HTML data attributes, and a powerful JS API.
Get Started FreeOne script tag and HTML data attributes. Works with any framework or static site.
Secure checkout powered by Stripe. Connect your account and start accepting payments.
Manage products, orders, customers, and analytics from a clean dashboard.
Full programmatic control. Add items, manage cart state, and customize the checkout flow.
Get notified about orders, cart events, and inventory changes in real-time.
Automated abandoned cart emails to recover lost sales and boost conversions.
<script src="https://cart.sometools.com/v1/cart.js"
data-api-key="pk_live_your_key" async></script>
<button class="somecart-add"
data-item-id="prod_xyz"
data-item-name="Premium Widget"
data-item-price="29.99">
Add to Cart
</button>