- Published on
- Published
Built With
The tech stack, tools, and services that power my personal website.
General
- Next.js App Router, deployed on Vercel.
- Codex (CLI + VSCode plugin) and GitHub Copilot used for development
Content
- Content authored in MDX.
- Slugs map directly to URLs, with Frontmatter controlling metadata and publish state.
- Syntax highlighting powered by Shiki.
Styling
- Tailwind CSS for utility-first styling.
- shadcn/ui for primitives, plus a few custom layout components.
- Geist and Libre Caslon for typography.
Analytics
- Vercel Analytics and Speed Insights for traffic and performance.
- Currently experimenting with Amplitude.
Developer tools
- Bun for runtime, scripts, and package management.
- ESLint + Prettier (with the Tailwind CSS plugin) for linting and formatting.