Blog

Built With ColdFusion and Ortus

Luis Majano March 04, 2022

Spread the word

Luis Majano

March 04, 2022

Spread the word


Share your thoughts

Today we are announcing the availability of a new initiative to store and share sites, applications and companies that leverage ColdFusion (CMFL) and any of our Ortus Technology. This is a simple repository which ANYBODY can contribute to: https://github.com/Ortus-Solutions/built-with-cfml-box.

You will be able to get your organization registered and which sites/apps use cfml and different Ortus technologies. We will also be automatically building a site out of this data packet where anybody can visualize and promote their organizations and sites that leverage CFML.

Contributing

To contribute, fork and ⭐️ the project. Then add your own organization file in the orgs directory and then append the name of that file ( excluding the extension ), in to the cfml-rocks.json array of orgs. You may use the schema below for reference. Send us your pull request and once validated, we will add it to the repo and site.

Organization/Company Schema - Add in the orgs directory

{
    "version" : "0.0.1",
    "orgs" : [
        "ortussolutions",
		"MyCompany"
    ]
}

Then your organization can look like this: orgs/MyCompany.json

{
    "name"       : string, // Required
    "patreon"    : boolean, // Optional (false)
    "description": string, // Optional
    "url"        : URL, // Optional
    "logo"       : URL, // Optional
    "sites"      : [ site ] // Optional
}

Site Schema

Each of the sites can have the following schema

{
    "title" : string, //required
    "url" : URL, // required
    "logo" : URL, // optional
    "engine" : "adobe", //optional - either `adobe` or `lucee
    // Anything on Forgebox you use
    "uses" : [
        "coldbox",
        "contentbox",
        "cborm",
        "quick",
        "commandbox"
        // Add any other forgebox slugs you use in your project ( e.g.  `cbelasticsearch`, `cbsecurity`, etc )
    ]
}

Add Your Comment

Recent Entries

Ortus & BoxLang November Recap 2025

Ortus & BoxLang November Recap 2025

November 2025 was a big month at Ortus. BoxLang 1.7.0 arrived with real-time streaming, distributed caching, and faster compiler internals. ColdBox gained a cleaner debugging experience with full Whoops support, while CBWIRE 5 launched with stronger security, smarter lifecycles, and easier uploads.

Victor Campos
Victor Campos
December 02, 2025
Thanksgiving Week Extended + Cyber Monday Deals Are Live!

Thanksgiving Week Extended + Cyber Monday Deals Are Live!

Because you asked; we’re extending the Thanksgiving Week offer and officially launching our Cyber Monday BoxLang Deals today!

To support everyone who wants to understand whether they’re running on legacy CFML or modern-ready code, and whether BoxLang is the right fit; we’ve decided to extend the dates and increase the number of companies we can support.

Maria Jose Herrera
Maria Jose Herrera
December 01, 2025
Registration Is Now Open for Your Free BoxLang Compatibility Report! 🦃

Registration Is Now Open for Your Free BoxLang Compatibility Report! 🦃

Originally set to open on the 24th, we’ve decided to release the registration early, starting November 20th, so we can begin scheduling your BoxLang Compatibility Report audits next week and make sure they’re completed before the end of the year.

Maria Jose Herrera
Maria Jose Herrera
November 20, 2025