No complex integrations. No theme editing.

Up and running
in 5 minutes.

Paste one script tag into your store, tag the products that need a prescription, and start receiving AI-verified uploads in your dashboard. Works on Shopify, WooCommerce, Magento, or any custom store.

1

Add one script tag

Copy and paste the RxCompliant script tag into your store's HTML — either in the <head> or before the closing </body> tag. That's it. No npm packages, no build steps, no theme customization required.

  • Works on Shopify, WooCommerce, Magento, BigCommerce, Wix, and custom stores
  • Async loading — zero impact on your page speed
  • Your API key connects the widget to your RxCompliant dashboard
  • Optional data-color attribute to match your brand
your-store.html
<!-- Add to your store's <head> -->
<script
  src="https://rxcompliant.com/widget/rxcompliant.js"
  data-api-key="rxk_live_your_key_here"
  data-color="#DC2626"
  async>
</script>
2

Tag products that require a prescription

Add data-requires-rx to any product container on your page. The widget detects these attributes and automatically renders a prescription upload gate. No theme editing or app blocks needed.

  • Works with any HTML structure — divs, sections, articles
  • Supports product ID and title for tracking
  • Platform attribute auto-detects Shopify Liquid, WooCommerce, etc.
  • Multiple Rx products on one page supported
product-page.html
<!-- Tag any product container -->
<div data-requires-rx
     data-product-id="{{ product.id }}"
     data-product-title="{{ product.title }}"
     data-platform="shopify">
</div>

<!-- Widget appears automatically.
     No iframes. No app blocks.
     Just HTML attributes. -->
3

Review in your dashboard

Every prescription upload appears in your RxCompliant dashboard with the AI analysis already complete. You see the confidence score, NPI verification status, extracted provider details, and can approve or reject in one click.

  • AI confidence score and analysis summary for every upload
  • NPI verification status with provider details
  • One-click approve or reject with optional notes
  • Email notifications for new uploads and edge cases
  • CSV export for compliance records
Prescription ReviewPending Review
AI Confidence94%
NPI StatusVerified
ProviderDr. Jane Smith, MD
ProductCPAP Machine Pro
Approve
Reject

What happens behind the scenes

When a customer uploads a prescription, here is the full pipeline from upload to decision.

🤖

AI Analysis Flow

  1. 1File received and encrypted
  2. 2Claude AI analyzes document structure
  3. 3Extracts text, signatures, letterhead
  4. 4Identifies provider name and NPI
  5. 5Assigns confidence score (0-100)
🏛

NPI Lookup

  1. 1NPI number extracted from prescription
  2. 2NPPES API queried in real time
  3. 3Active status confirmed
  4. 4Taxonomy and specialty verified
  5. 5Prescribing authority validated

Rules Engine

  1. 1AI confidence checked against threshold
  2. 2NPI verification status evaluated
  3. 3Product-specific rules applied
  4. 4Auto-approve, auto-reject, or queue
  5. 5Webhook event dispatched

Complete integration example

Here is everything you need on a single product page. Copy, paste, and you are live.

product-page.html
<!-- 1. Add once to your store's <head> -->
<script src="https://rxcompliant.com/widget/rxcompliant.js"
        data-api-key="rxk_live_your_key_here"
        data-color="#DC2626">
</script>

<!-- 2. Tag products requiring a prescription -->
<div data-requires-rx
     data-product-id="{{ product.id }}"
     data-product-title="{{ product.title }}"
     data-platform="shopify">
</div>

<!-- That's it. Widget + AI validation + dashboard all included. ✓ -->

Try it now

Create a free account, grab your API key, and paste the script tag into your store. You will be receiving AI-verified prescriptions in under 5 minutes.

No credit card required