Personal site of Anton Kundenko - systems engineer, vector databases.
Built with Astro, MDX, and Tailwind. Deployed to GitHub Pages.
npm install
npm run dev # http://localhost:4321
npm run build # static output to ./dist
npm run preview # serve ./dist locallyPosts live in src/content/writing/*.mdx with frontmatter:
---
title: On SIMD allocators
summary: One-line summary that shows up in indexes and OG cards.
publishedAt: 2026-04-15
tags: [simd, allocators]
draft: false
---Set draft: true to hide a post from production builds (still visible in astro dev).