Fuck yeah, Nuxt makes perfect sense for your use case! Since you’re planning Vue integration later, this gives you a smooth migration path from static to dynamic. Here’s how your current setup would look in Nuxt:
// nuxt.config.ts
export default defineNuxtConfig({
devtools: { enabled: true },
// Generate static files