Blog

Into the Box 2026: Day 2 Keynote Highlights 🎉

Victor Campos May 14, 2026

Spread the word

Victor Campos

May 14, 2026

Spread the word


Share your thoughts

đŸŽ€ ITB 2026: Keynote Day 2 Recap!

Day 2 of Into the Box 2026 shifted the spotlight from platform innovation to real-world impact showing how organizations are using the Ortus Solutions ecosystem to modernize massive systems, scale businesses, and embrace AI-driven development.

From enterprise migrations to mission-critical government systems, the message was clear:

This isn’t just technology evolution, it’s real production transformation at scale.


đŸŽ„ Watch the Keynote

If you want the full stories, demos, and announcements from Day 2, watch the keynote below:


📚 Keynote Slides & Resources

Want to explore the details behind the stories and announcements?

Includes architecture insights, migration patterns, and ecosystem updates shared during the keynote.


🌟 Real-World Impact: Customer Success Stories

Day 2 opened with one of the strongest themes of the conference: modernization at scale is already happening.

These weren’t prototypes they were production systems handling millions and billions in real-world value.


✈ Avoya Travel

Ian Woodward shared how ColdBox helped transform Avoya Travel’s infrastructure into a scalable, modern platform.

Key outcomes:

  • Migration away from legacy SFTP-based deployments
  • Introduction of Docker Swarm and CI/CD pipelines
  • Custom cruise API platform development
  • Scaling beyond $500M in sales
  • Custom ContentBox workflows for marketing operations

A clear example of modernization driving business growth—not just technical upgrades.


đŸ’Œ Synaptrix

John Wilson showcased how a financial optimization platform built with Ortus tooling:

  • Scaled into a $30M acquisition
  • Now manages over $4.1B in assets
  • Was recently porned to BoxLang
  • Uses CommandBox-based infrastructure for deployment and scaling

This highlighted how fast-moving systems can evolve into enterprise-grade platforms.


🏱 Installnet

Aaron Weinberg shared the modernization of a 26-year-old ColdFusion ERP system:

  • Migration toward AWS cloud architecture
  • Real-time systems powered by SocketBox
  • BoxLang-based notification services
  • Stronger DevOps collaboration with Ortus engineers
  • Early AI integration into development workflows

A textbook example of legacy modernization done right—without rewrites.


đŸ›ïž U.S. Small Business Administration (SBA)

One of the most impactful stories came from government-scale modernization.

Key highlights:

  • Millions of lines of legacy ColdFusion code
  • Multiple production-critical environments
  • Rapid BoxLang compatibility improvements
  • Strong collaboration with Ortus engineering
  • Significant migration progress in weeks

This demonstrated that BoxLang is now viable for large-scale government systems.


🚀 ColdBox 20-Year Evolution

A major milestone moment: 20 years of ColdBox.

⚡ ColdBox 8 Highlights

  • Native BoxLang “Prime” support
  • AI-native routing and runnables
  • MCP integrations
  • Improved modular architecture
  • Virtual threading support
  • Enhanced debugging and observability

ColdBox continues evolving into a modern, AI-aware application framework.


đŸ€– AI-Native Development Expands

A recurring theme across Day 2: AI is now embedded across the ecosystem, not added on top.

ColdBox now enables:

  • Automatic AI route generation
  • AI runnable exposure
  • Direct MCP server integration
  • Native AI client interoperability

This pushes the platform closer to agent-ready backend systems.


🧠 CB-MCP: Applications That Understand Themselves

CB-MCP continues to redefine how developers interact with applications.

It enables:

  • Application introspection via AI tools
  • Live diagnostics and testing
  • Route and cache inspection
  • Conversational system interaction

This is a major step toward self-describing, AI-operable systems.


đŸ§Ș Developer Experience: TestBox Improvements

TestBox continues its evolution with a strong focus on performance and usability:

  • Streaming test execution
  • Better CLI runners
  • VS Code integration improvements
  • Large test suite optimization
  • AI-assisted testing workflows

