CloudCreate.ai Creative toolkit for the AI era

Core Library Intro: Integrate Capabilities

If you are building your own product, internal tool, or automation service, you can integrate the CloudCreate core library directly and reuse image, PDF, table, and related capabilities.

This keeps a consistent capability model across web and CLI: fast exploration in UI, stable execution in code.

Good fit scenarios

  • Embed processing into your own upload/edit flows.
  • Reuse unified parameters/outputs in server or local jobs.
  • Integrate with your business logic, permissions, and audit flow.

Integration examples (3-5)

  1. Add compress/convert on upload inside your SaaS console
  2. Generate multi-size images (thumbnail/share) in a content platform
  3. Normalize media assets to standard formats in backend jobs
  4. Keep privacy-first local processing in self-hosted environments
  5. Reuse the same capability model for both frontend and internal automation
import * as cloudcreateCore from '@cloudcreate/cloudcreate-core'

// 1) 接收上传文件
// 2) 调用 core 能力处理
// 3) 返回标准化产物与元数据

Useful links: GitHub · npm