Ortus Docs
Official@ortus-docs · Everywhere
A collection of all the Ortus Solutions' Product Docs
Agent Skills by Ortus Docs
Showing 53 vetted skills indexed across 1 GitHub repositories.
boxlang-security
Codify secure coding patterns and runtime controls for BoxLang applications.
boxlang-runtime-cli-scripting
Orchestrate BoxLang CLI workflows with argument parsing and REPL usage.
boxlang-runtime-desktop-electron
Automate desktop BoxLang app builds by integrating Electron with a local MiniServer.
boxlang-interceptors
Create interceptors for named events in BoxLang applications.
boxlang-application-descriptor
Define per-app lifecycle and isolation for BoxLang applications using Application.bx.
boxlang-web-development
Automate BoxLang web application lifecycle, routing, security, and deployment configurations.
commandbox-setup
Automate CommandBox CLI installation, configuration, and upgrades across macOS, Linux, and Windows.
commandbox-task-runners
Automate CommandBox task runner orchestration for CFML build workflows.
boxlang-file-handling
Automate file-system tasks in BoxLang to read, write, copy, move, and delete files and directories.
boxlang-runtime-github-actions
Automate BoxLang setup in GitHub Actions workflows.
boxlang-runtime-spring-boot
Integrate BoxLang as a view engine in Spring Boot applications.
boxlang-runtime-esp32
Deploy BoxLang to ESP32 microcontrollers using MatchBox with --target esp32.
commandbox-usage
Guide CommandBox CLI usage with structured examples and interactive shell commands.
boxlang-code-reviewer
Review BoxLang code for security, correctness, performance, maintainability, and style.
commandbox-package-management
Automate CommandBox package management for CFML/BoxLang projects.
boxlang-deployment
Orchestrate BoxLang application deployment across CommandBox, Docker, AWS Lambda, and Spring Boot.
boxlang-runtime-digitalocean-app
Deploy BoxLang applications to DigitalOcean App Platform via GitHub.
commandbox-config-settings
Automate global CommandBox configuration management with config set, show, and clear commands.
boxlang-java-integration
Bridge BoxLang with Java to create objects, call static methods, and import classes.
boxlang-runtime-jsr-223
Embed BoxLang scripting in Java applications via the JSR-223 API.
boxlang-runtime-desktop
Coordinate Electron desktop BoxLang apps with a local MiniServer runtime.
boxlang-runtime-docker
Automate Docker containerization of BoxLang applications with image and runtime configuration.
boxlang-zip
Automate ZIP archive creation, extraction, and modification in BoxLang via bx:zip.
boxlang-functional-programming
Implement BoxLang functional pipelines with closures, lambdas, map, filter, and reduce.
Frequently Asked Questions About Ortus Docs
FAQPage SchemaWhat specific deployment targets are supported for BoxLang applications?▼
BoxLang supports diverse environments including AWS Lambda, Google Cloud Functions, DigitalOcean App Platform, Docker containers, Spring Boot, and ESP32 microcontrollers. It also enables native binary compilation and WebAssembly execution for browser or server-side environments.
Which developers benefit most from these resources?▼
These resources are designed for backend engineers, systems architects, and CFML developers seeking to modernize their stack. It provides essential guidance for those managing enterprise-grade web applications, microservices, and cross-platform runtime configurations.
How do I manage dependencies and project configurations?▼
Dependency and project management is handled through CommandBox. Developers use JSON-based configuration files to manage packages, embedded server lifecycles, and environment-specific settings across local, staging, and production environments.