Welcome to PreLaunch

PreLaunch is a high-quality startup landing page template focused on product validation, helping you quickly deploy professional websites, validate product ideas, and collect potential user feedback.

Key Features

Technology Stack

PreLaunch is built with a modern technology stack ensuring high performance and excellent developer experience:

Project Structure

├── app/                  # Next.js App Router pages
│   ├── api/              # API routes
│   ├── blog/             # Blog system
│   └── ...
├── components/           # React components
│   ├── analytics/        # Analytics-related components
│   ├── landing/          # Landing page components
│   ├── ui/               # UI component library
│   └── ...
├── config.ts             # Main configuration file
├── libs/                 # Utility libraries
│   ├── paddle/           # Paddle integration
│   ├── supabase/         # Supabase integration
│   └── ...
├── public/               # Static assets
│   ├── avatars/          # User avatars
│   ├── blog/             # Blog images
│   └── images/           # Other images and assets 
├── styles/               # Global styles
├── hooks/                # Custom React hooks
└── types/                # TypeScript type definitions

Note: The internationalization feature has been simplified in this version. The project now focuses on core product validation features.