HyperBridge Platformhyperbridge.digital β†—
QuantumOS X3
Book a demo
Changelog

Every release, in detail

We ship weekly. Below is the engineering-grade log β€” highlights at the top of each release, every meaningful change broken out by type.

v3.4.0

2026-06-21
Site-wide content 20x β€” real customers, sharper copy, honest proof
Highlights
  • Replaced every fictional brand and invented metric with real, named tenants β€” The Value Store, Just Buy Cycle, Twetra, Aaladipattiyan, Charminar Mehfil, VisualPoint and more β€” sourced from one vetted proof file.
  • Rewrote copy across ~40 pages (home, features, solutions, compare, pricing, customers, about, security): operator-grade, specific, and free of unsourced stats.
  • Added a homepage proof strip of operators already live, plus an honest 'industries already in production' view on the customers page.
  • Addedsrc/data/proof.ts β€” single source of truth for real tenant facts (segment, region, scale, what they run); every customer/proof surface reads from it.
  • AddedHomepage: real-tenant proof strip below the hero and a live-operator count badge derived from proof data.
  • ImprovedCustomers page rebuilt around real tenants with defensible 'what they run' framing; fabricated testimonials and customer-attributed metrics removed.
  • ImprovedSolutions (India/D2C/retail/B2B/enterprise) now showcase the real Indian brands live on the platform instead of invented personas.
  • ImprovedCompare, pricing, security, roadmap and status copy sharpened to concrete, defensible claims; added a pricing FAQ and honest SLO-target framing on status.
  • FixedLight-mode rendering: replaced raw white-opacity utilities with theme CSS variables across feature/compare pages; corrected near-invisible 'Partial' cells in the compare table.
  • FixedRemoved remaining fictional brand (Mount Road Sangam) and a fabricated search metric from loyalty/conversational pages and the site-wide JSON-LD.
  • FixedRemoved the unsourced JSON-LD aggregateRating (4.8 / 47 reviews) from the site metadata β€” no fabricated review schema.
  • ImprovedRe-translated the sharpened hero copy (subhead + sub2) into all six non-English locales (hi, es, fr, de, ar, ta) so they no longer fall back to stale strings.

v3.3.5

2026-06-10
Homepage 10x β€” Zero-Commission Positioning + Live Commerce Section
Highlights
  • Rewrote the hero from 'operating system for commerce' to 'Stop building on rented land' β€” loss-aversion-first copy that converts.
  • New The Hidden Tax section: commission comparison (Amazon 25% / Flipkart 22% / Meesho 20% / QuantumOS 0%) on β‚Ή1Cr GMV makes the cost tangible.
  • New Live Commerce section with Tap & Takeβ„’, viewer-minute pack pricing, and zero-commission live-selling narrative.
  • ImprovedHomepage hero rewritten with D2C brand emotional hooks β€” loss aversion, ownership, zero-commission.
  • AddedThe Hidden Tax section: marketplace commission comparison table (Amazon / Flipkart / Meesho vs QuantumOS 0%) on β‚Ή1Cr GMV baseline.
  • AddedLive Commerce section (enterprise): Tap & Takeβ„’ checkout, viewer-minute pack pricing, RTMP/WHIP/HLS feature bullets, zero-commission narrative.
  • AddedFor Brands section: six brand-ownership cards (storefront, customer data, economics, inventory, omnichannel, 24h onboarding).
  • AddedFinal CTA section: 'Own the platform. Own the data. Own the economics.' with three conversion paths.
  • ImprovedHero stat bar expanded from 4 to 6 metrics β€” added 0% commission and 100% your customer data.
  • Addedenterprise-mailto: live-commerce and cta-final context keys with pre-filled inquiry bodies.

v3.3.4

