Socket
Book a DemoInstallSign in
Socket

@zaiusinc/app-sdk

Package Overview
Dependencies
Maintainers
4
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zaiusinc/app-sdk

Optimizely Connect Platform App SDK and interfaces

2.2.2
latest
Source
npmnpm
Version published
Weekly downloads
0
Maintainers
4
Weekly downloads
 
Created
Source

App SDK

The App SDK includes helpers and interfaces for apps running on the Optimizely Connect Platform (OCP).

Get started

The following OCP command-line interface (CLI) command scaffolds your app and installs the dependencies, including this SDK.

ocp app init

The basics

OCP apps are built on the Node platform with support for Node 18 and Typescript. Follow Typescript best practices to ensure more stable integrations with fewer bugs.

OCP apps are required to follow conventions outlined in the developer docs. They are composed of:

  • .env – Environment secrets that are published securely with an app.
  • app.yml – A description of an app, including its abilities and requirements.
  • forms/ – YAML-based forms that generate UIs for customer interactions.
  • src/channel – Channel-based app implementation.
  • src/functions/ – Webhooks for receiving data and serving content.
  • src/jobs/ – Scheduled and triggered jobs to handle long running/recurring tasks.
  • src/lifecycle/ – Handler for lifecycle actions (install/uninstall/OAuth/submit settings updates).
  • src/liquid-extension – Extensions for dynamic campaign content (powered by Shopify Liquid).
  • src/schema – Custom fields and relations users are required to install with an app.

Apps are run in an isolated environment and to avoid data leaking/pollution across accounts. However, there can be hundreds of requests running simultaneously, so avoid race conditions when interacting with external storage and APIs.

FAQs

Package last updated on 26 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.