The source code for my personal web development portfolio. Designed with a strict black-and-white brutalist aesthetic, focusing on stark contrasts, sharp edges, aggressive typography, and high performance.
Live Site: [samybit-github-io.vercel.app]
- Framework: Next.js (App Router)
- Language: TypeScript
- Styling: Tailwind CSS v4
- 3D & WebGL: React Three Fiber, Drei, & Spline
- Animations: Framer Motion
- Icons: Lucide React
- Email Service: Resend (via Next.js Server Actions)
- Strict Brutalism & Theming: Pure CSS variables, zero border-radius, heavy drop-shadows, and a custom 3-way theme engine (Light, Hardware Invert, Ember).
- Optimized 3D Integration: Interactive WebGL elements and Spline scenes with viewport-triggered rendering (0% GPU usage when scrolled out of view).
- Magnetic Scroll Physics: Zero-JS, native CSS Scroll Snapping (
100dvh) for perfectly aligned, full-screen section transitions. - Serverless Contact Form: Uses Next.js Server Actions and the Resend API to handle form submissions directly.
git clone https://github.com/samybit/portfolio
cd portfolionpm installCreate a .env.local file in the root directory and add your Resend API key:
RESEND_API_KEY=re_your_api_key_herenpm run devOpen http://localhost:3000 in your browser.
MIT