DocsGetting Started

Getting Started

Welcome to SudoSell. This guide walks you through creating an account, purchasing a product, and getting started with the source code.

1. Create an Account

Sign up at /login using email/password or OAuth (Google, GitHub, Discord). Verify your email to unlock all features.

2. Browse & Purchase

Visit the Products page to explore our catalog. Every product is a one-time purchase with full source code, a commercial license, and lifetime updates.

3. Download Your Product

After checkout, go to Dashboard → Assets. Each purchased product shows the latest release with a download button.

bash
# Extract the downloaded archive
unzip my-product-v1.0.0.zip -d my-project
cd my-project

# Install dependencies
npm install

# Start development
npm run dev

4. Project Structure

Every product ships with a consistent structure. Check the product's included README.md for specific setup instructions, environment variables, and deployment guides.

TipEach product includes a .env.example file. Copy it to .env.local and fill in your values before starting.