$ cat stack.json
Uses
The stack and pipeline behind this site.
Stack
- Framework
- Astro 5 + React
- Styling
- Tailwind CSS v4
- Content
- MDX + Astro content collections
- Hosting
- Vercel
- DNS
- Vercel (registrar: Namecheap)
- CI/CD
- GitHub Actions + Vercel CLI
- Analytics
- Vercel Web Analytics
- Domain
- kuan-teliu.com
Deploy pipeline
- 01 → git pushPush to main on GitHub
- 02 ⚙ actions ciGitHub Actions: install, typecheck, build
- 03 🔧 vercel buildvercel build --prod (with env from project)
- 04 📦 vercel deployvercel deploy --prebuilt --prod to Vercel's edge
- 05 ✓ livekuan-teliu.com serves the new build
Live status
The badge in the footer reads VERCEL_GIT_COMMIT_SHA
and VERCEL_GIT_COMMIT_REF from the build environment,
so it always shows the version of the site you're currently looking at.