2026-05-29
Native iOS & Android Storefront Apps
Highlights
  • Every store can now ship its own white-label iOS and Android app β€” same storefront, on the home screen.
  • Configure app identity, branding, push, and version gating from admin Settings β†’ Mobile App.
  • One shared codebase generates signed-ready apps per tenant; no second frontend to maintain.
  • AddedNative iOS and Android storefront apps that load the live storefront renderer β€” features ship to web and mobile at once.
  • AddedSettings β†’ Mobile App: white-label name, icon, splash, colors, bundle/package ids, deep links, and store URLs, all per tenant.
  • AddedPer-tenant build pipeline generates branded iOS/Android projects from the admin config, ready for signing and store submission.
  • AddedPush notifications register against the unified customer record shared with web, POS and email.
  • AddedServer-driven force-update gate prompts customers to upgrade before an outdated app continues.

v3.3.0

2026-05-08
Conversational Commerce + Partner Bridge
Highlights
  • Sell, support and track on Telegram and WhatsApp from one native orchestrator β€” no third-party middleware.
  • Partner Bridge ships a durable, replayable transport for partner integrations.
  • Platform-wide rename to X3 completed across schema, routes and tooling.
  • AddedTelegram + WhatsApp orchestrator (Phase 1): one bot runtime drives both channels with a shared session and a natural-language intent interpreter.
  • AddedCatalog browse, order lookup and shipment tracking in-thread, resolving to the same customer record as web, POS and email.
  • AddedPartner Bridge transport: durable outbox, partner registry with scoped credentials, scheduled drain worker and windowed replay.
  • Added`/api/bridge` ingress and a `bridge-drain` cron worker for at-least-once partner delivery with backoff.
  • ImprovedPlatform rename to X3 across DB schema, codename, routes and tooling β€” no breaking changes for tenants.
  • SecurityBridge traffic is tenant-isolated and respects the existing RLS boundaries on every hop.

v3.2.0

2026-04-17
5Γ— Faster Admin
Highlights
  • Per-request admin latency cut roughly 5Γ— across the dashboard.
  • Session and membership lookups now cached; RLS round-trips collapsed into a single scoped path.
  • Storefront and POS hot paths untouched β€” this is a pure admin-path win.
  • ImprovedSession and membership lookups cached per request β€” repeat auth checks no longer hit the database.
  • ImprovedCollapsed multiple RLS round-trips into one scoped query path on the admin read path.
  • ImprovedQuery cache now persists between requests for hot admin reads instead of rebuilding each time.
  • FixedCold-start membership resolution occasionally double-fetched on the first request after deploy.

v3.1.0

2026-03-27
Multi-Tenant Security & RLS Hardening
Highlights
  • Row-Level Security enforced on every query hop, not just the API boundary.
  • Viewer-default RBAC model corrected β€” new members no longer inherit operator permissions.
  • Privacy vault ships: PII tokenized at the edge, raw values never touch application code.
  • SecurityRLS policies tightened on every platform table: the tenant GUC is now set and verified on every DB connection, closing a class of cross-tenant read paths in background workers.
  • SecurityPrivacy vault: PII (email, phone, address) tokenized at the edge; raw values are never written to application logs or available to app code β€” only the vault service can resolve tokens.
  • AddedTamper-evident, retention-policied audit log now covers all admin write operations, copilot tool use, and Bridge drain events β€” exportable directly to auditors.
  • FixedViewer-default RBAC: newly invited members were inheriting operator write permissions instead of the read-only viewer role.
  • AddedGDPR/CCPA/LGPD DSR portal: automated erasure and consent records shipped in core β€” no custom integration required.
  • AddedSanctions and denied-party screening on order, customer, and address records, built into the order confirmation path.
  • SecurityCredential vault entries for Partner Bridge and AI BYO-keys are row-scoped per tenant; no shared credential rows exist in the schema.

v3.0.3

