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 Routing
URL → template automatically
Native Localization
6 languages, zero config
Cache Layer
Granular invalidation
Composite Templates
Includes & 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 allows you to 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 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 format. 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 automatically generated, translations, semantic categorization, and data cleaning to improve visibility and conversions.

"ai_keywords": ["summer", "fashion", "made-in-italy"]

Dynamic Fields

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

"sections": [...], "video": [...], "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 custom domain. HTML templates, TagCode, automatically SEO optimized.

Mobile App

Shoppi Marketplace with 1M+ 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

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 format.

One Platform. Zero compromises.

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

Get Started →