C.A.R.L CMS
p/c-a-r-l-cms
One plugin killed 18 of my sites. I built the fix.
0 reviews1 follower
Start new thread
trending

2mo ago

The Includes File System is possibly one of the most powerful features in CARL

There's one concept in CARL that takes people a few minutes to get their head around. I want to explain it here because it's also one of the best things about the system once it clicks. It's called the includes file system. Every CARL site has a folder of plain text files: your navigation, your footer, your sidebar widgets, your signup form. These files are included in your pages at runtime, meaning every time a visitor loads a page, they get the current version of those files. The practical result: you edit your navigation once and every single page on your site updates instantly. No regeneration. No cache clearing. No plugin. You save the file and it's live everywhere, immediately. The same system lets you add entire applications to any page with a single line of PHP. I've used it to add lead marketplace systems, booking forms, calculators, and custom tools to CARL sites. The CMS and your custom business logic live in the same file structure, on your own server, owned completely by you. The first time you see it, it looks unfamiliar. Ten minutes later it makes complete sense and you start thinking of things you want to build with it. Has anyone here built something unusual on top of a CMS? Custom tools, calculators, niche applications? I'm curious what people actually need that platforms never seem to provide out of the box.

This type of lead generation is entirely possible in CARL, with just 1 simple INCLUDE.

2mo ago

Going to share some numbers because I think people deserve to see them plainly.

I added up what a typical WordPress setup actually costs per site per year. Managed hosting, a premium theme, an SEO plugin, a security plugin, a backup plugin, and a caching plugin. Conservative estimates.

The total lands between 500 and 900. Per site. Every year.

2mo ago

Building CARL in public: a WordPress alternative that generates real static files

I'm Carl. I've been building websites professionally for 15 years. For the past 8 years, I've been building HTML sites exclusively, mostly to escape WordPress after a single plugin destroyed 18 of my clients' sites in a single afternoon.

CARL is the system I built instead. It generates complete PHP files and writes them directly to your server. No runtime on page load. No plugin ecosystem. No attack surface. A visitor arrives, gets a file, and that's it.

I'm launching here in about 30 days, and I'm using this thread to share what I'm building, answer questions, and hear from anyone else who's been down the WordPress rabbit hole.

One question to start: what finally pushed you away from WordPress? Or if you're still on it, what's keeping you there?