> ## Documentation Index
> Fetch the complete documentation index at: https://docs.burakov.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Divine eCommerce

> A fast, self-hostable e-commerce engine — catalog, cart, checkout, loyalty and a full admin, on your own server. Open source and built to extend.

Divine eCommerce is an open-source **e-commerce engine** you run on your own server: a complete storefront, a full admin panel, and a modular PHP framework underneath that's built to be extended. It ships with catalog, cart and checkout, loyalty, search, a blog and CMS pages — and a plugin system for everything else.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/divine-ecommerce/quickstart">
    Get the store running locally with Docker in a few commands.
  </Card>

  <Card title="Configuration" icon="sliders" href="/divine-ecommerce/configuration">
    Environment variables for the app, database, cache and mail.
  </Card>

  <Card title="Architecture" icon="diagram-project" href="/divine-ecommerce/architecture">
    How the engine is put together — core, modules, middleware and templates.
  </Card>

  <Card title="Storefront" icon="bag-shopping" href="/divine-ecommerce/storefront">
    Catalog, options and variants, cart and checkout, search, loyalty and bundles.
  </Card>

  <Card title="Admin panel" icon="table-columns" href="/divine-ecommerce/admin">
    Manage products, orders, customers, loyalty rules and store settings.
  </Card>

  <Card title="Plugins" icon="puzzle-piece" href="/divine-ecommerce/plugins">
    Add features, routes, views and migrations without touching the core.
  </Card>

  <Card title="Deployment" icon="server" href="/divine-ecommerce/deployment">
    Take the store to production and keep it healthy.
  </Card>

  <Card title="FAQ" icon="circle-question" href="/divine-ecommerce/faq">
    Short answers to common questions.
  </Card>
</CardGroup>

## What it's for

Most ways to put a shop online ask you to choose: a hosted platform that's quick to start but rents you your own store, or a self-hosted one that's yours but heavy and slow. Divine eCommerce aims for the good half of each — a store you fully own that still feels fast and modern, and that you can change when your business needs something the box doesn't do.

## What's inside

* **Storefront** — catalog, categories and brands, product pages with options and cross-variants, compare and wishlist.
* **Cart & checkout** — a single always-correct order total, guest checkout, store pickup and cash on delivery.
* **Loyalty** — reward points, coupons with per-customer limits, and gift certificates.
* **Merchandising** — product bundles, faceted catalog filters, promo banners.
* **Discovery** — instant search suggestions and a full search page across the whole store.
* **Content** — a built-in blog that can feature products, CMS pages, and editable contact details.
* **Admin** — a full back office for catalog, orders, returns, customers, loyalty and settings.

## Open source

Divine eCommerce is free and open source under the MIT license, made by [burakov](https://burakov.net). The source lives on [GitHub](https://github.com/Nickbur/divine-ecommerce).
