Skip to content

This section documents every module available through Cloud Code require(...).

Each page includes:

  • What value the module adds in Nimbu Cloud Code.
  • Minimal quick-start usage.
  • API surface and aliases.
  • Practical example patterns.
  • Runtime caveats.

Most Used In Real Projects

Start here if you need practical patterns fast:

Nimbu Cloud Modules

ModulePageTypical use
atobatobDecode base64 strings.
azure/storageazure-storageAzure Blob signed URL generation.
btoabtoaEncode base64 strings.
cryptocryptoHashing, HMAC, encryption helpers.
csvcsvParse CSV and generate base64 CSV exports.
fsfsRead bundled Cloud Code files.
gcgcForce runtime garbage collection.
googleauthgoogleauthFetch Google service account access tokens.
htmlhtmlSanitize, strip, encode HTML.
httphttpOutbound HTTP requests with URL safety checks.
i18ni18nTranslate copywriting keys in Cloud Code.
imgkitimgkitRender HTML/SVG into images.
jwtjwtEncode/decode JWT tokens.
mailmailSend and reply to emails.
molliemollieMollie payment workflow helpers.
oauth2oauth2OAuth2 authorize URL and token helpers.
order_helpersorder-helpersQueue or reset order attachment processing.
pdfpdfGenerate PDF from HTML or URL.
s3s3Generate pre-signed S3 URLs/forms.
signersignerXML signature generation helpers.
site_variablessite-variablesRead site environment variables securely.
soapsoapSOAP client and calls via Savon bridge.
stripestripeStripe charge helper using configured integration.
xmlxmlParse XML into JSON-friendly objects.
zipzipBuild base64 ZIP archives in memory.

Node-Compatible Modules

ModulePageTypical use
ejsejsServer-side template rendering in Cloud Code.
ejs/filtersejs-filtersUtility filters for EJS templates.
ejs/utilsejs-utilsEJS escaping helper.
handlebarshandlebarsHandlebars template rendering.
momentmomentDate parsing and formatting.
lodashlodashCollection/object utilities.
lodash/corelodash-coreSmaller lodash core utilities.
pathpathPath normalization/joining helpers.
underscoreunderscoreFunctional collection utilities.
utilutilNode utility formatting/inspection helpers.