Marketing / documentation site for pg_orca, built with Next.js 15 and deployed on Vercel.
pnpm install
pnpm dev # http://localhost:3000pnpm build
pnpm start- Push to GitHub.
- Import the repo at https://vercel.com/new.
- Framework auto-detected as Next.js. No env vars required.
- (Optional) Set a custom domain; update
site.urlinlib/site.tsfor accurate OG / sitemap URLs.
- Benchmark numbers —
lib/benchmarks.ts. Replace the hardcodedBenchmarkRow[]with rows derived from CSV once available. - Hero rotating highlights —
components/sections/hero.tsx(highlightsarray). - Features / Why / FAQ copy — inline in each
components/sections/*.tsxfile. - Theme colors / fonts —
tailwind.config.ts(brand,accent,inkpalettes). - Global metadata —
lib/site.tsandapp/layout.tsx.
- Next.js 15 (App Router)
- TypeScript, React 19
- Tailwind CSS v3
- next-themes (dark mode)
- framer-motion (hero animation only)
- shiki (code highlighting)
- lucide-react (icons)