⚡ UL/NEC Compliance Checker for AutoCAD
Save 15-20 Hours Per Panel with Automated UL508A & NEC Validation
🎉 Beta Launch: Lock in $75/mo Forever (Save 50% for Life)
✓ No credit card required
✓ 1,200+ compliance rules
✓ 10,000+ component database
The Challenge Electrical Engineers Face
Manual UL508A compliance checking takes 18-22 hours per panel
Easy to miss critical NEC violations (85% accuracy rate)
Rework costs $5,000-$50,000 after panel production
Inspector rejections cause 3-4 revision cycles
Component databases scattered across 1,000+ datasheets
Your Complete Compliance Solution
✅ VALIDATE
- 1,200+ UL508A/NEC rules
- Checked in 2-3 minutes
- 99.7% accuracy rate
- Wire sizing & voltage drop
✅ DETECT
- 10,000+ components
- 11 manufacturers
- Visual highlights
- Error prevention
✅ REPORT
- Professional PDF reports
- Automated BOM generation
- NEC article citations
- Inspector-ready format
⚡ Beta Launch Pricing - Save 50% for Life | ⏰ Lock in $75/mo Forever - Expires April 30, 2026
🎯 BETA LAUNCH PRICING - LOCK IN 50% OFF FOR LIFE
Choose Your Plan
Start with a 30-day free trial. No credit card required. Cancel anytime.
💎 Most Popular
PROFESSIONAL
$37.50/month
First 6 months, then $75/month forever
Save $888/year vs regular $149/month
Regular price after April 30: $149/month
- ✅ Unlimited NEC/UL508A validations
- ✅ 1,200+ compliance rules
- ✅ Professional PDF reports
- ✅ Automated BOM generation
- ✅ 10,000+ component database
- ✅ Custom branding on reports
- ✅ Priority email support (48hr)
- ✅ All future features included
- ✅ Lock in $75/mo rate forever
Start 30-Day Free Trial
No credit card required
👥 Best for Teams
TEAM (5 USERS)
$200/month
Year 1, then $280/month forever
Save $1,428/year vs regular $399/month
Regular price after April 30: $399/month
- ✅ Everything in Professional
- ✅ 5 user licenses included
- ✅ Team collaboration tools
- ✅ Shared component library
- ✅ Batch validation (100+ drawings)
- ✅ Centralized license management
- ✅ Phone support (24hr response)
- ✅ Team training session included
- ✅ Lock in $280/mo rate forever
Start 30-Day Free Trial
Try with full team for 30 days
🏢 Custom Solution
ENTERPRISE
Custom Pricing
Starting at $12,000/year
For 20+ users or custom integrations
Volume discounts available
- ✅ Everything in Team
- ✅ Unlimited users
- ✅ REST API access
- ✅ Custom rule engine extensions
- ✅ White-label option (rebrand/resell)
- ✅ On-premise deployment option
- ✅ 99.9% uptime SLA
- ✅ Dedicated success manager
- ✅ 4-hour critical bug response
Request Enterprise Quote
Response within 24 hours
💯 30-Day Money-Back Guarantee
Not satisfied? Email us within 30 days for a full refund. No questions asked.
System Requirements
- CAD Software: AutoCAD 2024-2026 OR BricsCAD V24+
- Operating System: Windows 10 or Windows 11 (64-bit)
- RAM: 8GB minimum, 16GB recommended
- Disk Space: 500MB for plugin + database
- Internet: Required for license activation & updates
- .NET Framework: 8.0 or higher (included in installer)
Frequently Asked Questions
What happens after the 30-day trial?
You'll receive an email with upgrade options. Your trial won't auto-convert to paid - you choose if/when to upgrade. All your validation data and settings are preserved.
Can I cancel anytime?
Yes, cancel anytime. No contracts, no commitments. Month-to-month billing. If you cancel, you can reactivate later and your locked-in beta pricing will still apply (if you signed up during beta period).
What if I lock in $75/month and you add more features?
You get ALL future features at no extra cost. Your rate stays $75/month forever. No hidden fees, no surprise price increases. This includes BricsCAD support (Q3 2026), API access upgrades, and all new compliance rules.
Can I upgrade from Professional to Team later?
Yes! You'll keep your Early Adopter discount. Email us at support@jdsancontrols.com to upgrade. Pro-rated billing applies - you only pay the difference for the current month.
What AutoCAD versions are supported?
AutoCAD 2020, 2021, 2022, 2023, 2024, 2025 are fully supported. BricsCAD V24+ support coming Q3 2026. Works with AutoCAD LT, Civil 3D, Mechanical, and Electrical editions.
Do you offer annual billing?
Yes! Pay annually and save 10% extra:
- Professional: $810/year (vs $900 paid monthly) - locked in forever
- Team: $3,024/year (vs $3,360 paid monthly) - locked in after Year 1
Annual billing locks in your rate and you save an additional 10%.
Can I try it on multiple machines during trial?
Yes, activate trial on up to 3 machines. Paid licenses are floating (1 user = use on multiple machines, just not simultaneously). Team licenses allow simultaneous use by all licensed users.
Is my data secure? Do you upload my drawings?
We never upload your drawings. All validation happens locally on your machine. We only collect anonymous usage analytics (opt-out available). Your drawings stay private and secure on your computer.
What if I need help during the trial?
What happens after April 30, 2026 (beta launch deadline)?
Beta pricing urgency tracker
const betaDeadline = new Date('2026-04-30T23:59:59');
const now = new Date();
const daysRemaining = Math.ceil((betaDeadline - now) / (1000 * 60 * 60 * 24));
function updateBetaUrgency() {
const urgencyElement = $('#beta-urgency');
if (daysRemaining > 0) {
if (daysRemaining <= 7) {
urgencyElement.text(`⚠️ URGENT: Only ${daysRemaining} days to lock in 50% off forever!`);
urgencyElement.css({
'color': '#fef3c7',
'animation': 'blink 1s infinite'
});
} else if (daysRemaining <= 30) {
urgencyElement.text(`🔥 ${daysRemaining} days left - Beta Launch Pricing`);
} else {
urgencyElement.text('Beta Launch Pricing - Save 50% for Life');
}
} else {
urgencyElement.text('Beta pricing has ended - contact us for current pricing');
}
}
updateBetaUrgencynt ? $count : 0;
?>;
const totalFoundersSpots = 25;
const spotsRemaining = totalFoundersSpots - foundersSpotsTaken;
function updateCounter() {
const counterElement = $('#spots-remaining');
if (spotsRemaining > 0) {
counterElement.text(`Only ${spotsRemaining} of 25 FREE Licenses Remaining`);
if (spotsRemaining <= 5) {
counterElement.css({
'color': '#fef3c7',
'animation': 'blink 1s infinite'
});
}
} else {
counterElement.text('Founders Tier SOLD OUT - Early Adopter Available');
}
}
updateCounter();
// FAQ Accordion functionality
$('.faq-question').on('click', function() {
const faqItem = $(this).parent();
const isActive = faqItem.hasClass('active');
// Close all other items
$('.faq-item').removeClass('active');
// Toggle current item
if (!isActive) {
faqItem.addClass('active');
}
});
// Smooth scroll for anchor links
$('a[href^="#"]').on('click', function(e) {
e.preventDefault();
const target = $($(this).attr('href'));
if (target.length) {
$('html, body').animate({
scrollTop: target.offset().top - 50
}, 1000);
}
});
});