NerveEndings

NerveEndings generates NCP-ready signal adapters for any app.

It is the developer tool for turning platform telemetry, application telemetry, lifestyle context, app-domain events, APIs, webhooks, and notification payloads into structured NCP triggers.

What It Produces

The goal is simple: give ordinary software products the signal surface they need to wake passive AI safely.

First Ending: ncplabs.com

The first Nerve Ending is our own ncplabs.com system. In the NerveOS System dashboard, use Fire Signup or Fire Spend to send real test payloads through your workspace's NerveSynapse endpoint with a scoped NCP connection token.

{
  "project_id": "ncplabs",
  "site": "ncplabs.com",
  "signal_type": "ncplabs.signup.created",
  "summary": "A new user created a NerveOS System workspace.",
  "signup_count": 1,
  "incident_url": "https://console.firebase.google.com/project/ncplabs/authentication/users"
}

{
  "project_id": "ncplabs",
  "site": "ncplabs.com",
  "signal_type": "firebase.billing.cost_overrun",
  "summary": "Firebase spend crossed the configured NCP Labs budget threshold.",
  "current_spend": 128,
  "threshold": 100,
  "currency": "USD",
  "incident_url": "https://console.firebase.google.com/project/ncplabs/usage"
}

Once these test firings land, the production version should attach to Firebase Auth events and Firebase or Google Cloud budget alerts for the NCP Labs Firebase project. Google Analytics can produce both visitor telemetry and app-domain behavior signals, such as missing-song demand or content interest.

Firebase Presets

The dashboard now includes a Firebase Ending Factory for quickly adding Firebase projects. Connect Firebase, choose projects, choose alert presets, and NerveOS System stores the ending in your workspace.

Google Analytics Visitor Pulse

Visitor Pulse is the first calm analytics NerveEnding. Every two weeks, a scheduled adapter can read GA4 visitors, sessions, page views, top pages, and previous-period change, then fire one NCP trigger into NerveSynapse. The same source can also power app-domain signals when analytics reveals meaningful intent, such as users searching for a missing song, an expedition page getting unusual demand, or a lifestyle event becoming timely.

{
  "propertyId": "123456789",
  "site": "ncplabs.com",
  "activeUsers": 1284,
  "previousActiveUsers": 972,
  "sessions": 1630,
  "pageViews": 4210,
  "changePercent": 32,
  "periodStart": "2026-05-16",
  "periodEnd": "2026-05-30",
  "topPages": [
    { "path": "/", "views": 1200 },
    { "path": "/ncp", "views": 420 }
  ]
}