---
title: "Introducing BoxLang AI Explorer: A Local Catalog for Every AI Pattern"
url: https://daily.dev/posts/introducing-boxlang-ai-explorer-a-local-catalog-for-every-ai-pattern-wfrq8gchy
source_url: https://foojay.io/today/introducing-boxlang-ai-explorer-a-local-catalog-for-every-ai-pattern
type: article
source: "Foojay.io"
published: 2026-08-18T14:19:01.960Z
updated: 2026-08-18T14:28:27.439Z
tags: ["devtools", "llm", "ai-agents", "rag"]
reading_time: 4
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Introducing BoxLang AI Explorer: A Local Catalog for Every AI Pattern

**[Foojay.io](https://daily.dev/sources/foojayio)** · 4 min read · 0 upvotes · 0 comments

## Summary

Ortus has released BoxLang AI Explorer, a local, browser-based catalog of runnable BoxLang AI code samples covering chat, streaming, async requests, tool calling, memory, agents, pipelines, RAG, orchestration, and MCP servers. Each sample includes metadata, source code, guidance, and expected output. A hosted version at ai.boxlang.io/explorer lets you browse and read code without executing requests, while running locally via the BoxLang Version Manager lets you actually call live AI providers such as OpenAI, Anthropic, Gemini, DeepSeek, Grok, Groq, Perplexity, OpenRouter, Mistral, Hugging Face, Voyage, Cohere, and AWS. The project is open source and designed to grow as a living reference, with new samples added as .bxs files.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://foojay.io/today/introducing-boxlang-ai-explorer-a-local-catalog-for-every-ai-pattern>

## Questions this post answers

### How do I run BoxLang AI Explorer locally to test AI code samples against a live provider?

Install the BoxLang Version Manager, pin the repo's BoxLang version with bvm install 1.16.0 and bvm use, then install the bx-ai module locally with install-bx-module bx-ai --local and start the server via boxlang-miniserver. Copy .env.example to .env, add your provider API key, and load it into your shell before starting the server; the default config points at OpenAI but supports Anthropic, Gemini, DeepSeek, Grok, Groq, Perplexity, OpenRouter, Mistral, Hugging Face, Voyage, Cohere, and AWS.

_daily.dev surfaces hands-on guides like this for developers wiring AI providers into their stack._

### What AI patterns does BoxLang support example code for?

BoxLang AI samples cover chat and structured responses, streaming, async requests, tools and function calling, memory, agents, pipelines, retrieval-augmented generation (RAG), orchestration, and MCP servers. Each sample is a runnable .bxs file with a metadata block, full source, guidance text, and sample output, organized in a searchable catalog by category and difficulty.

_Developers evaluating AI frameworks compare pattern coverage like this on daily.dev._

## Similar posts on daily.dev

- [foojay – a place for friends of OpenJDK](https://daily.dev/posts/foojay-a-place-for-friends-of-openjdk-3dt3or2lh) · Foojay.io · 0 upvotes · 0 comments
- [Join Our Webinar: Build Agents, RAG Pipelines and More](https://daily.dev/posts/join-our-webinar-build-agents-rag-pipelines-and-more-eu68yqap5) · Foojay.io · 1 upvotes · 0 comments
- [foojay – a place for friends of OpenJDK](https://daily.dev/posts/foojay-a-place-for-friends-of-openjdk-mixhskjjm) · Foojay.io · 0 upvotes · 0 comments
- [foojay – a place for friends of OpenJDK](https://daily.dev/posts/foojay-a-place-for-friends-of-openjdk-fzorba6or) · Foojay.io · 0 upvotes · 0 comments
- [foojay – a place for friends of OpenJDK](https://daily.dev/posts/foojay-a-place-for-friends-of-openjdk-gsr7pl0sh) · Foojay.io · 0 upvotes · 0 comments

---

Tags: [#devtools](https://daily.dev/tags/devtools), [#llm](https://daily.dev/tags/llm), [#ai-agents](https://daily.dev/tags/ai-agents), [#rag](https://daily.dev/tags/rag)

[View this post on daily.dev](https://daily.dev/posts/introducing-boxlang-ai-explorer-a-local-catalog-for-every-ai-pattern-wfrq8gchy)
