Personal developer homepage built with Next.js. This site reflects my workflow, projects, and interests in systems programming, AI, and fullstack development
- Next.js (App Router)
- TypeScript
- Tailwind CSS
- Vercel (deployment)
- Terminal-style interface
- Auto-fetched GitHub repositories
- Clean stack overview
- GitHub stats integration
- Contribution activity visualization
git clone https://github.com/youngcoder45/youngcoder45.github.io.git
cd youngcoder45.github.io
npm install or pnpm install
npm run dev
Open http://localhost:3000 in your browser.
npm run build
npm start
Deployed on Vercel. Push to main branch to trigger deployment.
- app/ → main pages (App Router) (Needs to be specified on vercel if not detected automatically)
- public/ → static assets
- styles/ → global styles
- Build a minimal and performant developer homepage
- Showcase projects and system-level work
- Maintain clean and readable codebase
This project is open-source and available under the MIT License.