Hey, I'm Tyler Lindow
Software Developer · Builder · Creator
I build things for the web and love sharing what I learn along the way. This repo powers my GitHub profile and contains the source code for my personal website.
Personal Website
The site/ directory contains a full Next.js application — my personal website with sections for portfolio, speaking, mentoring, content, and more.
Quick Start
cd site
npm install
npm run devOpen http://localhost:3000 to see the site.
Build for Production
cd site
npm run build
npm startTech Stack
- Next.js 16 (App Router) + React 19
- TypeScript
- Tailwind CSS 4
- lucide-react icons