The goal: faster feedback loops and smarter debugging.


📩 CommandBox, BX CLI & Cloud-Native Shift

The ecosystem continues moving toward lightweight, cloud-native tooling:

  • New BX CLI (BoxLang-native)
  • Faster startup performance
  • Smaller Docker images
  • Reduced security/CVE footprint
  • Improved lock file system
  • Better CI/CD workflows

BoxLang is increasingly positioned as the foundation for modern runtime deployment.


⚡ ContentBox, CBWire & Ecosystem Tools

📰 ContentBox

ContentBox continues modernizing:

  • Faster admin interface
  • Reactive UI improvements
  • Headless CMS enhancements
  • Future AI integrations

🔌 CBWire

  • BoxLang Prime support
  • AlpineJS integration improvements
  • Reactive UI updates
  • Improved security model
  • Simplified component workflows

🔐 Security & Identity Evolution

New ecosystem direction includes:

  • Passkey support (passwordless future)
  • CBSSO for unified authentication
  • Improved admin scaffolding
  • Stronger identity workflows across apps

🌍 Closing: “Life is More Than Software”

The keynote closed with a deeply human message from Jorge Reyes, shifting the focus from technology to purpose.

He reflected on:

  • The rapid acceleration of AI
  • Ethical challenges in modern software
  • The importance of human identity in an AI era
  • Keeping purpose at the center of innovation

Ortus also highlighted community and humanitarian initiatives, including:

  • 365 Christian Men / Women podcasts
  • Support for children’s homes in El Salvador
  • Community-driven outreach programs

đŸ”„ Final Takeaway

Day 2 of Into the Box 2026 made one thing unmistakably clear:

  • Enterprise modernization is happening now
  • AI is becoming foundational across the ecosystem
  • BoxLang is proving itself at scale
  • ColdBox continues to evolve after 20 years
  • Developer tooling is becoming faster, smarter, and more integrated
  • And most importantly: technology remains grounded in human purpose

Join the Ortus Community

Be part of the movement shaping the future of web development. Stay connected and receive the latest updates on, product launches, tool updates, promo services and much more.

Subscribe to our newsletter for exclusive content.

Follow Us on Social media and don’t miss any news and updates:

Add Your Comment

Recent Entries

MatchBox and WebAssembly: Running BoxLang in the Browser and at the Edge

MatchBox and WebAssembly: Running BoxLang in the Browser and at the Edge

The MatchBox open beta is live at https://boxlang.ortusbooks.com/boxlang-framework/matchbox, and it brings something genuinely new to the BoxLang ecosystem: a path into WebAssembly.

That means BoxLang code can now move into browser applications, static-site deployments, edge runtimes, and WASI-style containers - without requiring a JVM. The feature is still beta, but the core direction is already useful: write BoxLang, compile it with MatchBox, and ship the generated WASM artifact to wherever a small portable runtime makes sense.

Jacob Beers
Jacob Beers
June 04, 2026
One Language, Every Runtime: BoxLang Expands Beyond the Server

One Language, Every Runtime: BoxLang Expands Beyond the Server

Discover how BoxLang’s multi-runtime architecture helps developers build beyond the server with support for serverless functions, desktop applications, CI/CD workflows, Java integrations, containers, runtime management, and more.

Maria Jose Herrera
Maria Jose Herrera
June 04, 2026
BoxLang 1.14.0 : Introducing Inner Classes

BoxLang 1.14.0 : Introducing Inner Classes

BoxLang has always embraced a simple truth: the way you organize code shapes the way you think about problems. For a long time, if you needed a helper class, you needed a file. One class, one .bx file, no exceptions. That's clean and predictable, but it creates real friction when a class is tightly coupled to exactly one caller and has no business existing anywhere else.

Luis Majano
Luis Majano
June 03, 2026