2026-03-06
POS Mobile β€” Native Android Hardware
Highlights
  • Capacitor-based native Android shell loads the hosted register with full hardware access.
  • Paytm card reader brings UPI, NFC, card and wallet acceptance to any Android device.
  • Zebra, Sunmi and Honeywell barcode scanners paired by QR; camera fallback for unlisted models.
  • AddedCapacitor Android shell: the hosted register now runs inside a native Android app with access to hardware APIs β€” barcode scanners, thermal printers, and payment terminals β€” without a custom mobile codebase.
  • AddedPaytm card reader integration: UPI, NFC contactless, card swipe/dip, and mobile wallet acceptance on any Android device running the POS app.
  • AddedHardware barcode scanner support for Zebra, Sunmi, and Honeywell devices via broadcast intent; camera-based scan fallback for any unlisted Android device.
  • AddedESC/POS thermal receipt printer support with configurable paper width; cash drawer pulse triggered on transaction complete.
  • AddedMDM fleet push: device configurations (location, hardware profile, receipt template) can be pushed to enrolled devices without physical access.
  • FixedQR-based device pairing now handles certificates transparently β€” no manual IP or TLS configuration required for new terminals.

v3.0.2

2026-02-13
Global Commerce β€” Multi-Currency, Multi-Market, Multi-Language
Highlights
  • 28+ market definitions out of the box: locale, currency, tax region, shipping, and payment methods bundled per market.
  • CLDR-correct currency formatting and configurable FX rate refresh or manual pin per campaign.
  • Full content localization with locale fallback chains, RTL support, and auto-generated hreflang alternates.
  • AddedMulti-currency engine: per-market display currency with independent settlement currency at the payment layer; CLDR-correct formatting (Β₯ no decimals, CHF 0.05 rounding, locale-correct separators).
  • AddedMulti-market model: each market bundles locale, currency, tax region, shipping zone profiles, and permitted payment methods as a single config object.
  • AddedMarket resolution in the edge worker: URL prefix β†’ Accept-Language β†’ IP geo-routing rule β†’ cookie fallback, with per-market catalog availability to show or hide products per region.
  • AddedMulti-language localization: locale-keyed translations for products, collections, and CMS sections, with configurable fallback chains so no field is ever blank from a missing translation.
  • AddedRTL language support: direction flag set on the HTML element and layout utilities flipped automatically for Arabic and Hebrew locales.
  • AddedAuto-generated hreflang alternate link elements for every active locale, and a translator workflow with per-string status (untranslated / draft / approved) and a locale progress dashboard.
  • ImprovedTax-inclusive vs. tax-exclusive price display now configurable per market independently of currency or locale.

v3.0.1

2026-01-23
Installable PWA + Offline Storefront
Highlights
  • Storefront installs to the home screen from any browser β€” no App Store, no review, no commission.
  • Service worker caches shell and catalog so browsing and cart work on flaky or offline connections.
  • Updates ship the moment a new deployment lands β€” zero version fragmentation, no user action required.
  • AddedProgressive Web App manifest: per-tenant name, icons, display mode, and theme color configurable from admin; beforeinstallprompt handler surfaces the native install prompt at the right moment in the customer journey.
  • AddedService worker with pre-cached shell assets and key catalog pages; browsing and add-to-cart remain functional on offline or flaky connections.
  • AddedWeb Push support for drop alerts, back-in-stock, and order update notifications where the OS and browser permit.
  • AddedDedicated /app install page with device-specific instructions (iOS Safari, Android Chrome, desktop).
  • ImprovedService worker detects changed asset manifests on new deployments, fetches the delta in the background, and activates on the next navigation β€” every visitor is always on the latest version without a store review cycle.
  • FixedService worker activation was deferred on Safari 17 when an older worker held the client; skipWaiting now fires correctly on update.

v3.0.0

