Founder Funnel is a MIT Nuxt 4 template optimised for creating high-converting funnels for your product, whatever that might be.
The Nuxt 3 SaaS Starter Template is currently under active development and is not yet production-ready. It offers various features such as Nuxt 3 for server-side rendering and file-based routing, Vite for instant hot module reloading, Tailwind CSS for styling, Nuxthq/ui for elegant Nuxt 3 components/icons, and more. It also includes features like state management via Pinia, Vercel for easy hosting, Sentry/Vue for error and performance monitoring, and Stripe Billing for payments. The template is SEO optimized, includes data validation and application security enhancements, and supports light/dark mode and PWA with offline support.
To install the Nuxt 3 SaaS Starter Template, follow these steps:
Clone the repository:
git clone [repository-url]
Navigate to the project directory:
cd nuxt-3-saas-starter
Install dependencies:
npm install
Configure the necessary environment variables for Stripe and Supabase.
Start the development server:
npm run dev
Visit http://localhost:3000 in your browser to view the application.
The Nuxt 3 SaaS Starter Template is a work-in-progress template for building SaaS applications using Nuxt 3, Vite, Tailwind CSS, and other useful modules. It offers a range of features such as server-side rendering, instant hot module reloading, elegant components/icons, payment integration, application security enhancements, and more. However, it is important to note that the template is currently under active development and not recommended for production use.