docs: add Vercel vs native hosting feature comparison matrix#3118
Closed
jorgemoya wants to merge 2 commits into
Closed
docs: add Vercel vs native hosting feature comparison matrix#3118jorgemoya wants to merge 2 commits into
jorgemoya wants to merge 2 commits into
Conversation
Add a feature comparison matrix documenting how Catalyst Native Hosting (Commerce Hosting) compares to Vercel across platform, deployment, custom domains, caching, logs, env vars, rollbacks, storefront config, migration, and pricing. Status per row is verified against the Native Hosting Linear issues, the Beta onboarding doc, and the CLI source. Refs LTRAC-1076 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Contributor
Bundle Size ReportComparing against baseline from No bundle size changes detected. |
Refs LTRAC-1076 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
Author
|
Closing — PR opened in error; not needed for this doc. |
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.
Linear: LTRAC-1076
What/Why?
Adds a feature comparison matrix (
docs/native-hosting/vercel-vs-native-hosting.md) documenting how Catalyst Native Hosting ("Commerce Hosting") compares to Vercel — the deliverable for LTRAC-1076. It's intended to support both the SLG sales motion (CTOs evaluating hosting) and developers weighing native hosting as their deploy target.The matrix spans 10 areas: platform/architecture, deployment workflow, custom domains, caching/performance, logs/observability, env vars/secrets, rollbacks/history/previews, storefront-specific config, migration from Vercel, and pricing/limits/support.
Each row's status is verified, not assumed — cross-checked against the individual Native Hosting Linear issues (LTRAC-399, 447, 448, 478, 966, 969, 970, 975, 1019, 1029, 1093), the Beta onboarding doc, and the actual CLI source in
packages/catalyst/src/cli/commands/. Notably this corrects a few things that are easy to get wrong: routing-KV auto-config and configurable checkout URL are still in progress (not shipped), log tailing does work, and rollback/centralized env vars are explicitly Post-GA "nice to have."The doc calls out one honest gap: image optimization, ISR, WAF, analytics, and cron have no tracking issues, so those are flagged as inherited Cloudflare/OpenNext behavior to confirm rather than committed features.
An identical copy lives as a Linear document attached to the ticket.
Testing
Docs-only change. Render the markdown to confirm the tables display correctly. No code paths affected.
Migration
None — new file only.