Skip to content

Poli-International/equipment-compatibility-checker

Repository files navigation

Tattoo Equipment Compatibility Checker

Professional Tattoo Equipment Compatibility Tool

A comprehensive web-based tool that helps tattoo professionals verify compatibility between tattoo machines, power supplies, grips, and cartridges before making purchasing decisions.

🎯 Purpose

The Tattoo Equipment Compatibility Checker prevents costly purchasing mistakes by providing instant compatibility verification across multiple tattoo equipment categories. Artists can build complete tattoo setups with confidence, knowing all components will work together seamlessly.

📊 Database Statistics

Our comprehensive database includes:

  • 50 Tattoo Machines - Including wireless, pen-style, rotary, and coil machines
  • 35 Power Supplies - Traditional power supplies and wireless battery packs
  • 37 Cartridge Systems - Universal and brand-specific needle cartridges
  • 35 Grips & Tubes - Cartridge grips, adjustable grips, and disposable tubes

Total Equipment Items: 157

🏢 Featured Brands

Premium Brands

  • FK Irons (Flux, Flux Max, EXO, Spektra series)
  • Cheyenne (Sol Nova, Hawk series)
  • Critical (Torque, Atom series, CX series)
  • Bishop Rotary (Wand series, Fantom, Packer, MicroAngelo)
  • Inkjecta (Flite Nano Elite, Flite X1, Flux S)

Professional Brands

  • Kwadron (Equaliser series, cartridges)
  • Peak (Matrix Pen, professional cartridges)
  • Stigma-Rotary (Spear, Beast, Hyper V3, Force)
  • EZ Tattoo (P4 Coral, Atom)
  • Mithra (Mars Wireless, Helios)
  • TATSoul (Envy, professional supplies)

Quality Budget Brands

  • Dragonhawk (Mast Pen, Atom Wireless, Nova)
  • HAWINK (Rotary Wireless)
  • Mast (Saber Wireless)
  • Rattlesnake (Rotary Wireless)
  • Ambition (Ninja Wireless)

✨ Key Features

Multi-Tab Interface

  1. Machine Compatibility - Check which power supplies work with your machine
  2. Power Supply Compatibility - Find compatible machines for your power supply
  3. Cartridge Compatibility - Verify which machines accept specific cartridges
  4. Grip Compatibility - Check grip/tube compatibility with machines
  5. Full Setup Builder - Build and verify complete tattoo setups

Advanced Functionality

  • ✅ Real-time compatibility checking
  • 🔍 Fuzzy search with autocomplete
  • 💡 Smart recommendations for alternatives
  • 📱 Fully responsive mobile design
  • 🌓 Dark/Light mode support
  • ⚡ Free embed for your website
  • 📋 Copy-paste setup sharing

Visual Features

  • Color-coded compatibility indicators (✅ Compatible, ⚠️ Partial, ❌ Incompatible)
  • Price range indicators ($-$$$$$)
  • Connection type badges (RCA, Wireless, Clip Cord)
  • Equipment type categorization

🚀 Technology Stack

  • Pure JavaScript - No frameworks, fast and lightweight
  • CSS3 - Modern gradients, animations, and responsive design
  • HTML5 - Semantic markup with accessibility features
  • JSON Databases - Structured equipment data, easy to maintain

📁 Project Structure

Equipment-Compatibility-Checker/
├── standalone-tools/
│   └── equipment-compatibility/
│       ├── index.html              # Main application
│       ├── embed.html              # Embeddable version
│       ├── css/
│       │   └── style.css           # Complete styling
│       ├── js/
│       │   ├── checker.js          # Main application logic
│       │   ├── machine-database.js # 50 machines
│       │   ├── power-database.js   # 35 power supplies
│       │   ├── cartridge-database.js # 37 cartridges
│       │   └── grip-tube-database.js # 35 grips/tubes
│       └── images/
│           └── Poli-International-Co.webp
├── README.md                       # This file
├── MARKETING.md                    # Marketing content
└── PROGRESS_REPORT.md             # Development progress

🛠️ Installation

Option 1: Direct Use

Simply open standalone-tools/equipment-compatibility/index.html in any modern web browser.

Option 2: Embed on Your Website

