What are the server prerequisites to self-host Okommerce?
At minimum: a server that can run the .NET 9 runtime (Windows with IIS, or a Linux host), access to a SQL Server 2022 instance (local or networked), and a writable storage location for uploaded media (product images, documents, proof-of-delivery captures). For the AI features you need an Anthropic Claude API key in configuration; for email/SMS/WhatsApp you configure the…
At minimum: a server that can run the .NET 9 runtime (Windows with IIS, or a Linux host), access to a SQL Server 2022 instance (local or networked), and a writable storage location for uploaded media (product images, documents, proof-of-delivery captures). For the AI features you need an Anthropic Claude API key in configuration; for email/SMS/WhatsApp you configure the relevant provider credentials. HTTPS is expected for a public storefront. Beyond that, sizing (CPU, RAM, disk) depends on catalogue size and order volume. The stack is intentionally mainstream so that any team comfortable with .NET and SQL Server can host it.