The Builder Box provides a powerful AI integration layer that makes it easy to build AI-powered features in your SaaS application. This documentation will guide you through setting up and using AI capabilities in your application.
lib/ai/ ├── openrouter.ts # OpenRouter client ├── sdk.ts # AI SDK configuration ├── embeddings.ts # Text embeddings ├── rag.ts # RAG implementation ├── vector-store.ts # Vector storage └── models/ # Custom model implementations