Skip to content

Add TanStack Start landing page#12

Merged
PerfectPan merged 1 commit into
mainfrom
feat/landing-page
May 4, 2026
Merged

Add TanStack Start landing page#12
PerfectPan merged 1 commit into
mainfrom
feat/landing-page

Conversation

@PerfectPan
Copy link
Copy Markdown
Owner

Summary

  • Add a TanStack Start landing page under site/ with ocvm install flow, feature overview, docs links, and custom SVG mark.
  • Add site-local Vercel configuration and documentation for preview deployment.
  • Exclude site/** from the Rust crate package so publishing the CLI stays small.

Preview

Validation

  • docker run --rm -u "$(id -u):$(id -g)" -e npm_config_cache=/tmp/npm-cache -v "$PWD":/work -w /work/site node:22-bookworm sh -lc "npm ci && npm run build"
  • cargo fmt --check
  • cargo clippy --all-targets -- -D warnings
  • cargo test
  • cargo build --release
  • cargo package --allow-dirty --offline -> 28 files, 29.1KiB compressed
  • Playwright visual QA screenshots at 1440x1100 and 390x844
  • publish-safety scan with generated lockfile/build artifact exclusions

Closes #10

@PerfectPan PerfectPan merged commit a8ec8b0 into main May 4, 2026
2 checks passed
@PerfectPan PerfectPan deleted the feat/landing-page branch May 4, 2026 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Build landing page with TanStack Start and deploy to Vercel

1 participant