Interactive Demo
anthony@geekslab ~zsh
❯~▋
Stack
Next.js 16
React
v19
Performance
99/100
CLI
Interactive
Role
Lead Developer & Architect
Timeline
2024 — Present
Core Tech
Next.js 16, React 19, Turborepo
# The Challenge
Modern web development is often constrained by "safe" choices. GeeksLab was born from a necessity to break things. I needed a sandbox to test high-performance architectures, experimental UI patterns (like this portfolio), and bleeding-edge libraries before deploying them to production client environments.
# The Architecture
Built on a Monorepo structure using Turborepo, allowing shared UI libraries across multiple internal tools.
- → Zero-Runtime CSSUsing Tailwind v4 for maximum performance.
- → React Server ComponentsNext.js 16 App Router with streaming and suspense.
- → Edge ComputingMiddleware logic on Vercel Edge for sub-millisecond routing.
~/geekslab
$ tree -L 2
├── apps/ │ ├── main-hub/ # Main portfolio │ ├── lab/ # R&D experiments │ └── nexastore/ # E-commerce demo ├── packages/ │ ├── ui/ # Shared components │ ├── config/ # ESLint, TS configs │ └── types/ # Shared types └── turbo.json # Pipeline config
$ npm run build
✓ Compiled in 2.3s
✓ 5 packages built successfully
99
Lighthouse Score
<50ms
TTI
cd ../next_project
NexaStore Engine →