A checklist before lauching product
Checklist before launching your product:
- Create a logo and add it to your website's metadata. You can use ChatGPT for logo design assistance.
- Purchase a domain, ideally before starting your project. Ensure the domain aligns with your product name.
- Set up a business email using your domain, like support@xxx.xxx. I recommend Zoho as it's cheaper than other options.
- Customize email templates for registration and magic link if you use Supabase auth.
- Configure your Zoho SMTP server to send registration emails, Supabase permits only two emails per hour.
- Send a welcome email to the user if the user registered successfully. (Optional)
- Integrate Google Analytics into your code to monitor user behavior.
- Record a demo to showcase on your landing page or announce on X.
- Activate live settings for Stripe.
- For Next.js projects, deploy to Vercel with production settings.
Written with minim editor.