2026-01-02
AI & Intelligence Suite
Highlights
  • Kynetra AI copilot ships in GA: schema-aware SQL, tRPC query generation, page sections, and email copy grounded in live data.
  • Fraud detection engine screens every order in real time with four dispositions and configurable per-tenant weights.
  • BYO model keys with hard monthly spend budgets, PII guardrails, injection detection, and model fallback routing.
  • AddedAI copilot GA: reads your live schema and catalog, drafts page sections, SQL migrations, email HTML, and theme snippets; all tool use is audit-logged with actor identity; operates through RLS-gated connections with no cross-tenant data leakage.
  • AddedSemantic search and embeddings: product titles, descriptions, and session events embedded on write via Google Gemini or OpenAI, stored in pgvector columns; zero-result recovery falls back to ANN search when keyword results are empty.
  • AddedAI-powered segmentation engine: segment rule trees stored as JSONB, evaluated as generated SQL against live transactional tables β€” no secondary data store required; supports LTV band, order count, loyalty tier, city/country, and custom event dimensions.
  • AddedFraud detection engine: weighted signals (velocity windows, address mismatch, device fingerprint, LTV anomaly) produce one of four dispositions β€” allow, review, hold, block β€” on every order in under 100ms.
  • AddedMarketing recommendation engine: auto-suggests coupons, segments, and campaigns grounded in your cart-abandonment rate and churn window; one-click apply creates the asset in draft for confirmation.
  • AddedProduct description enhancer: batch-generate and polish descriptions across Claude, GPT-4o, and Gemini with per-job token-count and cost tracking; staged review before any publish.
  • AddedBYO keys with guardrails: per-key feature scoping, hard monthly spend budgets, PII redaction before dispatch, injection detection scoring, and automatic fallback to a secondary model on upstream error or budget exhaustion.

v2.18.0

2025-12-12
Loyalty & Retention Engine
Highlights
  • Points, cashback, and tiered perk schemes configurable without code β€” paid membership tiers gated on active subscription.
  • Segments built on raw events (session, order, return, loyalty, support) with continuous evaluation β€” no refresh button.
  • Lifecycle automations export as versioned YAML, round-trip through git, and enter flows the moment a condition is met.
  • AddedLoyalty engine GA: points, cashback, and tiered perk schemes fully configurable; tier evaluation fires on every qualifying event, not a nightly batch; paid membership tiers gated on active subscription via the billing engine.
  • AddedLine-item-granularity earn and burn: points are credited and debited at receipt line level so a partial return removes exactly what was earned on that item.
  • AddedSegment builder on raw events: visual AND/OR rule builder with time windows, frequency filters, and calculated fields (LTV, AOV, purchase frequency, days since last order); segment size preview before saving.
  • AddedTriggered campaigns: unified canvas for email, SMS, WhatsApp Business, and push with a shared suppression and preference layer; DKIM/DMARC signing and reputation monitoring built into the email infrastructure.
  • AddedLifecycle automations: declarative YAML written and read by the visual builder, version-controlled in git, with real-time entry evaluation; pre-built templates for win-back, replenishment, tier upgrade, and post-return survey.
  • AddedMulti-touch attribution: order ledger as ground truth; configurable last-click, first-click, linear, and time-decay models; de-duplicated revenue attribution across email, SMS, paid, loyalty, and organic.
  • FixedTier recalculation at POS checkout was firing an async job after receipt render; it now runs synchronously so the receipt always reflects the correct new tier.

v2.14.0

2025-11-21
Marketplace Connectors
Highlights
  • Channel-aware listings let you maintain per-channel overrides on a single canonical product record without forking.
  • Multi-vendor marketplace ships with vendor onboarding, commission config, automated payouts, and 1099/T4 generation.
  • Continuous GMC, Meta Catalog, and TikTok feed generation with rules-based suppression and health diagnostics.
  • AddedChannel-aware listings: per-channel title, bullets, images, and pricing on a canonical base record; automatic attribute mapping to Amazon, Google, and TikTok taxonomy schemas; publish, pause, and archive across all channels from one action queue.
  • AddedMulti-vendor marketplace core: vendor onboarding portal with scoped catalog and order permissions; commission configuration at marketplace, vendor tier, or SKU granularity; automated payout scheduling with hold, dispute, and release workflows.
  • Added1099 (US) and T4 (Canada) marketplace tax document generation from the payout ledger β€” no separate tool or reconciliation step.
  • AddedCatalog feed generation: continuous GMC, Meta Catalog, and TikTok Product feeds with channel-specific field transformations (GTIN normalization, image URL formatting, availability mapping) and a health dashboard linking disapproval reasons to product records.
  • AddedLive ads attribution: daily spend ingestion from Meta, Google, TikTok, and Pinterest; order-level reconciliation against actual revenue with configurable last-click, linear, time-decay, or data-driven attribution models.
  • AddedReviews aggregation from Amazon, Google Shopping, Etsy, and eBay into one moderated feed on your storefront, with source attribution and reply syndication.
  • ImprovedListing health score now surfaces a prioritized fix queue ranked by revenue-at-risk with specific field-level remediation prompts and bulk-apply AI-assisted suggestions.

