feat(managed-cloud): SaaS signup, billing, and onboarding#35
Draft
jack-arturo wants to merge 3 commits into
Draft
feat(managed-cloud): SaaS signup, billing, and onboarding#35jack-arturo wants to merge 3 commits into
jack-arturo wants to merge 3 commits into
Conversation
Managed Cloud launch stack built by Codex: - D1 tables for accounts, onboarding, enrichment, webhooks, funnel events - API v1 endpoints: signup, status, subscribe, customer-portal, webhooks, onboarding chat, enrichment, preseed, verification-resend, tracking - Stripe integration (checkout, portal, webhook handlers) - Instapods pod provisioning with webhook callbacks - React onboarding component with interview state machine - New pages: /start, /subscribe, /dashboard, /onboarding, /waitlist - Homepage and nav updated with Managed Cloud CTAs - Managed Cloud getting-started docs page
The explicit `session: undefined` for production builds was preventing the @astrojs/cloudflare adapter from auto-configuring KV sessions. This caused passkey login to fail because the session couldn't be created after successful WebAuthn verification. Use object spread to only set the filesystem session driver in dev, leaving the key absent (not undefined) for production builds so the adapter's KV auto-config takes effect.
# Conflicts: # scripts/bundle-worker.mjs
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.
Summary
Managed Cloud launch stack (from Codex session), cleanly separated from the emdash CMS auth work already on main.
Test plan
npm run buildpasses (65 HTML pages, SSR routes generated)npm testpasses (6/6 tests: signup idempotency, onboarding state, billing webhooks, homepage CTA, start page, dashboard controls)/_emdash/admin,/_emdash/.well-known/auth)