You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# ── Install dependencies ──────────────────────────────────────────────────
bun install
# ── Development server (Rsbuild HMR + Rspack) ─────────────────────────────
bun dev # → http://localhost:3000# ── Production build ──────────────────────────────────────────────────────
bun run build # prebuild (pdf worker copy) + rsbuild build# Output: ./dist/# ── Preview production build locally ──────────────────────────────────────
bun run preview # → http://localhost:4173# ── Linting ───────────────────────────────────────────────────────────────
bun run lint # ESLint flat config (v9)# ── Formatting ────────────────────────────────────────────────────────────
bun run format # Prettier — formats all files in place# ── Cloudflare Worker ─────────────────────────────────────────────────────cd cloudflare-worker
wrangler deploy # Deploy contact edge function
wrangler secret put RESEND_API_KEY # Set Resend API key
wrangler secret put TURNSTILE_SECRET_KEY # Set Turnstile server-side secret
wrangler tail # Stream live worker logs
Technologies
Core
Package
Version
Purpose
react
19.2.4
UI framework — concurrent mode
react-dom
19.2.4
DOM renderer
typescript
6.0.2
Static typing, strict mode
@rsbuild/core
1.3.x
Build orchestrator (Rspack)
@rsbuild/plugin-react
1.3.x
React / JSX transform
unocss
66.x
Atomic CSS engine
@unocss/preset-wind
66.x
Tailwind-compatible utility preset
@unocss/postcss
66.x
PostCSS integration
@unocss/reset
66.x
Tailwind v4 reset styles
UI & Animation
Package
Version
Purpose
gsap
3.14.x
Animations — scroll reveals, parallax, magnetic hover
@gsap/react
2.1.x
React integration for GSAP
lenis
1.3.21
Smooth inertia scroll (side-effect init)
three
0.183.x
3D WebGL rendering
@react-three/fiber
9.5.x
React renderer for Three.js
@react-three/drei
10.7.x
Three.js helpers (Points, Materials…)
lucide-react
1.7.0
Outline icon set
react-icons
5.6.x
Brand icons (GitHub, LinkedIn…)
simple-icons
16.14.x
Tech stack SVG logos
Internationalisation & Content
Package
Version
Purpose
i18next
26.x
i18n framework
react-i18next
17.x
React hooks (useTranslation)
i18next-browser-languagedetector
8.2.1
Auto-detect browser language
pdfjs-dist
5.6.x
PDF rendering (web worker)
react-pdf
10.4.x
React PDF viewer component
Forms & Security
Package
Version
Purpose
@marsidev/react-turnstile
1.5.x
Cloudflare Turnstile CAPTCHA widget
class-variance-authority
0.7.x
Component variant system
clsx
2.1.x
Conditional class name helper
tailwind-merge
3.5.0
Safely merge UnoCSS/Tailwind classes
Dev Tooling
Tool
Purpose
eslint 9.x (flat config)
Linting
prettier 3.x
Code formatting
@types/react 19.x
React TypeScript types
@types/three
Three.js TypeScript types
Cloudflare Deployment
Pages — Frontend
The site is deployed on Cloudflare Pages via Git integration.