SomeCart

Add a full-featured shopping cart to any website in minutes. One script tag, HTML data attributes, and a powerful JS API.

Get Started Free

Everything you need to sell online

Drop-in Widget

One script tag and HTML data attributes. Works with any framework or static site.

Stripe Payments

Secure checkout powered by Stripe. Connect your account and start accepting payments.

Merchant Dashboard

Manage products, orders, customers, and analytics from a clean dashboard.

JavaScript API

Full programmatic control. Add items, manage cart state, and customize the checkout flow.

Webhooks

Get notified about orders, cart events, and inventory changes in real-time.

Cart Recovery

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>