Server-side engine

The Platform

A server-side CMS, plugin system, RESTful APIs, and AI. One platform for all touchpoints.

HTML Templates CMS Engine Plugin System Collections Multi-Touchpoint
01 — CMS ENGINE

Server-side rendering. Real speed.

The Shoppi Cloud engine receives the HTTP request, identifies the correct template through the routing system, reads the header configuration block, injects the required plugins, replaces localized variables and serves the final HTML — all server-side, all in milliseconds.

It's not an SPA. It's not a statically generated site. It's a CMS that is always context-aware: user language, session, location, and much more — all resolved on the fly.

Smart RoutingURL → template automatically
Native Localization6 languages, zero config
Cache LayerGranular invalidation
Composite TemplatesIncludes & constants
— Request flow —
HTTP Request /en/products
Router → page/en_US/products.html
HeaderParser → $_PLUGINS, $_TITLE
LangEngine → %_KEY% = "Value"
PluginLoader → cart, search injected
HTML Response → browser
02 — TAGCODE SYSTEM

Standard HTML. Powerful plugins. Assemble everything.

TagCodes are server-side shortcodes that can be inserted into any HTML file. The engine intercepts them during rendering and replaces them with the corresponding plugin, already hydrated with data and logic.

The most powerful part: you can pass HTML snippets as variables inside a TagCode. This lets you assemble complex components — a custom checkout, a dynamic product gallery, a heatmap — by passing the template of the single item as a parameter.

Simple plugin
plugin:cart type=mini
Plugin with an HTML template as a variable
plugin:products collection=featured
  template=<div class="card">
    <img src=""><h3></h3><span></span>
  </div>
plugin:cart

Drawer, mini-cart, checkout. Already connected to Stripe.

plugin:search

Full-text search on collections. Filters, geo, category.

plugin:map

Interactive store locator map with geo data from collections.

plugin:login

Auth system, sessions, integrated user profile.

03 — REST API

RESTful API. Plug & Play.

All endpoints are exposed in standardized JSON. No configuration required: authentication via token, immediate response. Usable from any client: React, Vue, mobile apps, kiosks, POS terminals, corporate ERP.

The APIs are not just for reading: they support order creation, inventory updates, payment processing and direct manipulation of collection data.

GET /products POST /orders PUT /inventory GET /customers POST /payments GET /collections
API Response
GET /api/products/list/json

{
  "status": "ok",
  "data": [{
    "id": 1042,
    "name": "Product X",
    "price": 29.99,
    "geo": {"lat": 45.46, "lng": 9.18},
    "ai_keywords": ["fashion", "summer"],
    "stock": 138
  }],
  "total": 2841
}
04 — COLLECTIONS + AI

Every data point is alive, geo-aware and AI-boosted

Collections are not just database tables. They are structured JSON entities with geo-coordinates, dynamic fields per type, attached media and an AI layer that constantly works on them to improve quality, searchability and distribution.

Geo-Awareness

Each item has geographical coordinates. Collections can be filtered by distance, city or region. Perfect for fairs, events and kiosks.

"geo": {"lat": 45.46, "lng": 9.18}

AI Data Engineering

Every product is analyzed by AI: keywords generated automatically, translations, semantic categorization and data cleaning to improve visibility and conversions.

"ai_keywords": ["summer", "fashion"]

Dynamic Fields

Products, services, events, news — every type has specific dynamic fields. Fields can contain text, media, links, structured data and inline HTML.

"sections": [...], "cta": {...}
05 — MULTI-TOUCHPOINT

One data point. Six experiences.

Add a product once. Shoppi Cloud distributes it instantly across all your channels — no manual syncing, no CSV exports, no third-party integrations.

Web App

E-commerce site on a custom domain. HTML templates, TagCode, automatically SEO optimized.

Mobile App

Shoppi Marketplace with active shoppers. Personalized feeds, push notifications, native checkout.

Kiosk

In-store touch experience. Self-checkout, product display, QR pay. Optimized for vertical screens.

Physical POS

S700 terminal, NFC, dynamic QR codes. Inventory synced in real time with the web store.

Unified Checkout

A single checkout for orders from marketplace, web and POS. Buyer guarantee and chargeback management included.

API / Integrations

REST API for ERP, CRM, management software. Webhooks, token auth, standardized JSON.

Zero friction: implicit authorization

Forget managing complex API keys and client secrets. On Shoppi Cloud, if your code runs on your certified domain, you are already authorized by our edge infrastructure.

No API Keys Secure by Domain

Infrastructure-level security

Our edge network recognizes the request origin at the protocol level. Any script loaded on your site can interact with merchant data (PageID) securely and instantly, without manual authentication tokens.

This eliminates the risk of API key leakage and drastically simplifies deploying custom features and third-party integrations.

Remote WebDAV + SDK: the unfair advantage for AI development

Modern AIs like Claude Code, Antigravity and Codex are remarkable programmers, but they struggle with heavy frameworks, complex local builds and dependency conflicts. Shoppi Cloud's architecture resolves this at the core: direct filesystem access via WebDAV, no boilerplate and no framework bloat — just clean W3C standards — and domain-implicit authorization for checkout, cart and inventory endpoints.

1
Get WebDAV credentials

Copy the server address and your encrypted credentials from the Shoppi Cloud console.

2
Mount the folder in your IDE or AI tool

Use any WebDAV client, or mount the endpoint directly in your terminal for Claude Code or Antigravity.

3
Chat and watch it go live

The AI updates your remote HTML/CSS and implements Shoppi's TagCodes. The changes render instantly on your live domain.

One platform. Zero compromises.

Pure HTML, full APIs, native AI, multi-touchpoint. All included, no app store, no lock-in.

Create your account →