This free template provides a ready-to-use starter kit for building Nuxt.js applications with essential third-party integrations. It's designed to streamline the setup process for projects that need subscription management, internationalization, authentication, and donation functionality.
No reviews yetBe the first to leave a review for Nuxt Template - Stripe, Supabase, Google
Viktor.comAn AI coworker that actually does the work
Promoted
Maker
📌
This template offers a fully-featured, ready-to-use starter kit for building Nuxt.js applications with essential third-party integrations. Designed to simplify the setup process, it’s perfect for projects that require subscription management, internationalization, authentication, and donation functionality. Best of all, it's completely free to use, allowing developers to quickly kickstart their projects without any added costs.
Report
Hey @victor_cl, this is exactly what I needed! The setup process always takes up so much time, so having a template with all these integrations is a big win for me. Quick question tho, does it support multilingual sites out of the box or would I need to add extra configurations for that?
Report
Maker
@alexanderjamesmiller Thank you for the praise! You could add your translations in i18n.config.ts and write codes like {{ $t('home') }} in .vue files. Please refer to i18n.config.ts and app.vue. I put some examples there!