feat: launch hosted browser execution with configured pricing#179
Draft
abrichr wants to merge 23 commits into
Draft
feat: launch hosted browser execution with configured pricing#179abrichr wants to merge 23 commits into
abrichr wants to merge 23 commits into
Conversation
…wo-buyer one-liners, scope armed-only + on-screen-effects)
Aligns live marketing copy with shipped reality (STATE_OF_THE_UNION
2026-07-14 HYBRID decision) and closes the public-honesty gaps from
review_3 / review2_6.
Pricing (honesty P0): revert the Hosted self-serve card to a
WAITLIST / preview state. The cloud runner still defaults to a mock and
the money-leak/funnel are not closed, so the card no longer advertises a
live "$500/mo · up to 10,000 runs · same day / sign up and run today"
promise. Price shown as indicative; hard 10,000-run quota dropped; the
Stripe-checkout button is replaced with a "Join the waitlist" email
capture. Enterprise/pilot concierge path is unchanged.
Two buyers, two one-liners:
- Regulated (Enterprise card) now leads with the intersection wedge:
halts before writing to the wrong record, on the Citrix and legacy
desktop systems browser agents can't reach and RPA silently gets
wrong, run inside your building.
- Non-PHI web lane (Hosted card) gets its own honest line: deterministic
replay at $0 per run, no per-step model bills, compiled not
re-reasoned, linking to the measured compiled-versus-agent comparison.
No wrong-patient safety claim applied to the web lane (not
differentiated there).
Scope the overclaims (review_3 findings 2, 3):
- Add the armed-only identity caveat to the healthcare wrong-patient
block and SafetyBand ("on armed steps ... coverage is auditable per
step and reported in every run") + a LIMITS link on healthcare.
- "effects" -> "on-screen effects" on MastHead + SafetyBand, so the
default posture is not implied to be independent effect verification
against the system of record.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01CKrVJJy5jWVCkXAqgUqtqZ
✅ Deploy Preview for cosmic-klepon-3c693c ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This was referenced Jul 16, 2026
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Why
The public site mixed historical product directions, understated the deterministic compiler, and made commercial status ambiguous. The old hosted card could continue to advertise launch after offer lookup failed, while the terms described an abandoned product. Benchmark proof also put sample mechanics, reset behavior, temporary pricing, and caveats into primary buyer copy instead of leading with the operational outcome and one clear boundary.
Launch contract
Web and Cloud must use the same live Stripe account and exact Price. Web re-verifies the offer immediately before Checkout; Cloud independently verifies the same Product, Price, webhook, and 10,000-run entitlement during production deployment and accepts onboarding only for that configured Price.
This code path is launch-capable, but production release still requires the configured live provider evidence: deploy Web and Cloud, prove a signed live webhook delivery, and complete one real-card checkout through sign-in, subscription claim, entitlement, cancellation, and refund.
Validation
npm test: 7 offer/mode contract tests passednpm run build: production Next.js 15.5.20 build passednpx cypress run --config baseUrl=http://127.0.0.1:3000: 12 positioning, evidence-boundary, maturity, offer, checkout-refusal, terms, and security tests passed