LiteCart
LiteCart is an open-source shopping cart in a single file with an embedded SQLite database. It provides a convenient admin dashboard and a clean storefront for selling digital and physical products.
What You Can Do After Deployment
- Access the admin dashboard to configure your store settings
- Add products with descriptions, images, and pricing
- Configure payment providers (Stripe, PayPal, or cryptocurrency)
- Customize the storefront appearance to match your brand
- Manage orders and track sales from the dashboard
Key Features
- Single-file deployment with embedded SQLite database
- Admin dashboard for store management
- Support for Stripe, PayPal, and cryptocurrency payments
- Digital and physical product support
- Lightweight and fast Go binary
- Customizable storefront templates
First Run
LiteCart initializes its database on first startup automatically. The admin panel is accessible at your domain root.
License
MIT — GitHub