finds.dev← search

// the find

smartstore/Smartstore

★ 1,489 · C# · AGPL-3.0 · updated Jun 2026

A modular, scalable and ultra-fast open-source all-in-one eCommerce platform built on ASP.NET Core 10

Smartstore is a full-featured open-source eCommerce platform built on ASP.NET Core 10 with EF Core, targeting shops that need multi-store, multi-currency, and multi-language out of the box. It's the spiritual successor to SmartStoreNET (the classic .NET Framework 4.x version), now fully ported to modern .NET. Best fit for .NET shops wanting a self-hosted alternative to WooCommerce or Shopify with serious extensibility.

The module system is genuinely well-architected — modules are compiled separately and loaded dynamically at runtime, so you can extend without forking the core. The AI abstraction layer is practical: it's provider-agnostic and covers OpenAI, Gemini, Claude, DeepSeek, and Ollama under one interface rather than hard-coding a single vendor. The dev docs are thorough and GitBook-hosted with real code examples, not just marketing copy. It tracks ASP.NET Core releases closely — ASP.NET Core 10 on day one is a sign the maintainers are actively following the platform, not lagging two major versions behind.

AGPL license is a genuine adoption blocker for most commercial shops — any customization you deploy has to be open-sourced, which is why there's a paid commercial license. The star count (1,489) is low for a project of this scope, which means the plugin ecosystem and community support are thin compared to what you'd get with WooCommerce. SQLite is listed as a supported database, which sounds convenient for development but will quietly collapse under any real catalog load — there's no guidance in the README about which databases are actually production-appropriate. The dependency surface is enormous: Vue.js frontend mixed with server-rendered Razor, Bootstrap, Sass, Liquid templating, wkhtmltopdf for PDFs, Redis for caching — getting all of that running locally without following a precise setup path is friction you'll feel immediately.

View on GitHub → Homepage ↗

// want more like this?

We dig through GitHub every week and send a few repos picked for what you actually care about — each with an honest take like this one.

Get finds in your inbox → Search again →