Every developer has a "starter project." Some keep a GitHub template. Some duplicate their previous SaaS project. Some run create-next-app and spend the next two hours installing the same dependencies, configuring the same tools, and recreating the same folder structure.

I was in the second group. Every new project started the same way.

bun create next-app

Enter fullscreen mode

Exit fullscreen mode