-
Notifications
You must be signed in to change notification settings - Fork 0
Landing Site
JumpStart Wiki Bot edited this page Aug 8, 2026
·
1 revision
Directory: landing/.
Marketing site for JumpStart (downloads, FAQ, privacy, contribute). Not part of the Wails binary.
- Solid.js + Vite + GSAP
- Analytics: GA4, Microsoft Clarity,
@vercel/analytics(env-gated) - Hash routing via
router.js/pages/*
| Path | Role |
|---|---|
src/Home.jsx |
Landing composition |
src/components/Hero.jsx, Nav.jsx, Faq.jsx, … |
Sections |
src/pages/Downloads.jsx, Privacy.jsx
|
Routes |
src/analytics.js, engagement.js
|
Site analytics / scroll / CTAs |
src/downloads.js, releases.js
|
GitHub release asset helpers |
Copy landing/.env.example → .env:
VITE_GA_ID=G-XXXXXXXXXX
VITE_CLARITY_ID=xxxxxxxxxxEmpty IDs disable those collectors.
- Separate product analytics (never joined with PostHog desktop data)
- Privacy page should stay consistent with
docs/privacy.md/ in-app copy - Download links should track the GitHub Releases assets produced by CI
cd landing
npm install
npm run dev