Personal site of Arun Setty Kodavali. Live at arunsetty.github.io.
Storyteller, tinkerer, thinker, engineer. Co-founder & CTO at Ur AI. Daily essays at Ephemeral Thoughts.
Astro 5 · React · MDX content collections · Tailwind v4 · Fontsource (Fraunces, Newsreader, Inter, JetBrains Mono) · Satori + resvg for build-time OG cards · deployed to GitHub Pages from production.
bun install
bun run dev # http://localhost:4321
bun run build # static output in dist/
bun run preview # serve dist/ for a final checksrc/pages/— routes (Astro + MDX)src/content/{thoughts,projects,log}/— content collectionssrc/layouts/BaseLayout.astro— shell, meta, JSON-LDsrc/og/— Satori card template + Fraunces TTFssrc/pages/og/[...slug].png.ts— per-page OG image generatorsrc/pages/rss.xml.ts— RSS feed for thoughtspublic/— favicon, resume, robots.txt
Originally forked from Brittany Chiang's bchiang7/bchiang7.github.io in an earlier life. Rewritten on Astro; nothing of the original template remains.