// playground
Live stocklist demo
This is the exact widget that powers Manchester Alloys, International Alloys, and every other Crumpsall property. Paste your API key to see the paying-tier view; leave it blank for the public-tier shell. Filters and pagination hit api.aiwheeltech.com live.
Stored only in your browser's localStorage. Never sent anywhere except api.aiwheeltech.com.
Wheels
Tyres
Embed this on your site
Two tags. That's it. Drop into any HTML page (WordPress, Shopify, plain static, doesn't matter):
<link rel="stylesheet" href="https://aiwheeltech.com/aiwt-stock.css">
<div id="wheels" data-aiwt-stock
data-kind="wheels"
data-key="aiwt_xxxxxxxxxxxxxxxxxxxxxxxx"
data-filters="brand,diameter,pcd"
data-page-size="24"></div>
<script src="https://aiwheeltech.com/aiwt-stock.js" defer></script>
For tyres, set data-kind="tyres" and use data-filters="brand,diameter,season". Multiple widgets per page are fine — every [data-aiwt-stock] element is auto-mounted on DOMContentLoaded.