{"product_id":"tuner-ai-free","title":"Tuner Ai Free","description":"```html\n\u003c!-- TUNER AI BASIC MEMBERSHIP DESCRIPTION --\u003e\n\u003cp\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\" rel=\"preconnect\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;900\u0026amp;family=Barlow:wght@400;500;600;700\u0026amp;display=swap\"\u003e\u003c\/p\u003e\n\n\u003cstyle\u003e\n#jrj-tuner-ai-basic,\n#jrj-tuner-ai-basic * {\n  box-sizing:border-box;\n}\n\n#jrj-tuner-ai-basic {\n  --cyan:#00E5FF;\n  --blue:#2563FF;\n  --basic:#46A3FF;\n  --green:#00FF88;\n  --yellow:#FFD000;\n  --panel:#141414;\n  --panel2:#101010;\n  --border:rgba(255,255,255,.10);\n  --muted:#A4AAB4;\n  --text:#E8EDF2;\n\n  font-family:'Barlow',sans-serif;\n  background:\n    radial-gradient(circle at 8% 0%, rgba(0,229,255,.12), transparent 25%),\n    radial-gradient(circle at 100% 12%, rgba(37,99,255,.14), transparent 30%),\n    linear-gradient(180deg,#050505 0%,#0b0b0b 45%,#050505 100%);\n  color:var(--text);\n  line-height:1.65;\n  padding:48px 18px 60px;\n}\n\n#jrj-tuner-ai-basic a {\n  color:var(--cyan);\n  text-decoration:none;\n}\n\n#jrj-tuner-ai-basic a:hover {\n  text-decoration:underline;\n}\n\n.jrj-wrap {\n  max-width:1180px;\n  margin:0 auto;\n}\n\n.jrj-hero {\n  position:relative;\n  overflow:hidden;\n  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.015)),var(--panel);\n  border:1px solid var(--border);\n  border-radius:26px;\n  padding:44px 38px;\n  box-shadow:0 24px 60px rgba(0,0,0,.38);\n  margin-bottom:22px;\n}\n\n.jrj-hero:before {\n  content:'TUNER AI BASIC';\n  position:absolute;\n  right:8px;\n  top:8px;\n  font-family:'Barlow Condensed',sans-serif;\n  font-weight:900;\n  font-size:clamp(52px,10vw,136px);\n  line-height:.84;\n  letter-spacing:.04em;\n  color:rgba(0,229,255,.045);\n  transform:skewX(-8deg);\n  pointer-events:none;\n}\n\n.jrj-eyebrow {\n  position:relative;\n  display:inline-flex;\n  align-items:center;\n  gap:8px;\n  padding:8px 18px;\n  background:rgba(0,229,255,.11);\n  border:1px solid rgba(0,229,255,.28);\n  border-radius:999px;\n  font-family:'Barlow Condensed',sans-serif;\n  font-size:12px;\n  font-weight:700;\n  letter-spacing:1.5px;\n  text-transform:uppercase;\n  color:var(--cyan);\n  margin-bottom:20px;\n}\n\n.jrj-eyebrow:before {\n  content:'';\n  width:7px;\n  height:7px;\n  border-radius:50%;\n  background:var(--cyan);\n  box-shadow:0 0 14px rgba(0,229,255,.8);\n}\n\n.jrj-title {\n  position:relative;\n  font-family:'Barlow Condensed',sans-serif;\n  font-weight:900;\n  font-size:clamp(42px,7vw,78px);\n  text-transform:uppercase;\n  color:#fff;\n  line-height:.92;\n  letter-spacing:-.5px;\n  margin:0 0 16px;\n  max-width:1000px;\n}\n\n.jrj-title span {\n  background:linear-gradient(90deg,var(--basic),#ffffff,var(--cyan));\n  -webkit-background-clip:text;\n  background-clip:text;\n  color:transparent;\n}\n\n.jrj-lead {\n  position:relative;\n  color:var(--muted);\n  font-size:17px;\n  max-width:980px;\n  margin:0 0 22px;\n  line-height:1.75;\n}\n\n.jrj-lead strong,\n.jrj-card strong,\n.jrj-warning strong {\n  color:#fff;\n}\n\n.jrj-highlight {\n  color:var(--basic) !important;\n  font-weight:900;\n}\n\n.jrj-tags {\n  position:relative;\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n}\n\n.jrj-tag {\n  display:inline-flex;\n  padding:7px 12px;\n  border-radius:8px;\n  font-family:'Barlow Condensed',sans-serif;\n  font-size:13px;\n  font-weight:800;\n  letter-spacing:.55px;\n  text-transform:uppercase;\n  color:#fff;\n  background:rgba(255,255,255,.07);\n  border:1px solid rgba(255,255,255,.1);\n}\n\n.jrj-tag.basic {\n  color:var(--basic);\n  background:rgba(70,163,255,.10);\n  border-color:rgba(70,163,255,.26);\n}\n\n.jrj-tag.blue {\n  color:var(--cyan);\n  background:rgba(0,229,255,.09);\n  border-color:rgba(0,229,255,.24);\n}\n\n.jrj-tag.green {\n  color:var(--green);\n  background:rgba(0,255,136,.09);\n  border-color:rgba(0,255,136,.22);\n}\n\n.jrj-tag.yellow {\n  color:var(--yellow);\n  background:rgba(255,208,0,.10);\n  border-color:rgba(255,208,0,.22);\n}\n\n.jrj-grid {\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:18px;\n  margin-top:18px;\n}\n\n.jrj-card {\n  background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.012)),var(--panel);\n  border:1px solid var(--border);\n  border-radius:20px;\n  padding:26px;\n  box-shadow:0 18px 44px rgba(0,0,0,.26);\n}\n\n.jrj-card.full {\n  grid-column:1 \/ -1;\n}\n\n.jrj-card h3,\n.jrj-warning h3 {\n  font-family:'Barlow Condensed',sans-serif;\n  font-weight:900;\n  font-size:30px;\n  line-height:1;\n  text-transform:uppercase;\n  margin:0 0 16px;\n  color:#fff;\n}\n\n.jrj-card p,\n.jrj-warning p {\n  color:var(--muted);\n  font-size:16px;\n  margin:0 0 14px;\n  line-height:1.7;\n}\n\n.jrj-feature {\n  position:relative;\n  border-color:rgba(255,255,255,.14);\n}\n\n.jrj-feature:before {\n  content:'';\n  position:absolute;\n  top:0;\n  left:0;\n  width:100%;\n  height:3px;\n  background:linear-gradient(90deg,var(--basic),var(--cyan),var(--blue));\n  border-top-left-radius:20px;\n  border-top-right-radius:20px;\n}\n\n.jrj-list {\n  list-style:none;\n  display:grid;\n  gap:10px;\n  padding:0;\n  margin:0;\n}\n\n.jrj-list li {\n  position:relative;\n  color:#B8C0CC;\n  font-size:15px;\n  line-height:1.55;\n  padding:11px 12px 11px 34px;\n  background:rgba(255,255,255,.035);\n  border:1px solid rgba(255,255,255,.06);\n  border-radius:11px;\n}\n\n.jrj-list li:before {\n  content:'✓';\n  position:absolute;\n  left:13px;\n  top:10px;\n  color:var(--cyan);\n  font-weight:900;\n}\n\n.jrj-price {\n  display:inline-flex;\n  align-items:center;\n  gap:10px;\n  margin:4px 0 18px;\n  padding:10px 16px;\n  border-radius:12px;\n  background:linear-gradient(180deg,rgba(70,163,255,.16),rgba(255,255,255,.05));\n  border:1px solid rgba(70,163,255,.28);\n  font-family:'Barlow Condensed',sans-serif;\n  font-size:26px;\n  font-weight:900;\n  color:#fff;\n  text-transform:uppercase;\n}\n\n.jrj-price span {\n  color:var(--basic);\n}\n\n.jrj-warning {\n  grid-column:1 \/ -1;\n  background:linear-gradient(135deg,rgba(70,163,255,.10),rgba(0,229,255,.06)),var(--panel2);\n  border:1px solid rgba(70,163,255,.18);\n  border-left:4px solid var(--basic);\n  border-radius:20px;\n  padding:26px;\n  box-shadow:0 18px 44px rgba(0,0,0,.25);\n}\n\n@media(max-width:760px) {\n  #jrj-tuner-ai-basic {\n    padding:30px 14px 46px;\n  }\n\n  .jrj-hero,\n  .jrj-card,\n  .jrj-warning {\n    padding:22px;\n    border-radius:20px;\n  }\n\n  .jrj-grid {\n    grid-template-columns:1fr;\n  }\n\n  .jrj-warning,\n  .jrj-card.full {\n    grid-column:auto;\n  }\n}\n\u003c\/style\u003e\n\n\u003csection id=\"jrj-tuner-ai-basic\"\u003e\n  \u003cdiv class=\"jrj-wrap\"\u003e\n\n    \u003cdiv class=\"jrj-hero\"\u003e\n      \u003cdiv class=\"jrj-eyebrow\"\u003eTuner AI Membership - Basic Plan\u003c\/div\u003e\n\n      \u003ch2 class=\"jrj-title\"\u003eTuner AI \u003cspan\u003eBasic Membership\u003c\/span\u003e\n\u003c\/h2\u003e\n\n      \u003cdiv class=\"jrj-price\"\u003e\n\u003cspan\u003eFree\u003c\/span\u003e Plan\u003c\/div\u003e\n\n      \u003cp class=\"jrj-lead\"\u003e\n        \u003cstrong\u003eTuner AI Basic\u003c\/strong\u003e is the entry-level plan for HP Tuners and EFI Live users who want to \u003cstrong\u003elearn to tune\u003c\/strong\u003e, \u003cstrong\u003ereview logs\u003c\/strong\u003e, and \u003cstrong\u003esolve real tuning problems\u003c\/strong\u003e. Create an account, save your vehicle, ask tuning questions, upload limited CSV logs, and start learning with real-world tuning direction for GM LS, GM LT, and HEMI platforms.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"jrj-tags\"\u003e\n        \u003cspan class=\"jrj-tag basic\"\u003e25 Questions \/ Month\u003c\/span\u003e\n        \u003cspan class=\"jrj-tag blue\"\u003e3 CSV Log Reviews\u003c\/span\u003e\n        \u003cspan class=\"jrj-tag blue\"\u003e3 Image Reviews\u003c\/span\u003e\n        \u003cspan class=\"jrj-tag green\"\u003eVehicle Garage\u003c\/span\u003e\n        \u003cspan class=\"jrj-tag green\"\u003eVIN Decoder\u003c\/span\u003e\n        \u003cspan class=\"jrj-tag yellow\"\u003eUpgrade Anytime\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"jrj-grid\"\u003e\n\n      \u003cdiv class=\"jrj-card jrj-feature full\"\u003e\n        \u003ch3\u003e\u003cspan class=\"jrj-highlight\"\u003eStart Learning With Real Tuning Guidance\u003c\/span\u003e\u003c\/h3\u003e\n        \u003cp\u003e\n          Tuner AI Basic gives you access to the core platform so you can learn how tuning works, understand scanner data, review limited logs, and get direction before making random calibration changes.\n        \u003c\/p\u003e\n        \u003cul class=\"jrj-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003e25 AI questions per month\u003c\/strong\u003e for tuning help, setup questions, and table explanations\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e3 CSV log reviews per month\u003c\/strong\u003e for HP Tuners scanner exports\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e3 image reviews per month\u003c\/strong\u003e for screenshots, tables, logs, and controller information\u003c\/li\u003e\n          \u003cli\u003eVehicle Garage access for saving vehicle details and mod lists\u003c\/li\u003e\n          \u003cli\u003eVIN Decoder support to help populate vehicle information faster\u003c\/li\u003e\n          \u003cli\u003eGM LS, GM LT, and HEMI tuning guidance\u003c\/li\u003e\n          \u003cli\u003eHP Tuners and EFI Live support direction\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jrj-card\"\u003e\n        \u003ch3\u003eIncluded With Basic\u003c\/h3\u003e\n        \u003cul class=\"jrj-list\"\u003e\n          \u003cli\u003e25 tuning questions each month\u003c\/li\u003e\n          \u003cli\u003e3 CSV data log reviews each month\u003c\/li\u003e\n          \u003cli\u003e3 image or screenshot reviews each month\u003c\/li\u003e\n          \u003cli\u003eVehicle Garage access\u003c\/li\u003e\n          \u003cli\u003eVIN Decoder access\u003c\/li\u003e\n          \u003cli\u003eAccount creation and vehicle memory\u003c\/li\u003e\n          \u003cli\u003eUpgrade to Silver or Pro anytime\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jrj-card\"\u003e\n        \u003ch3\u003eBuilt For These Platforms\u003c\/h3\u003e\n        \u003cul class=\"jrj-list\"\u003e\n          \u003cli\u003eGM LS trucks, cars, swaps, and cammed setups\u003c\/li\u003e\n          \u003cli\u003eGM LT trucks and Gen V direct-injected platforms\u003c\/li\u003e\n          \u003cli\u003eHEMI 5.7L and 6.4L tuning questions\u003c\/li\u003e\n          \u003cli\u003eHP Tuners scanner logs and screenshots\u003c\/li\u003e\n          \u003cli\u003eEFI Live tuning and log review questions\u003c\/li\u003e\n          \u003cli\u003eDOD \/ AFM delete projects\u003c\/li\u003e\n          \u003cli\u003eMDS delete projects\u003c\/li\u003e\n          \u003cli\u003eCam swap tuning and drivability support\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jrj-card full\"\u003e\n        \u003ch3\u003eWhat Tuner AI Basic Can Help With\u003c\/h3\u003e\n        \u003cp\u003e\n          Basic is built for users who are getting started, learning scanner data, asking tuning questions, and trying to understand the next step before making changes.\n        \u003c\/p\u003e\n        \u003cul class=\"jrj-list\"\u003e\n          \u003cli\u003eWhat channels should I log?\u003c\/li\u003e\n          \u003cli\u003eWhat do my fuel trims mean?\u003c\/li\u003e\n          \u003cli\u003eWhat is knock retard?\u003c\/li\u003e\n          \u003cli\u003eHow do I review a CSV log?\u003c\/li\u003e\n          \u003cli\u003eHow do I approach a cammed truck idle issue?\u003c\/li\u003e\n          \u003cli\u003eWhat tables are involved in startup and idle?\u003c\/li\u003e\n          \u003cli\u003eHow do HP Tuners tables work?\u003c\/li\u003e\n          \u003cli\u003eHow do EFI Live tables work?\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jrj-card\"\u003e\n        \u003ch3\u003eVehicle Garage\u003c\/h3\u003e\n        \u003cp\u003e\n          Save vehicle information so Tuner AI can answer based on your actual setup instead of treating every question like a generic vehicle.\n        \u003c\/p\u003e\n        \u003cul class=\"jrj-list\"\u003e\n          \u003cli\u003eYear, make, model, and engine\u003c\/li\u003e\n          \u003cli\u003eTransmission and controller information\u003c\/li\u003e\n          \u003cli\u003eVIN, tire size, gear ratio, and fuel type\u003c\/li\u003e\n          \u003cli\u003eCamshaft, injectors, headers, intake, and mod list\u003c\/li\u003e\n          \u003cli\u003eNotes for current problems, goals, or tune history\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jrj-card\"\u003e\n        \u003ch3\u003eBasic Plan Limits\u003c\/h3\u003e\n        \u003cul class=\"jrj-list\"\u003e\n          \u003cli\u003e\u003cstrong\u003e25 AI questions per month\u003c\/strong\u003e\u003c\/li\u003e\n          \u003cli\u003e\u003cstrong\u003e3 CSV log reviews per month\u003c\/strong\u003e\u003c\/li\u003e\n          \u003cli\u003e\u003cstrong\u003e3 image reviews per month\u003c\/strong\u003e\u003c\/li\u003e\n          \u003cli\u003eMonthly usage resets automatically\u003c\/li\u003e\n          \u003cli\u003eUpgrade to Silver for more monthly reviews\u003c\/li\u003e\n          \u003cli\u003eUpgrade to Pro for unlimited access\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jrj-card\"\u003e\n        \u003ch3\u003eBest For\u003c\/h3\u003e\n        \u003cul class=\"jrj-list\"\u003e\n          \u003cli\u003eBeginner HP Tuners users learning what to log and why\u003c\/li\u003e\n          \u003cli\u003eDIY tuners working through basic drivability questions\u003c\/li\u003e\n          \u003cli\u003eCam swap customers trying to understand idle and startup behavior\u003c\/li\u003e\n          \u003cli\u003eGM LS, GM LT, and HEMI owners learning scanner data\u003c\/li\u003e\n          \u003cli\u003eCustomers who want to try Tuner AI before upgrading\u003c\/li\u003e\n          \u003cli\u003eAnyone wanting structured tuning direction instead of guessing\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jrj-card\"\u003e\n        \u003ch3\u003eUpgrade Options\u003c\/h3\u003e\n        \u003cul class=\"jrj-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eSilver:\u003c\/strong\u003e 250 Questions \/ Month\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eSilver:\u003c\/strong\u003e 25 CSV Reviews \/ Month\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eSilver:\u003c\/strong\u003e 25 Image Reviews \/ Month\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eSilver:\u003c\/strong\u003e Correction Plans\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003ePro:\u003c\/strong\u003e Unlimited Questions\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003ePro:\u003c\/strong\u003e Unlimited CSV and Image Reviews\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003ePro:\u003c\/strong\u003e Known Fix Database\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003ePro:\u003c\/strong\u003e Priority and future features\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jrj-card full\"\u003e\n        \u003ch3\u003eCommon Search Terms This Product Covers\u003c\/h3\u003e\n        \u003cul class=\"jrj-list\"\u003e\n          \u003cli\u003eHP Tuners help\u003c\/li\u003e\n          \u003cli\u003eHP Tuners log review\u003c\/li\u003e\n          \u003cli\u003eEFI Live tuning help\u003c\/li\u003e\n          \u003cli\u003eGM LS tuning help\u003c\/li\u003e\n          \u003cli\u003eGM LT tuning help\u003c\/li\u003e\n          \u003cli\u003eHEMI tuning help\u003c\/li\u003e\n          \u003cli\u003eFuel trim help\u003c\/li\u003e\n          \u003cli\u003eKnock retard troubleshooting\u003c\/li\u003e\n          \u003cli\u003eCam swap idle help\u003c\/li\u003e\n          \u003cli\u003eBeginner tuning help\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jrj-warning\"\u003e\n        \u003ch3\u003eReady For More?\u003c\/h3\u003e\n        \u003cp\u003e\n          Tuner AI Basic is designed to get you started. As your tuning knowledge grows, upgrade to Silver or Pro for more reviews, more questions, correction plans, Known Fix Database access, and advanced troubleshooting features.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"jrj-warning\"\u003e\n        \u003ch3\u003eImportant Use Notice\u003c\/h3\u003e\n        \u003cp\u003e\n          Tuner AI Basic is designed to help with learning, log review, tuning direction, and troubleshooting. You are responsible for verifying all changes, using safe flashing practices, maintaining proper fuel pressure, using accurate injector data, confirming mechanical condition, and making sure the vehicle is safe before operation.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eJ.R. Jones Racing is not liable\u003c\/strong\u003e for engine damage, transmission damage, failed flashing, mechanical problems, incorrect customer-supplied information, unsafe tuning changes, or issues caused by improper use of tuning software or vehicle hardware.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n```\n","brand":"J.R. Jones Racing","offers":[{"title":"Default Title","offer_id":43346491080771,"sku":null,"price":0.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/1964\/7811\/files\/tuneraibasic.png?v=1780797094","url":"https:\/\/jrjonesracing.com\/products\/tuner-ai-free","provider":"J.R. Jones Racing","version":"1.0","type":"link"}