Skip to main content

Guides

Comprehensive guides for building production-ready AI applications with NeuroLink.


🎯 Essential Guides

Core guides for getting the most out of NeuroLink.

GuideDescription
Provider Selection GuideInteractive wizard to choose the best provider for your use case
GitHub Action GuideRun AI-powered workflows in GitHub Actions with 13 providers
TroubleshootingCommon issues, debugging tips, and solutions for NeuroLink CLI and SDK

🗄️ Redis & Persistence

Guides for setting up and managing Redis-backed conversation memory.

GuideDescription
Redis ConfigurationProduction-ready Redis setup with cluster, security, and cloud providers
Redis MigrationMigration patterns for upgrading Redis and moving between environments

See also: Redis Quick Start in Getting Started


Migration Guides

Migrate from other AI frameworks to NeuroLink.

GuideDescription
From LangChainComplete migration guide from LangChain with concept mapping and examples
From Vercel AI SDKMigrate from Vercel AI SDK with Next.js-focused patterns and streaming examples
Migration Guide (Legacy)General migration guide for older versions

🏢 Enterprise Guides

Production-ready patterns for enterprise AI deployments.

GuideDescription
Multi-Provider FailoverHigh availability with automatic failover between providers
Load BalancingDistribute traffic across providers with 6 strategies
Cost OptimizationReduce AI costs by 80-95% with smart routing
Compliance & SecurityGDPR, SOC2, HIPAA compliance patterns
Multi-Region DeploymentGlobal deployment with geographic routing
Monitoring & ObservabilityPrometheus, Grafana, CloudWatch integration
Audit TrailsComprehensive logging for compliance

🔧 MCP Integration

Model Context Protocol server catalog and integration patterns.

GuideDescription
Server Catalog58+ MCP servers for file systems, databases, APIs, and more

See also: MCP Tools Showcase for detailed tool documentation


Server Adapters

Deploy NeuroLink as production-ready HTTP APIs.

GuideDescription
Server Adapters OverviewQuick start guide for exposing AI agents as HTTP APIs
Hono AdapterRecommended lightweight adapter for serverless and edge deployments
Express AdapterIntegration with existing Express applications
Fastify AdapterHigh-performance adapter with built-in schema validation
Koa AdapterModern, minimalist adapter with clean middleware composition
Security GuideAuthentication, authorization, and security best practices
Deployment GuideProduction deployment patterns with Docker and Kubernetes

🎨 Framework Integration

Framework-specific integration guides.

FrameworkDescription
Next.jsApp Router, Server Components, Server Actions, Streaming
Express.jsRESTful APIs, middleware, authentication, rate limiting
SvelteKitSSR, load functions, form actions, streaming

💡 Examples

Real-world use cases and production code patterns.

GuideDescription
Use Cases12+ production-ready use cases with complete code
Code PatternsBest practices, design patterns, and anti-patterns

Next Steps