Nuxt Template - Stripe, Supabase, Google
p/nuxt-template-stripe-supabase-google
Free Nuxt Template with Stripe, Supabase, Google Auth, i18n!
Victor Cheng

Nuxt Template - Stripe, Supabase, Google — Free Nuxt Template with Stripe, Supabase, Google Auth, i18n!

3
This template provides a 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, internationalization, authentication, and donation functionality.

Add a comment

Replies
Best
Victor Cheng
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.
Alexander James Miller
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?
Victor Cheng
@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!