Marketing Site — Code Map
Top-level
apps/marketing/astro.config.mjs— Astro config:serveroutput, dual-adapter (Vercel / Node).apps/marketing/package.json— Astro 5 + minimal deps.apps/marketing/vercel.json— Vercel routing overrides.apps/marketing/railway.toml— Railway deploy descriptor.
Pages
apps/marketing/src/pages/index.astro— Hebrew root.apps/marketing/src/pages/en/— English route subtree.apps/marketing/src/pages/ru/— Russian route subtree.apps/marketing/src/pages/waitlist.astro— waitlist form.apps/marketing/src/pages/{privacy-policy,terms-of-use,cookie-policy,acceptable-use,fitness-waiver,accessibility-statement}.astro— legal pages.
Components
apps/marketing/src/components/LandingPage.astro— landing-page composer.apps/marketing/src/components/— section components (hero, pricing, FAQ, etc.).
Layouts
apps/marketing/src/layouts/LandingLayout.astro— landing shell.
i18n
apps/marketing/src/i18n/— per-locale string maps.
Styles & animations
apps/marketing/src/styles/— global CSS.apps/marketing/src/animations/— CSS keyframes and scroll-trigger utilities.
Deployment helpers
apps/marketing/scripts/— CI deploy helpers.