Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A developer portfolio built with Next.js, Tailwind CSS, and SSG — fast, responsive, and deployable on Vercel or GitHub Pages.
sohez.github.io is a developer portfolio template built with Next.js, Tailwind CSS, and Static Site Generation (SSG), offering a fast, responsive personal website for showcasing projects and skills.
sohez.github.io is a personal portfolio website template bootstrapped with create-next-app. It takes your project list and skill descriptions as content and outputs a static, SEO-friendly site through Next.js's Static Site Generation. The template runs on the Next.js App Router, with the main entry point at app/page.tsx, and uses Tailwind CSS for utility-based styling. It is hosted as a GitHub Pages repository (github.io) and maintained by a developer using the handle "sohez".
The project follows the standard Next.js workflow: install dependencies with npm install, run npm run dev to launch a local server at localhost:3000, then edit app/page.tsx to change the page content. For production, run npm run build to generate a static export, then deploy the output to Vercel, GitHub Pages, or any static host using the Next.js deployment documentation.
Yes, this is a public GitHub repository under the sohez.github.io name, so the source code is openly available for anyone to clone, modify, and deploy for personal or commercial use.
It uses Next.js as the React framework, Tailwind CSS for styling, and Static Site Generation for pre-rendering pages. The font is Geist from Vercel, loaded through the next/font module.
Open app/page.tsx in any code editor and replace the JSX content with your own projects, descriptions, and links. Because of hot reloading, changes appear immediately in your browser while the dev server is running.
Although the README highlights Vercel for deployment, the site's .github.io naming suggests GitHub Pages compatibility. Follow the Next.js static HTML export or GitHub Pages deployment guides to host it on GitHub's free static hosting.