Litecart

Launch a lightweight, single-file shopping cart to sell digital files and license keys. Accept credit cards and cryptocurrency without complex database setups.

Launch a fully functional online store in minutes using a lightweight, single-file shopping cart. Designed for digital commerce, this platform eliminates complex database configurations by utilizing an embedded SQLite database. Whether you distribute software, digital art, or access codes, you can manage everything through a clean, user-friendly administration panel.

Take advantage of flexible payment options and robust built-in features:

  • Multiple Payment Gateways: Accept payments via Stripe, PayPal, and cryptocurrency.
  • Digital Goods Delivery: Automatically distribute downloadable files and license keys after purchase.
  • Free Product Support: Offer promotional items with a built-in processor that requires only an email address.
  • Multilingual Capabilities: Reach a global audience with built-in internationalization.
  • High Performance: Enjoy fast load times with an efficient Go-based backend.

Deploying the storefront is simple, with support for single-command installations and Docker.

Directory Structure

litecart
data
.env
docker-compose.yml

docker-compose.yml

services:
  litecart:
    image: shurco/litecart
    container_name: litecart
    restart: unless-stopped
    ports:
      - "8080:8080"
    volumes:
      - ./data:/data

.env

# No specific sensitive environment variables are required for the initial setup.
# Admin credentials and settings are typically configured via the web interface
# and stored in the persistent /data volume.
Categories:

Share:

Ad
Favicon

 

  
 

Similar to Litecart

Favicon

 

  
  
Favicon

 

  
  
Favicon