Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.neuro-tech.io/llms.txt

Use this file to discover all available pages before exploring further.

Introduction

The Neuron is an extensible server platform built on the IoTGateway framework. It provides the runtime, networking, persistence, and identity layers that power the Neuro platform. This section is for developers who want to build on the Neuron itself — writing packages, extending its capabilities, and deploying custom logic — as opposed to integrating with it via the Neuron API.

What you can build

  • Content packages — Markdown pages, scripts, and JavaScript served directly by the Neuron
  • Assembly packages — C# code that extends the Neuron runtime with new services, endpoints, and modules
  • First-party packages — Official packages maintained by Trust Anchor Group that provide reusable infrastructure

Where to start