Personal portfolio and writing site built with Next.js App Router, TypeScript, MDX, and Tailwind CSS.
- Next.js 16
- React 19
- TypeScript
- Tailwind CSS v4 alpha
- MDX via
next-mdx-remote @paper-design/shaders-reactfor the animated background
pnpm devOpen http://localhost:3000.
pnpm build
pnpm start- Blog posts live in
app/writing/posts/*.mdx - Blog images live in
public/img/blog/ - Blog videos live in
public/video/blog/
Create .env.local with:
NEXT_PUBLIC_BASE_URL=https://www.chambaz.techIf unset locally, the app falls back to https://www.chambaz.tech for metadata, sitemap, and RSS generation.