A SaaS boilerplate built on Nextjs, NextAuth & Tailwind.
.env file..env.example file and find the variables needed..env.local, copy variables from .env.example, and update your credentials..env.example file.npm install to install required dependencies.npm run dev to start the server on localhost.package.json file for the NextAuth dependency./pages/api/auth/[...nextauth].js..env file for OpenAI and Pinecone./pages/dashboard.js and /components/aiComponent/..env.local./pages/api/auth/[...nextauth].js./lib/mailService.js./prisma/schema.prisma file to add database tables./components/landingPage./config/pricing.js./lib/stripe-checkout.js./lib/lemonSqueezy.js./pages/api/payments/stripe_webhook.js and /pages/api/payments/lemon-squeezy-webhook.js.config/crispSupport.js.config/googleAnalytics.js.components/additional/seo.js./pages/blog/ folder.theme.config.js./components/elements/, including button.js, card.js, customDialog.js, customLink.js, pricingCard.js, productHunt.js, sprinkle.js (for a unique icon), and video.js (for integration videos).