📄️ Analytics
SupaLaunch comes with Vercel Analytics included by default. You can find the code in @/app/layout.tsx.
📄️ Authentication with Google
Before you start, make sure you have created Terms of Service and Privacy Policy pages. You will need to add these links when you set up Google Auth.
📄️ Authentication
In SupaLaunch, we use SupaBase authentication. The routes for login and signup are located in /src/app/auth folder.
📄️ Blog
SupaLaunch comes with a blog feature out of the box. You can see the demo here.
📄️ Database
The example of how we use Supabase DB in SupaLaunch is located in src/lib/db/server-side/cards.ts.
📄️ File Storage
Supabase storage is the alternative to AWS S3 or Google Cloud Storage. It allows you to store files in the cloud. In SupaLaunch, we use Supabase storage. We show you how to use it in your NextJS app.
📄️ Landing Page
The landing page is the first page your users see when they visit your website. It's the most important page of your website. It should explain what your product is about and why your users should use it.
📄️ OpenAI API
In SupaLaunch, we provide an implementation of text summarization using the OpenAI API.
📄️ Privacy Policy
Page for the privacy policy is located in @/app/legal/privacy-policy/page.mdx. It is a markdown file. Markdown files support is turned on in SupaLaunch by default.
📄️ Send Emails
MailerSend is a transactional email API. We will use it to send emails from our NextJS app. MailerSend allows us to send up to 3000 emails per month for free.
📄️ SEO
SupaLaunch comes with SEO features out of the box.
📄️ Stripe Payments
SupaLaunch comes with Stripe integration out of the box for both one-time and subscription payments. In this tutorial, we will show you how to set up Stripe payments in your SupaLaunch app.
📄️ Terms of Service
Page for the Terms of Service is located in @/app/legal/terms/page.mdx. It is a markdown file. Markdown files support is turned on in SupaLaunch by default.
📄️ Themes
SupaLaunch is built with DaisyUI, a lightweight component library for Tailwind CSS. It provides you with an easy-to-use set of themes.