Nuxt 3 Starter

Dark mode works out of the box...

Try it out

...as well as Nuxt UI

Any component with the 'U' prefix is part of Nuxt UI. Check out the documentation for more information. documentation

VueUse for Vue utilities

Useful for things like getting the mouse position and many more things Seriously, this provides a lot of utilities. Here's a demo:
x: 0
y: 0

i18n for internationalization

This sentence is provided by i18n. You can only see the key in the code. Remember that the locale is set to German, this text is only a demonstration and not representative of the current locale. Also, it would be good if you used nested keys as they make it easier to read the locale files.

Nuxt Fonts for, well, fonts

With Nuxt fonts you can just use font names without worrying about importing them. They will be auto imported from google fonts or another provider and then (crucially) served by the server itself. Users will not make requests to the providers, which means it is GDPR compliant.

SEO covered by Nuxt SEO

A lot of technical seo is automatically covered by this module (robots.txt, sitemap.xml, etc.).