Skip to content

Nodalite — Architecture & Field Guide

This document has been superseded by the Nodalite documentation site — a full multi-page reference with guides, API docs, examples, and FAQ.

TopicLocation
Introduction & architecturedocs/guide/
Quick Startdocs/guide/quickstart.md
Core Concepts (pipeline, Fetch API)docs/guide/core-concepts.md
API Referencedocs/api/
Deployment guidedocs/guides/deployment.md
Security checklistdocs/guides/security.md
Background threadsdocs/guides/background-threads.md
ML inferencedocs/guides/ml-inference.md
OpenAPI (Swagger/ReDoc)docs/api/openapi.md
Testing strategydocs/guides/testing.md
Publishing & versioningdocs/guides/publishing.md
Naming & rebrandingdocs/guides/rebranding.md
FAQdocs/faq.md

Development

bash
npm install
npm run docs:dev      # Start VitePress dev server
npm test              # Run all tests
npm run build --workspaces --if-present  # Build all packages

Last updated:

Released under the MIT License.