Skip to content

Nora Framework Guide

Welcome to the Nora Framework documentation. This guide will help you understand and implement the various features of Nora in your applications.

What is Nora?

Nora is a powerful TypeScript framework built on top of Fastify, providing a seamless development experience with decorator-based routing, seamless LLM integration, and vector embeddings capabilities.

Core Features

  • 🎯 Decorator-based Routing - Clean, TypeScript-first API design
  • 🔒 Built-in Authentication - JWT support with role-based access control
  • 📊 Database Integration - First-class support for MySQL and MSSQL
  • 🤖 LLM Integration - Built-in support for local LLMs using node-llama-cpp
  • 🔍 Vector Embeddings - Seamless integration with LanceDB for similarity search

Quick Navigation

Getting Started

Core Concepts

Advanced Features

Troubleshooting

Need Help?