Jet Pham's Personal Website https://jetpham.com
Find a file
2026-03-28 20:02:45 -07:00
api feat: configure performance for the rust porttion 2026-03-26 18:37:16 -07:00
public fix: extensive ui improvements 2026-03-26 17:06:31 -07:00
secrets feat: update to match stalwart, and add onion 2026-03-21 00:41:22 -07:00
src feat: change capitilizations and nav layout 2026-03-28 20:02:45 -07:00
.envrc init 2025-11-18 00:40:48 -08:00
.gitignore fix: update hashes 2026-03-18 17:18:05 -07:00
check_cleanup.txt feat: remove server and update deps to static 2026-02-18 19:08:33 -08:00
eslint.config.js feat: use webgl shaders instead of wasm 2026-03-28 18:53:11 -07:00
flake.lock fix: tor binding 2026-03-26 20:23:18 -07:00
flake.nix fix: recalculate hash 2026-03-26 21:47:08 -07:00
index.html feat: change capitilizations and nav layout 2026-03-28 20:02:45 -07:00
module.nix fix: tor binding 2026-03-26 20:23:18 -07:00
package-lock.json feat: use webgl shaders instead of wasm 2026-03-28 18:53:11 -07:00
package.json feat: use webgl shaders instead of wasm 2026-03-28 18:53:11 -07:00
prettier.config.js init 2025-11-18 00:40:48 -08:00
README.md feat: use webgl shaders instead of wasm 2026-03-28 18:53:11 -07:00
secrets.nix feat: add tor service and style 2026-03-18 17:04:48 -07:00
tor.har fix: tor binding 2026-03-26 20:23:18 -07:00
tsconfig.json feat: use webgl shaders instead of wasm 2026-03-28 18:53:11 -07:00
vite-plugin-ansi.ts feat: use webgl shaders instead of wasm 2026-03-28 18:53:11 -07:00
vite.config.ts feat: use webgl shaders instead of wasm 2026-03-28 18:53:11 -07:00

jetpham.com

Personal site for Jet Pham.

The site is a small Vite app with a terminal-style UI, ANSI-rendered text, and a WebGL2 Conway's Game of Life background.

Features

  • ASCII/ANSI-inspired visual style with the IBM VGA font
  • Conway's Game of Life running in the background via WebGL2
  • Q+A page backed by the site API
  • Single-file oriented frontend build with Vite
  • Fullscreen GPU blur/composite for the frosted panel effect

Stack

  • Vite
  • TypeScript
  • Tailwind CSS v4
  • WebGL2
  • npm

Development

Prerequisites

  • Node.js + npm

Install

npm install

Start the dev server

npm run dev

Check the app

npm run check

Build for production

npm run build

Structure

src/        frontend app

Notes

  • The homepage and Q+A page are the intended public pages.
  • The background renderer targets WebGL2 and falls back to the site shell background if WebGL2 is unavailable.