My Next.js App Setup Checklist (2025 Edition)
11 min readMy personal checklist that gets me from create-next-app to a fully configured development environment.
My personal checklist that gets me from create-next-app to a fully configured development environment.
Reducing p99 latency and infrastructure costs by migrating a recipe application from SSR to ISG with on-demand revalidation
A workaround for preserving cookies when using Fastify as a custom server for Next.js, ensuring cookies are not lost during SSR.
Automate TypeScript type generation from JSON data fetched from a CMS with a custom solution when existing libraries don’t work.
Set up a dark/light theme toggle in a NextJS app with Emotion that respects user preferences
Configuring Emotion with Next.js for SSR, ensuring global CSS like background or font colors render server-side to avoid unstyled pages.
Adding syntax highlighting to an MDX blog using Prism, Next.js, and TypeScript — fast, minimal, and clean.