Marketing site for Noisitron, a Linux soundboard for Discord. Built with Next.js (App Router) + TypeScript + Tailwind CSS v4, deployed on Vercel at noisitron.com.
src/app: routes,/(marketing home) and/download(per-distro install guide)src/components: page sections, header/footer, download-page piecessrc/lib/site.ts: site/author constantssrc/lib/distros.ts: install instructions per distro (single source of truth for the download page and OS detection)src/lib/github.ts: fetches live star count / latest release tag from the GitHub API (revalidated hourly)
npm install
npm run devPush to the connected Git repo. Vercel builds and deploys automatically, no extra configuration needed.