v2.10.0

2025-10-31
OMS & WMS β€” Order Management and Warehouse
Highlights
  • Smart routing evaluates cost, SLA, carbon footprint, and DC capacity simultaneously β€” multi-node split routing for per-line fulfillment.
  • Optimistic multi-location inventory reservations across web, POS, and marketplace with sub-second reconciliation.
  • Wave and batch picking, cluster picks, and carrier-direct rate shopping eliminate the WMS license for most warehouse configs.
  • AddedSmart routing engine: evaluates real-time carrier rate quotes, DC capacity, SLA windows, and carbon cost per order; supports multi-node split routing with per-line shipment generation; routing decision and score recorded on every order timeline.
  • AddedMulti-location inventory reservations: append-only reservation table with sub-second reconciliation against committed stock; automatic exception queue for over-reservation edge cases; per-channel expiry configuration.
  • AddedWave and batch picking: grouping by carrier cutoff, shipping zone, or product zone; travel-distance optimization via configurable slot-location map; cluster picking for multi-order simultaneous picks on one Android or iOS device.
  • AddedReturns network: any-store drop-off with QR-based return authorization; guided grading workflow (sellable, refurbish, liquidate, discard); refund triggered at grading, not held for central DC receipt.
  • AddedLot, serial, and expiry tracking end-to-end: FEFO pick sequencing enforced automatically; GS1 GTIN + serial scan at pack-out for compliance; full chain-of-custody audit log queryable by lot, serial, or order.
  • AddedCarrier-direct integrations: first-party API connections to UPS, FedEx, DHL, USPS, Royal Mail, and AusPost using the merchant's own account credentials β€” no middleware markup; real-time rate shopping auto-selects cheapest within-SLA carrier at label creation.

v2.6.0

2025-10-10
POS Core β€” 72-Hour Offline Register
Highlights
  • Sell, refund, and capture customers for 72 hours with zero connectivity; journal replays automatically on reconnect.
  • Unified cart: a cart started in-store completes online, and an online cart pays at the counter β€” no double-decrement.
  • Per-staff real-time metrics: sales/hour, basket size, attach rate, and refund rate pushed via WebSocket, no refresh.
  • Added72-hour offline mode: local SQLite transaction journal on-device; optimistic inventory decrements; automatic conflict-surfacing journal replay on reconnect; offline payment terminal authorization for supported hardware.
  • AddedUnified cart across channels: cart transfer via short code or QR scan; fulfillment method reattribution when channel switches; ship-from-store order creation directly from POS cart.
  • AddedHardware reference stack: certified integrations for BBPOS, Verifone, Star Micronics, Epson, and Ohaus; QR-based device pairing; per-location output channel routing for receipts, labels, and KDS.
  • AddedPer-staff metrics dashboard: sales per hour, basket size, attach rate, and refund rate calculated in real time over current shift, today, and last 7 days via WebSocket push; per-location leaderboard for managers.
  • AddedLoyalty at the lane: customer lookup by phone, email, or wallet pass QR; available rewards surfaced inline; same promotion stacking logic as online; points awarded synchronously on order complete.
  • AddedRoles and limits: org-level roles assigned per location; manager PIN or NFC badge tap for override actions; every override logged with authorizing staff ID; end-of-day cash drawer reconciliation against transaction-derived expected total.

v2.2.0

