Personal portfolio of Tsotne Nazarashvili — senior software engineer specializing in video streaming and AI agents.
Live: https://thecotne.github.io
- TanStack Start (React 19) with static prerendering (SSG)
- Vite · TypeScript · Tailwind CSS
- Deployed to GitHub Pages via GitHub Actions (
.github/workflows/deploy.yml)
npm install
npm run dev # http://localhost:3000npm run build # static output in dist/clientEvery push to master triggers the Actions workflow, which builds and deploys to GitHub Pages.