Skrillavision Enterprise Docs

Two surfaces: a REST API for any HTTP client, and a typed JavaScript SDK for partners.

Architecture

The platform runs as a single full-stack application: the marketplace UI, the public REST API, and the partner SDK all live in one repo. There are no separate services to deploy.

Browser ──► Marketplace UI (React)
            └─► Server functions  ──► Mock DB
External ──► /api/*  (REST)        ──► Mock DB
Partners  ──► JS SDK  ──► /api/*