2025-09-19
Storefront Renderer & Edge CDN
Highlights
  • Headless and hosted deployments share a single renderer β€” no divergence between what engineering deploys and what merchants configure.
  • Targeted page-level ISR revalidation on catalog and content changes; p95 TTFB reaches 92ms globally.
  • Edge personalization: per-segment hero images, badges, and prices resolved at the edge before HTML is emitted.
  • AddedUnified renderer: headless and hosted themes compile to the same Next.js server components with shared data-fetching hooks; live-preview works identically in both deployment targets; theme overrides respected in headless builds via cascade config.
  • AddedISR and on-demand revalidation: targeted page-level cache purge on catalog and content changes; stale-while-revalidate semantics; manual admin purge trigger for live campaigns; edge-cached HTML responses in single-digit milliseconds.
  • AddedDrag-and-drop sections system: props schema auto-generates the visual editor input form; section library is versioned with platform-managed prop migrations; full undo/redo history persisted per merchant workspace.
  • AddedEdge personalization: segment token resolved in the edge worker before render; hero images, badges, and prices overridable per segment; pages cached at the segment level for SEO fidelity.
  • AddedNative A/B testing: deterministic bucketing at the edge with zero client-side flicker; variants can change sections, copy, prices, and sort order; results joined to actual order and revenue events; Bayesian significance reporting.
  • ImprovedSmart pre-rendering allocates render budget to the top 2% of pages driving 80% of traffic, refreshed hourly, cutting cold-path TTFB significantly.

v2.0.0

2025-08-29
Catalog, Pricing & Promotions
Highlights
  • Native PIM with hierarchical attributes, option matrices, and locale fallbacks β€” no add-on required.
  • B2B buyer groups, price lists, NET terms, quotes, and PO checkout ship in core.
  • Composable Checkout SDK: pluggable steps (verify-age, lead-time, B2B PO, gift message) without ejecting the standard flow.
  • AddedNative PIM with variants graph: hierarchical attributes, option matrices, and locale fallback chains ship in the core schema; catalog import handles bulk operations above 250k rows.
  • AddedB2B buyer groups, negotiated price lists, NET terms, PO upload, and quote builder with line-level approvals and expiry rules β€” all in core, no third-party module.
  • AddedComposable Checkout SDK with pluggable step kits: verify-age, lead-time warning, B2B PO capture, and gift message β€” added without ejecting the standard checkout flow.
  • AddedNative subscriptions core: recurring billing, smart dunning ladder with configurable retry backoff, proration on plan changes, and win-back coupons.
  • AddedPromotion engine with configurable stacking logic: all active promotions and loyalty rules evaluated in a single pass in priority order β€” no accidental over-discounting.
  • ImprovedTax engine pluggability: Avalara, TaxJar, or Stripe Tax swappable per region without touching the checkout flow.

v1.8.0

2025-08-08
Event Ledger & Webhooks
Highlights
  • Append-only event ledger gives perfect audit, replay, and time-travel debugging out of the box.
  • Webhook delivery success reaches 99.991% β€” every event persisted in a durable outbox before first attempt.
  • Webhook Replay Console: replay any time window or individual failed delivery from the admin without SQL.
  • AddedAppend-only event-sourced ledger: every platform event (order, inventory, customer, loyalty, campaign) is immutably recorded; time-travel admin lets you view any tenant state at any past timestamp.
  • AddedDurable webhook outbox: events persisted before first delivery attempt; content-addressed idempotency key on every event for safe receiver-side replay; exponential backoff with configurable ceiling and jitter.
  • AddedWebhook Replay Console: replay scoped by time window, event type, or individual failed delivery; delivery log with HTTP status, response body, and latency per attempt.
  • AddedStreaming CDC to warehouse: built-in change data capture to Snowflake, BigQuery, and Apache Iceberg with zero glue code; reverse-ETL to your warehouse generally available.
  • ImprovedWebhook delivery success rate 99.94% β†’ 99.991% after durable outbox rollout.
  • AddedPer-endpoint SLOs with tracked error budgets; five-minute incident disclosure window enforced by status page automation.

v1.5.0

