I build DeskCrew, a support helpdesk, solo. The product is a chat widget plus an AI that answers from your own help docs. Building it was the easy part. Getting it in front of people means shipping the same widget to every platform a customer might already be on: WordPress, Shopify, npm frameworks, forums, docs sites.

This week I shipped it to seven of them. Here is what each one actually took, because the marketing pages never tell you.

The whole product is one line:

<script src="https://deskcrew.io/desk.js" data-key="pub_YOUR_KEY" defer></script>

Enter fullscreen mode