Need a lightweight, self-hosted service to generate trackable QR codes without dealing with third-party SaaS limits? I built QrStamp—a minimalist, high-performance web application powered by Go, SQLite, and vanilla web tech.

Why Go & SQLite?

Go (net/http): Delivers blazing-fast server execution and concurrency for handling redirects and stats tracking effortlessly.

SQLite (modernc.org/sqlite): Provides zero-config, embedded data storage so the entire app runs as a single portable file.

QR Generation: Uses github.com/skip2/go-qrcode to encode PNG assets on the fly.