DEV Community

Brad Simon
Brad Simon

Posted on Originally published at news.coderb.dev

I Built a Web Engine, Then Made It Prove Itself

I don't have client case studies for Redline yet. What I have is better: a site built and served by the thing itself, running in production, right now.

The problem I kept running into

Most "custom" sites aren't. They're page builders and templated CMSs with a skin on top — great for displaying information, useless the moment you need real backend logic: a portal, a booking flow, an API integration that doesn't exist as a plugin. I wrote more about that ceiling and why it's so common on the advisory side of what I do, if that angle's useful to you.

This post is about the thing I built to get out from under that ceiling myself.

What Redline actually is

Redline is a web engine I built from scratch. Started in C#, ported the whole thing to Rust this year because I wanted the performance ceiling to be a non-issue instead of something I was constantly managing. It generates fast, structurally optimized sites where sitemap, robots.txt, llms.txt, OpenGraph, and JSON-LD all come out automatically as part of the build — not bolted on afterward. And it can run real backend logic: portals, booking flows, actual API integrations. Things that are either impossible or miserable in Wix, Webflow, or a plugin-stacked WordPress install.

Dogfooding instead of claiming

"Trust me, it's fast" isn't proof of anything, and I didn't want to write another README full of adjectives. So instead, I built demo.coderb.dev — a live site, served by Redline, with a real-time panel showing the engine's own numbers: build time, pages generated, uptime, plus the site's actual traffic and performance data pulled straight from Postgres.

Dark theme, terminal-inspired, a red gauge motif — because Redline. It's not a mockup or a demo video. It's the engine grading its own homework, in public, updated live. If the numbers are bad, you'll see it. That's the point.

And it's not a one-off stunt site. I don't have client case studies yet, so every property I run is the proof instead: coderb.dev, coderbdev.com, bradsimon.com, darkritual.site, justhtml.dev, particles.coderb.dev, and coderbtools.com all run on Redline in production, alongside demo.coderb.dev. Eight sites, zero page builders, zero plugin stacks.

Where this goes next

Redline now has three tiers — Foundation, Growth, and Engineered — depending on how much custom backend work a site actually needs versus how much is a fast, structurally sound frontend. One thing I locked in early: on the Engineered tier, client-specific application code is yours on request. The engine stays mine; your logic doesn't.

Full breakdown of the tiers and the ownership FAQ: coderb.dev/redline.

Or skip the reading and just go look at the gauges: demo.coderb.dev.


Happy to answer questions about the Rust port, the stats setup, or anything else — ask away in the comments.

Top comments (0)