NucordOps

Operations control plane

Know what is connected.
Keep secrets out of the browser.

A clean starting point for Nucord integrations. This public surface contains no tokens, no simulated health checks, and no misleading “live” service claims.

Review connectors

Current integration posture

Configure services in their deployment platform

Pending

AI services

Connect the selected model provider through a server-side Worker or application runtime. Never put API keys in client-side storage.

Pending

Discord

Use a server-side bot token and public key. Invite and interaction endpoints must be configured in the Discord developer portal.

Ready

Cloudflare Pages

This site is static and safe to publish. Add a Worker only when an authenticated API is ready to back a feature.

Next implementation gate

Connect a real backend before turning on actions.

  1. Create or identify the server-side API.
  2. Store credentials as platform secrets.
  3. Expose authenticated health endpoints.
  4. Wire each UI action to the verified endpoint.