docs(plan): add Phase 32 — Cloud SaaS launch roadmap - #59
Merged
Conversation
New section before the Temporal footnote capturing the gap analysis between today's self-hosted posture and a multi-tenant cloud SaaS: - Tier 1 blockers: multi-tenancy (org_id everywhere), WorkOS AuthKit for human auth, Fly Machines for container isolation, Stripe billing, per-org quotas, managed Postgres/Redis (Neon/Upstash), KMS-backed secrets, migrations out of app boot - Tier 1 follow-ups: Sentry + Grafana, per-org rate limiting, Cloudflare, onboarding flow, transactional email, admin panel, ToS/DPA - Tier 2 tech-stack upgrades (non-blocking): pgx/v5 + sqlc, River for platform async (NOT Temporal — that stays in workspace-template as an agent tool), TanStack Query, Turbopack, uv for Python, Python MCP client, shadcn/ui CLI - Tier 3 explicitly NOT doing: Kubernetes, ORMs, framework swaps, build-auth-yourself, canvas library swaps — with reasons - Tier 4 compliance (post-revenue): SOC 2, status page, staging, canary deploys, load testing - Success criteria: sign-up-to-first-message < 5 min, tenant isolation red-teamed, Fly Machines cost documented, Stripe end-to-end, first paying design partner Derived from a tech-stack audit run against the 2026 best-in-class landscape (pgx won Postgres, River eats Temporal's small-company slot, WorkOS beats Clerk for per-org SSO, Fly Machines is the only isolation option without an SRE). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This was referenced Apr 15, 2026
molecule-ai Bot
pushed a commit
that referenced
this pull request
Apr 21, 2026
New section before the Temporal footnote capturing the gap analysis between today's self-hosted posture and a multi-tenant cloud SaaS: - Tier 1 blockers: multi-tenancy (org_id everywhere), WorkOS AuthKit for human auth, Fly Machines for container isolation, Stripe billing, per-org quotas, managed Postgres/Redis (Neon/Upstash), KMS-backed secrets, migrations out of app boot - Tier 1 follow-ups: Sentry + Grafana, per-org rate limiting, Cloudflare, onboarding flow, transactional email, admin panel, ToS/DPA - Tier 2 tech-stack upgrades (non-blocking): pgx/v5 + sqlc, River for platform async (NOT Temporal — that stays in workspace-template as an agent tool), TanStack Query, Turbopack, uv for Python, Python MCP client, shadcn/ui CLI - Tier 3 explicitly NOT doing: Kubernetes, ORMs, framework swaps, build-auth-yourself, canvas library swaps — with reasons - Tier 4 compliance (post-revenue): SOC 2, status page, staging, canary deploys, load testing - Success criteria: sign-up-to-first-message < 5 min, tenant isolation red-teamed, Fly Machines cost documented, Stripe end-to-end, first paying design partner Derived from a tech-stack audit run against the 2026 best-in-class landscape (pgx won Postgres, River eats Temporal's small-company slot, WorkOS beats Clerk for per-org SSO, Fly Machines is the only isolation option without an SRE). Co-authored-by: Hongming Wang <hongmingwang.rabbit@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Adds a structured gap-analysis for turning Molecule AI into a multi-tenant cloud SaaS.
What's in it
Four tiers under a new Phase 32 section:
Docs-only. No code change.
🤖 Generated with Claude Code