2025-07-18
Platform Core β€” Multi-Tenant Foundations
Highlights
  • Typed end-to-end API with tRPC and Zod: compile-time breakage when a consumer is out of sync with a server type change.
  • Per-tenant database isolation tiers: pooled, dedicated, and bring-your-own-cluster on the same control plane.
  • Sandbox branching with PII-scrubbed production data clones and full-stack branch environments.
  • AddedtRPC + Zod end-to-end typed API: procedures shared across admin UI, storefront, and external integrations; OpenAPI 3.1 spec auto-generated from the live router on every deploy; discriminated union response types throughout.
  • AddedPer-tenant DB isolation tiers: pooled for standard tenants, dedicated for high-traffic, bring-your-own-cluster for enterprise; region-local writes with tenants running primaries in their region of choice.
  • AddedSandbox branching: point-in-time production data clone with configurable PII scrubbing; full-stack branch with edge functions, queue workers, webhooks, and DB all active; branch-scoped API credentials; one-click teardown.
  • AddedPer-tenant and per-user feature flags: targeting by tenant, user, tier, region, or percentage rollout with deterministic bucketing; edge-evaluated kill switches for storefront code paths at sub-millisecond latency.
  • AddedTypeScript, Python, Go, and Ruby SDKs auto-generated from the live OpenAPI spec on every release; SemVer versioning with auto-generated changelogs from spec diffs; published to npm, PyPI, pkg.go.dev, and RubyGems.
  • AddedOAuth 2.0 with granular per-resource scoped tokens: apps request exactly the access they need; backpressure-aware job queues degrade gracefully under load rather than cascading failures.

v1.3.0

2025-06-27
Identity, RBAC & Audit
Highlights
  • Six-role model ships: super-admin, admin, manager, operator, analyst, and viewer β€” assigned per location.
  • Immutable audit log covers every admin write, override, copilot invocation, and session event.
  • Manager PIN and NFC badge override flows gate sensitive POS actions with authorizing identity recorded.
  • AddedSix-role RBAC model: super-admin, admin, manager, operator, analyst, and viewer; roles are org-level definitions assigned per location, not per device.
  • AddedImmutable audit log: every admin write operation, POS manager override, copilot tool use, and session start/end recorded with actor identity, timestamp, and payload; exportable directly to auditors.
  • AddedSession management: persistent sessions with configurable idle-timeout and absolute-expiry; session list per user with remote revocation from the admin.
  • AddedManager PIN and NFC badge tap override flows for POS sensitive actions (refunds above threshold, price overrides, discount applications, cash-drawer opens); every override logged with authorizing staff ID.
  • AddedPer-role onboarding paths: founder, ops, marketer, and finance roles receive tailored onboarding flows, not a single generic tour.
  • SecurityShared fraud signals: bad-actor signals (devices, cards, addresses) are shared across tenants in an anonymized pool β€” the moment one tenant is hit, all tenants benefit from the updated blocklist.

v1.1.0

2025-06-06
QuantumOS X3 β€” Foundations
Highlights
  • X3 data model ships: unified commerce graph linking every customer, product, order, and inventory event in one schema.
  • Edge runtime live: 100k RPS capacity, always-warm hot paths, zero serverless cold starts at checkout.
  • Zero-downtime migration tooling: additive-then-destructive online schema changes make every deploy safe.
  • AddedUnified commerce graph: a single Postgres schema links customers, products, orders, inventory events, loyalty records, and support tickets β€” competitors stitch 6+ separate systems to achieve the same.
  • AddedEdge runtime: 100k RPS edge storefront capacity; always-warm runtimes on all hot paths; zero serverless cold starts at checkout; per-endpoint SLOs with error budgets tracked from day one.
  • AddedZero-downtime migration tooling: additive-then-destructive online schema change discipline enforced in the migration runner; every deploy is safe to roll back.
  • AddedMulti-tenant control plane: tenant provisioning, plan assignment, and resource quotas managed from a single control surface; per-tenant DB isolation configurable at creation time.
  • AddedCohort analytics on raw events: funnel, retention, and LTV queries run against the raw event store with no pre-aggregation layer; cross-tenant anonymized benchmarks (conversion, AOV, returns) updated weekly.
  • AddedADA/WCAG 2.2 AA compliant hosted themes: accessibility audited at every release; URL continuity tooling generates automatic 301 plans to preserve SEO equity from any legacy platform.
  • AddedPCI DSS L1 compliance: hosted fields, PAN tokenization, and audited cardholder data scope β€” the merchant's application code never touches a raw card number.