Hyperlaunch

Test your app

Start Development Server

Run the following command to start your app:

pnpm run dev

Explore Your App

  1. Check out the landing page
  2. Review page.tsx to try different heroes and sections

Configure Your App

  1. Open config.ts
  2. Update the configuration object with your app's information:
    • App name
    • Domain
    • Description
    • Other SEO-related values

Next Steps

Before launching, we need to configure:

  • LemonSqueezy (payment processor)
  • Resend (email service)

On this page