Embedded
Drop-in widget for multi-vendor SaaS partners
best for
Quantum platforms, dev tools, algorithm SDKs
- <QlroRecommend /> React component or iframe
- Origin allowlist + key rotation + webhook
- Co-branded footer (immovable)
- 5-minute integration
Your customers ask "why this device?". You hand them a third-party verified answer — rendered server-side, signed, immovably co-branded.
↑ live widget. Without a partner key it shows the auth gate — the integrator sets it via partner_key=….
Pick your tier
Embedded for SaaS that want the recommendation in their UI. Audit for procurement-bound customers. Marketplace for inbound leads with zero integration.
Drop-in widget for multi-vendor SaaS partners
best for
Quantum platforms, dev tools, algorithm SDKs
Ed25519-signed PDFs for procurement + audit
best for
Consultancies, advisors, regulated R&D
Lead-routing from qlro.io to your platform
best for
Partners that want inbound, no integration
5 minutes
No infra change on your side. The widget is hosted on qlro.io and renders inside your product as an iframe — your customer never leaves your UI.
One-click signing on the partner portal. Until non-NULL the embed endpoint refuses to render — Independence is a structural gate, not a promise.
Generate a public-distributable key locked to your origin allowlist. Drop the key into NEXT_PUBLIC_QLRO_KEY (or equivalent).
<QlroRecommend partnerKey workload /> — or one iframe tag. React, Remix, Vite, Vue, and plain HTML examples are shipped.
import { QlroRecommend } from "@qlro/embed/react";
export function YourFeature() {
return (
<QlroRecommend
partnerKey={process.env.NEXT_PUBLIC_QLRO_KEY!}
workload={{ template: "chemistry.lih_ground_state" }}
theme="auto"
lang="en"
onRecommendation={(rec) => {
// hand off to your own analytics / lead-routing
}}
/>
);
}Audit anatomy
An 8-section, Ed25519-signed PDF — designed to be read in isolation by a regulator who has never met you. Verifiable offline with one CLI command.
Workload, customer, partner, snapshot DOI, content hash.
Signed clause + partner attestation timestamp.
Circuit, qubits, depth, priorities, constraints.
Every device considered. Excluded rows carry reason codes.
3-axis decomposition + Pareto plot embedded.
Sample size, Fisher-z band, calibration freshness.
pip install + 5-line Python + curl. Frozen snapshot DOI.
BibTeX (customer-anchored) + signed audit log.
Verification
Every audit PDF is signed with an Ed25519 keypair Qlro holds. The verifier needs only the PDF and our public key — no account, no API call, works air-gapped.
$ pip install qlro $ qlro verify report.pdf PASS: report.pdf Signature: 59dbe21566351faa…7a584eab361bf60b Public key: https://qlro.io/.well-known/qlro-signing-pubkey.pem
Per-recommendation pricing is finalised after the first three pilot partners are live. Independence is binding from day one. We bring your auditor into the conversation early when that helps.