Skip to content
Open Source

Open Source

A few packages and tools I've built and open sourced, mostly to run this site and my homelab.

Shared packages

This blog and the rest of the vdaluz.com family of sites share the same Astro component libraries, published as versioned GitHub releases instead of duplicating the same code across every repo.

astro-blog

Blog listing, pagination, related-post scoring, tag filters, RSS, and Shiki syntax highlighting - the machinery this blog runs on, shared with the rest of the vdaluz.com family of sites.

astro-affiliate

Resolves affiliate links against a catalog and enforces FTC disclosure at build time, so a post that names a product without declaring its affiliate program fails the build instead of shipping wrong.

astro-og-cards

Generates the social-share image for every post at build time - no headless browser, no runtime cost - using Satori and Sharp.

astro-opt-in-analytics

Consent-first analytics: the tracking script does not exist on the page until a visitor explicitly opts in.

Other repos

claude-skills

Shareable Claude Code skills - reusable agent workflows built for this portfolio.

homelab-tools

Scripts and tools for managing and automating a self-hosted homelab.

programming-problems

Solutions to programming problems and interview questions, worked through for practice.