litecart
A compact self-hosted e-commerce app: single-file Go server, embedded SQLite, Svelte admin UI, Docker support, payments and digital product delivery.
Litecart is a compact, self-hosted shopping cart implemented as a single executable with an embedded SQLite database and a Svelte-based administration UI. It provides a simple storefront, order management, and support for payments and digital goods in a minimal footprint.
Key Features
- Single-file server executable (Go) with embedded SQLite for easy deployment and simple backups
- Svelte/TypeScript based admin dashboard and lightweight public storefront UI
- Built-in support for common payment flows including card/Stripe, PayPal and cryptocurrency payments
- Digital products and license key delivery workflows for selling downloads or keys
- CLI commands for init, serve, migrate and update; Docker and Docker Compose manifests included for containerized deployment
- Example Kubernetes manifests and optional Nginx reverse-proxy configuration for production deployments
- Multi-language support out of the box (default English and Chinese) and configurable site content
- Small resource footprint aimed at single-server or hobby use with fast one-click or script-based installs
Use Cases
- Small merchants or solo developers who need a simple self-hosted storefront and checkout without a complex e-commerce platform
- Selling digital products, downloads, or license keys with automated delivery and order management
- Lightweight demo stores, pop-up shops, or hobbyist projects that benefit from quick setup and containerized deployment
Limitations and Considerations
- Project is in 0.x development; breaking changes and rapid iteration may occur before a 1.0.0 release
- Embedded SQLite and single-binary design are not ideal for high-concurrency, multi-node or very large catalogs; consider this for low-to-moderate traffic sites
- Plugin ecosystem and enterprise features are limited compared to mature e-commerce platforms; integrations beyond provided payment methods may require custom development
Litecart is designed for simplicity and fast setup, trading extensive extensibility for a compact, opinionated experience. It is well suited for self-hosted small stores and digital product sellers who want minimal operational overhead.
