← Back
Notes
Short technical notes on React, Next.js, and building web products. No scheduling, no pressure, just things worth writing down.
- Adding i18n and dark mode to an already-shipped Next.js appRetrofitting next-intl and a theme toggle onto a site that was already live, without a rewrite.→Next.jsnext-intli18ndark modeTailwind
- Building a multi-tenant Next.js app with one codebaseHow I structured a reusable wedding-website boilerplate that deploys independently per client with zero code duplication.→Next.jsSanitymulti-tenantarchitecture