Blog

12 Days of BoxLang - Day 8: BoxLang Modules

Maria Jose Herrera December 18, 2025

Spread the word

Maria Jose Herrera

December 18, 2025

Spread the word


Share your thoughts

Day 8 BoxLang Modules: Powering the Ecosystem 🎄

One of BoxLang’s greatest strengths is its modular, extensible ecosystem.

From AI to databases, security, UI, file handling, and enterprise integrations the BoxLang Module Library lets you plug in exactly what your application needs.

Today, we’re highlighting the official 33 BoxLang modules, available across both open-source and BoxLang+/++ tiers.

All modules can be installed using:

install-bx-module {module-name}

Let’s dive in. ✨


⚙️ AI & Automation

bx-ai (Open Source)

install-bx-module bx-ai

Add AI capabilities directly into your BoxLang apps — prompts, generation, embeddings, and more.


📊 UI & Front-End

bx-charts (Open Source)

install-bx-module bx-charts

Generate high-quality charts and visualizations.

bx-ui-forms (Open Source)

install-bx-module bx-ui-forms

Semantic UI form components for BoxLang templating.


🔐 Security

bx-csrf (Open Source)

Generate and validate CSRF tokens.

bx-esapi (Open Source)

Enterprise Security API utilities for sanitization and secure processing.

bx-ldap (BoxLang+/++)

LDAP querying and directory service integration.


📄 Document & Content Processing

bx-csv (BoxLang+/++)

Read and write CSV files.

bx-jsoup (Open Source)

Parse and clean HTML documents.

bx-pdf (Open Source)

Generate and stream PDF documents.

bx-markdown (Open Source)

Native Markdown parsing.

bx-spreadsheet (BoxLang+/++)

Excel (.xls, .xlsx) processing.

bx-wddx (Open Source)

WDDX serialization.

bx-yaml (Open Source)

Native YAML support.


🛠️ CFML Compatibility & Scripting

bx-compat-cfml (Open Source)

Run Adobe/Lucee CFML apps in BoxLang.

bx-jython (Open Source)

Execute Python scripts inside BoxLang.

bx-unsafe-evaluate (Open Source)

Enables dynamic evaluate() execution for BoxLang/CFML expressions.


📬 Communication

bx-ftp (Open Source)

FTP upload/download support.

bx-mail (Open Source)

Full email sending and interaction toolkit.


🧵 Operating System & Hardware

bx-ini (Open Source)

Work with .ini configuration files.

bx-oshi (Open Source)

Access OS and hardware metrics via OSHI.


💾 Databases (JDBC Drivers)

(All open source unless noted)

  • bx-derby
  • bx-hypersql
  • bx-mariadb
  • bx-mssql
  • bx-mysql
  • bx-oracle
  • bx-postgresql
  • bx-sqlite

Each driver module provides native BoxLang JDBC connectivity.


📦 ORM & Data Access

bx-orm (Open Source)

Integrate JPA/Hibernate ORM with BoxLang applications.


🚀 Caching & Distributed Services

bx-couchbase (BoxLang+/++)

Enterprise caching, sessions, and vector memory via Couchbase.

bx-redis (BoxLang+/++)

Connect to Redis clusters or standalone instances.


🧪 Testing & Runtime Support

bx-web-support (Open Source)

Adds web runtime capabilities to the BoxLang OS binary ideal for CLI-based web testing.


🎁 Day 8 Wrap-Up

The BoxLang Module ecosystem empowers developers to build modern, scalable applications without reinventing the wheel. With 33 official modules, BoxLang provides a complete toolbox — from lightweight utilities to enterprise-grade integrations — all tightly aligned with the language’s multi-runtime vision.


Become a Pioneer or Get a Free Compatibility Report!

BoxLang is growing fast features are expanding, the ecosystem is thriving, and performance is turning heads. But the most exciting part? You can be part of shaping it from the very beginning.

The Pioneer Program is your gateway to early access, unmatched support, and unbeatable value. Here’s what you get:

  1. Everything in BoxLang+, and more:
    • Professional support to get you running smoothly
    • A dedicated Slack channel for direct access to our team, solve issues in seconds
    • Priority handling for your feature requests and bug fixes
  2. Migration done with you, not just for you:
    • Our engineers work alongside your team to migrate your apps end-to-end
    • Guaranteed compatibility, we won’t stop until it works perfectly
  3. Big savings, no hidden tricks:
    • At least 40% off your current licensing costs, locked in early, no surprise charges as you grow

Request More Info


Still Not Convinced?

If you’re unsure how BoxLang will work with your applications, or want clarity before making any decisions, we’ve created a simple, low-risk way to evaluate your path forward:

1. Free BoxLang Compatibility Report

What You Get (Free)

A personalized, expert-driven technical audit designed to help you:

  • Determine how compatible your current CFML codebase is with BoxLang
  • Identify modernization needs before migrating
  • Understand the fastest and safest path to BoxLang adoption
  • Receive direct, practical recommendations from the Ortus engineering team

This is a high-touch, hands-on audit — not an automated scan.

Due to demand, we’ve expanded the number of companies we can accept, but availability is still limited.

👉 Register now — it only takes 3 minutes:

https://forms.gle/QSzjmLVsVHQq59mH6


2. 1-Year Free Non-Production License

Test-drive BoxLang Premium features in your own environment, with no pressure.

  • Explore advanced capabilities safely
  • Experiment and validate assumptions
  • Gain confidence before any production commitment

No rush. No lock-in. Just real experience.

Contact Us


Join the BoxLang Community! ⚡️

Stay connected with the latest updates, BoxLang announcements, Into the Box 2026 news, tutorials, tools, and more.

Subscribe to our newsletter for exclusive updates and early access.

Follow Us

Add Your Comment

Recent Entries

Ortus & BoxLang Jan Recap 2026

Ortus & BoxLang Jan Recap 2026

January kicked off with strong momentum across the Ortus Solutions ecosystem, bringing key product releases, major improvements to CommandBox and BoxLang, new cloud-focused learning resources, and exciting announcements for upcoming events.

Victor Campos
Victor Campos
February 02, 2026
BoxLang AI: The Foundation for Real-World AI Systems!

BoxLang AI: The Foundation for Real-World AI Systems!

BoxLang AI: From AI Experiments to Real-World Systems!

Why we built BoxLang AI?

AI is everywhere. New models, new tools, new announcements every week. But for most teams, the real challenge isn’t choosing ...

Victor Campos
Victor Campos
January 30, 2026
Speaker Featuring - Round 1

Speaker Featuring - Round 1

Every conference is more than the talks we see on stage it’s also the story of the people who make it possible.

With the first round of Into the Box 2026 sessions and workshops now live, we’re excited to introduce some of the speakers who will be joining us this year. These community members, practitioners, and Ortus team experts bring decades of real-world experience across CFML, BoxLang, JVM modernization, testing, AI, and cloud-native development.

Victor Campos
Victor Campos
January 26, 2026
// Remove it when the Silicon theme is implemented document.querySelector('.career-job-card').addEventListener('click', function() { const details = this.querySelector('.career-job-details'); details.style.display = details.style.display === 'block' ? 'none' : 'block'; });