<iframe
  src="https://poliinternational.com/tools/equipment-compatibility/"
  width="100%"
  height="1000"
  frameborder="0"
  style="border: 1px solid #ddd; border-radius: 8px;">
</iframe>

Option 3: Self-Host

  1. Download the entire standalone-tools/equipment-compatibility/ folder
  2. Upload to your web server
  3. Access via your domain

🔧 Database Structure

Machine Database

{
  "id": "fk-flux-max",
  "brand": "FK Irons",
  "model": "Flux Max",
  "type": "pen",
  "connection_type": "wireless",
  "cartridge_compatibility": ["universal"],
  "price_range": "$$$$$"
}

Power Supply Database

{
  "id": "critical-atom-x",
  "brand": "Critical",
  "model": "Atom X",
  "connection_types": ["RCA", "clip_cord"],
  "output_amperage": "3.5",
  "price_range": "$$$$$"
}

Cartridge Database

{
  "id": "kwadron-optima",
  "brand": "Kwadron",
  "model": "Optima PMU Cartridges",
  "universal_fit": true,
  "compatible_machines": ["universal"],
  "membrane_type": "full",
  "price_range": "$$$"
}

Grip/Tube Database

{
  "id": "kingpin-pro-design",
  "brand": "Kingpin",
  "model": "Pro-Design Tips & Grips",
  "grip_type": "cartridge",
  "price_range": "$$$"
}

🎨 Styling & Design

  • Header/Footer: Blue-to-purple gradient (#3B82F6#8B5CF6)
  • Dark Mode: Professional dark theme with proper contrast
  • Light Mode: Clean white background with subtle shadows
  • Responsive: Mobile-first design, works on all devices
  • Animations: Smooth transitions and hover effects

📈 Recent Updates (2025)

Database Expansion

  • Added 14 new machine models (+39%)
  • Added 11 new power supplies (+46%)
  • Added 11 new cartridge brands (+42%)
  • Added 11 new grip/tube brands (+46%)
  • Total growth: 47 new items (+43% database expansion)

New Brands Added

  • Critical (Torque, Atom series, batteries)
  • Peak (Matrix Pen, adjustable grips)
  • HAWINK, Rattlesnake, Mast (budget-friendly options)
  • Killer Ink, World Famous, Morphix, Wrath, Blitz
  • True Tubes, Dringenberg, Saltwater

Styling Updates

  • Standardized header/footer to match other Poli tools
  • Added gradient backgrounds for professional look
  • Copyright footer with readable black text
  • Improved embed modal styling
  • Enhanced mobile responsiveness

🤝 Contributing

To add new equipment to the database:

  1. Open the appropriate database file (js/machine-database.js, js/power-database.js, etc.)
  2. Add a new object following the existing structure
  3. Ensure all required fields are populated
  4. Test compatibility checking works correctly
  5. Submit a pull request or contact Poli International

📞 Support

For questions, suggestions, or to report issues:

☕ Support Development

This tool is completely free to use and embed. If you find it valuable, consider supporting development:

ko-fi

📄 License

© 2025 Poli International Co. All rights reserved.

This tool is provided free for personal and commercial use. You may embed it on your website without attribution (though we appreciate it!).

🌟 Why Use This Tool?

For Tattoo Artists

  • Save Money: Avoid buying incompatible equipment
  • Build Complete Setups: Verify entire equipment configurations
  • Research Before Buying: Compare compatibility across brands
  • Mobile Access: Check compatibility on-the-go

For Tattoo Supply Shops

  • Embed on Your Website: Free tool adds value to customers
  • Reduce Returns: Customers make informed purchases
  • Build Trust: Show expertise in equipment compatibility
  • No Maintenance: Fully self-contained, no backend needed

For Beginners

  • Learn Equipment Types: Understand connection types and compatibility
  • Budget Planning: See price ranges for complete setups
  • Brand Research: Discover equipment from budget to premium brands
  • Avoid Common Mistakes: Prevent incompatible purchases

Built with ❤️ by Poli International - Leading B2B Supplier of Tattoo & Piercing Equipment

About

Industry-standard compatibility database for tattoo machines and needle cartridges. Ensures safe equipment pairing for professional artists.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors