jordanbee.cloud
LiveSignature capability
The homepage is served as a single self-contained HTML document from a root +server.ts, bypassing the layout and client router entirely so the artifact ships byte-identical to what was designed.
What it is
A SvelteKit site deployed with adapter-node behind nginx on Hostinger. The homepage is a full-screen CV reel; /dashboard, /strategies, /blog and the API routes remain as deeper reading. Rebuilt in August 2026 for an employer audience.
Highlights
- Scroll-snap CV reel with AI-generated background loops, crossfaded frame-exactly in ffmpeg so each clip loops without a visible cut.
- A fake cursor runs an idle-triggered tour that advances the page, cancels on any real input, and parks on the video panel rather than scrolling out from under a viewer.
- Progressive enhancement throughout: content is visible by default and only opts into reveal animations once IntersectionObserver is confirmed present.
- Live equity curve computed from real exchange fills, with server-side caching and stale-fallback resilience, on the dashboard route.
- Rate-limited API endpoints with a dedicated rate-limit guard and typed exchange-data transforms.
Tech · SvelteKit 2 / Svelte 5 (primary) and Next.js 16 / React 19 (rebuild), TypeScript, Tailwind CSS 4, GSAP, Three.js, lightweight-charts, Supabase, Hyperliquid REST API, Vercel, Vitest + Playwright.