{"id":134,"date":"2026-06-29T12:11:22","date_gmt":"2026-06-29T12:11:22","guid":{"rendered":"https:\/\/sublabventures.com\/?page_id=134"},"modified":"2026-06-29T12:11:22","modified_gmt":"2026-06-29T12:11:22","slug":"sv-forge","status":"publish","type":"page","link":"https:\/\/sublabventures.com\/?page_id=134","title":{"rendered":"SV Forge"},"content":{"rendered":"\n<style>.sv-media-grid,.sv-app-row{align-items:start}.sv-app-row>*{min-width:0}.sv-app-row{gap:clamp(1.2rem,2.4vw,2rem)}.sv-app-row img,.sv-shot-card img{display:block;max-width:100%;height:auto;object-fit:contain}.sv-shot-frame,.sv-shot-link{display:block;line-height:0;color:inherit;text-decoration:none;cursor:zoom-in}.sv-shot-link:focus-visible{outline:2px solid rgba(110,231,249,.9);outline-offset:4px}.sv-shot-link:hover img{filter:brightness(1.06)}.sv-lightbox{position:fixed;inset:0;z-index:99999;display:none;align-items:center;justify-content:center;padding:clamp(1rem,3vw,2.5rem);background:rgba(3,5,8,.86);backdrop-filter:blur(10px)}.sv-lightbox.is-open{display:flex}.sv-lightbox__panel{position:relative;max-width:min(96vw,1440px);max-height:92vh}.sv-lightbox__panel img{display:block;max-width:100%;max-height:88vh;width:auto;height:auto;border:1px solid rgba(247,242,232,.22);border-radius:8px;background:#050608;box-shadow:0 24px 80px rgba(0,0,0,.55)}.sv-lightbox__close{position:absolute;top:-.85rem;right:-.85rem;width:2.4rem;height:2.4rem;border-radius:999px;border:1px solid rgba(247,242,232,.28);background:rgba(8,10,14,.95);color:#f7f2e8;font-size:1.6rem;line-height:1;cursor:pointer}@media(max-width:900px){.sv-app-row{grid-template-columns:1fr;gap:1rem}.sv-lightbox{padding:.75rem}.sv-lightbox__close{top:.5rem;right:.5rem}}.sv-section h1,.sv-section h2,.sv-section h3,.sv-section-tight h1,.sv-section-tight h2,.sv-section-tight h3{overflow-wrap:anywhere}<\/style><section class=\"sv-section sv-shell\"><p class=\"sv-eyebrow\">Licensing infrastructure<\/p><h1>SV Forge controls access to Sublab software products.<\/h1><p class=\"sv-lede\">SV Forge is the product access, licensing, download, Stripe and device activation layer behind VocalForge and future Forge-suite applications.<\/p><\/section>\n<section class=\"sv-section-tight sv-shell\"><div class=\"sv-app-row\"><div><p class=\"sv-badge\">Infrastructure product<\/p><h2>Trials, licences, activations and download routing in one system.<\/h2><p>SV Forge keeps commercial software access separate from the desktop app itself. It manages public trials, protected downloads, licence generation, device activation, subscription hooks and owner-facing customer controls.<\/p><ul class=\"sv-mini-list\"><li>Public trial and protected full-download routing.<\/li><li>Licence generation, activation, checks, revoke and extension paths.<\/li><li>Stripe checkout and subscription intelligence for Forge products.<\/li><\/ul><\/div><span class=\"sv-shot-frame\"><a class=\"sv-shot-link\" href=\"https:\/\/sublabventures.com\/wp-content\/uploads\/2026\/06\/svforge-suite-home.png\"><img decoding=\"async\" src=\"https:\/\/sublabventures.com\/wp-content\/uploads\/2026\/06\/svforge-suite-home.png\" alt=\"SV Forge suite and licensing homepage screenshot\" loading=\"lazy\"\/><\/a><\/span><\/div><\/section>\n<section class=\"sv-section sv-shell\"><p class=\"sv-eyebrow\">Screens<\/p><h2>Licensing, pricing and controlled access.<\/h2><div class=\"sv-media-grid\"><div class=\"sv-shot-card\"><span class=\"sv-shot-frame\"><a class=\"sv-shot-link\" href=\"https:\/\/sublabventures.com\/wp-content\/uploads\/2026\/06\/svforge-suite-home.png\"><img decoding=\"async\" src=\"https:\/\/sublabventures.com\/wp-content\/uploads\/2026\/06\/svforge-suite-home.png\" alt=\"SV Forge suite home screenshot\" loading=\"lazy\"\/><\/a><\/span><div class=\"sv-shot-card__body\"><h3>SV Forge suite home<\/h3><p>Product access hub for Sublab Ventures creative software.<\/p><\/div><\/div><div class=\"sv-shot-card\"><span class=\"sv-shot-frame\"><a class=\"sv-shot-link\" href=\"https:\/\/sublabventures.com\/wp-content\/uploads\/2026\/06\/svforge-pricing-licences.png\"><img decoding=\"async\" src=\"https:\/\/sublabventures.com\/wp-content\/uploads\/2026\/06\/svforge-pricing-licences.png\" alt=\"Licence pricing screenshot\" loading=\"lazy\"\/><\/a><\/span><div class=\"sv-shot-card__body\"><h3>Licence pricing<\/h3><p>Plan and licence positioning for controlled software access.<\/p><\/div><\/div><div class=\"sv-shot-card\"><span class=\"sv-shot-frame\"><a class=\"sv-shot-link\" href=\"https:\/\/sublabventures.com\/wp-content\/uploads\/2026\/06\/svforge-download-access.png\"><img decoding=\"async\" src=\"https:\/\/sublabventures.com\/wp-content\/uploads\/2026\/06\/svforge-download-access.png\" alt=\"Download access screenshot\" loading=\"lazy\"\/><\/a><\/span><div class=\"sv-shot-card__body\"><h3>Download access<\/h3><p>Licence-gated download and activation route for Forge products.<\/p><\/div><\/div><\/div><\/section>\n<section class=\"sv-section-tight sv-shell\"><div class=\"sv-cta\"><p class=\"sv-eyebrow\">Role in the portfolio<\/p><h2>SV Forge is the commercial control layer for Forge-suite software.<\/h2><p class=\"sv-lede\">It supports trials, paid licences, device activation, customer routing and product delivery while the specialist desktop applications remain focused on the creative workflow.<\/p><\/div><\/section><script>\n(function(){\n  if (window.__sublabShotLightbox) return;\n  window.__sublabShotLightbox = true;\n  function closeBox(){\n    var box = document.querySelector('.sv-lightbox');\n    if (!box) return;\n    box.classList.remove('is-open');\n    document.documentElement.style.overflow = '';\n  }\n  function ensureBox(){\n    var box = document.querySelector('.sv-lightbox');\n    if (box) return box;\n    box = document.createElement('div');\n    box.className = 'sv-lightbox';\n    box.setAttribute('role','dialog');\n    box.setAttribute('aria-modal','true');\n    var panel = document.createElement('div');\n    panel.className = 'sv-lightbox__panel';\n    var button = document.createElement('button');\n    button.className = 'sv-lightbox__close';\n    button.type = 'button';\n    button.setAttribute('aria-label','Close screenshot');\n    button.textContent = 'x';\n    var image = document.createElement('img');\n    image.alt = 'Expanded screenshot';\n    panel.appendChild(button);\n    panel.appendChild(image);\n    box.appendChild(panel);\n    document.body.appendChild(box);\n    box.addEventListener('click', function(event){ if (event.target === box || event.target === button) closeBox(); });\n    document.addEventListener('keydown', function(event){ if (event.key === 'Escape') closeBox(); });\n    return box;\n  }\n  document.addEventListener('click', function(event){\n    var link = event.target.closest && event.target.closest('a.sv-shot-link');\n    if (!link) return;\n    event.preventDefault();\n    var img = link.querySelector('img');\n    var box = ensureBox();\n    var expanded = box.querySelector('img');\n    expanded.src = link.getAttribute('href');\n    expanded.alt = img ? (img.alt || 'Expanded screenshot') : 'Expanded screenshot';\n    box.classList.add('is-open');\n    document.documentElement.style.overflow = 'hidden';\n    box.querySelector('button').focus();\n  });\n})();\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Licensing infrastructure SV Forge controls access to Sublab software products. SV Forge is the product access, licensing, download, Stripe and device activation layer behind VocalForge and future Forge-suite applications. Infrastructure product Trials, licences, activations and download routing in one system. SV Forge keeps commercial software access separate from the desktop app itself. It manages public [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-134","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/sublabventures.com\/index.php?rest_route=\/wp\/v2\/pages\/134","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sublabventures.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sublabventures.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sublabventures.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/sublabventures.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=134"}],"version-history":[{"count":5,"href":"https:\/\/sublabventures.com\/index.php?rest_route=\/wp\/v2\/pages\/134\/revisions"}],"predecessor-version":[{"id":226,"href":"https:\/\/sublabventures.com\/index.php?rest_route=\/wp\/v2\/pages\/134\/revisions\/226"}],"wp:attachment":[{"href":"https:\/\/sublabventures.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=134"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}