Personal portfolio and professional landing page for Dirga Halim Susilo – AI-Native Full-Stack Developer and Tech Entrepreneur based in Medan, Indonesia.
This portfolio showcases four live digital products, six technical projects spanning AI/ML and full-stack engineering, professional certifications, and career experience. The design follows a minimalist Samurai aesthetic with a dark color palette and sharp typography.
Live: 8shagrid.github.io
| Category | Stack |
|---|---|
| Framework | Next.js 16 (App Router) |
| Language | TypeScript |
| Styling | Tailwind CSS 4 |
| Animation | Framer Motion |
| Icons | Lucide React |
| Typography | Playfair Display, Noto Serif JP, DM Sans |
| Hosting | Vercel (primary), GitHub Pages (mirror) |
src/
app/ # Next.js App Router pages and layout
components/ # Reusable UI components (11 components)
lib/ # Shared utilities and content data
public/ # Static assets, CV PDF, screenshots
.github/ # GitHub Actions deployment workflow
npm install
npm run dev
The development server starts at http://localhost:3000.
npm run build
Outputs static files to the out/ directory.
All portfolio content is centralized in src/lib/data.ts. Edit this single file to update:
This project is optimized for Vercel, the native hosting platform for Next.js.
https://vercel.com/importThe vercel.json at the project root contains the framework preset.
A static export workflow is maintained in .github/workflows/deploy.yml as a fallback. To enable:
output: "export" in next.config.tsmainMIT (c) 2026 Dirga Halim Susilo
Check out our Next.js deployment documentation for more details.