Skip to main content

#nextjs

3 articles

Uncategorized·2026-02-20

i18n in a Static Next.js Blog: Client-Side Toggle vs URL-Based Routing

A deep dive into the trade-offs between client-side language switching and proper URL-based locale routing for a statically exported Next.js digital garden.

Engineering·2026-02-12

System Architecture 101

Building a robust digital garden requires a flexible architecture. Amytis uses a blend of static generation and dynamic client-side enhancements. The Stack - Ne...