A rebuilt version of dommagnifi.co using Next.js + Bun + shadcn + oxlint/oxfmt, deployed on Vercel.
- Next.js App Router
- TypeScript (strict)
- Bun
- Tailwind CSS v4
- Velite content pipeline
- shadcn/ui baseline
- oxlint + oxfmt
bun install
bun devbun run lint
bun run format:check
bun run buildBlog content lives in content/posts/ and is sourced from legacy markdown in origin/source.
Deploy on Vercel with:
- Build command:
bun run build - Install command:
bun install - Environment variables:
NEXT_PUBLIC_POSTHOG_KEYNEXT_PUBLIC_POSTHOG_HOST(default:https://us.i.posthog.com)WEBMENTION_IO_TOKEN(optional, recommended for accurate domain-wide mention lookups)
Set custom domain in Vercel to dommagnifi.co.