sayeed.net

TAG

#nextjs

2 posts

5 min read

The Complex Architecture Behind my Simple Looking Website

This website looks like three pages and a blog. Underneath it's a static site generator, a content pipeline, theme system, audio player, and SEO infrastructure. Here's the anatomy.

#web-development#architecture#nextjs#static-site
2 min read

Dark Mode Without the Flash

How to implement a flicker-free dark/light theme toggle in Next.js using a blocking inline script.

#css#nextjs#ux