bext.dev
THE BEXT DOCUMENTATION

Build it.
Understand every layer.

Your guide to the bext engine. Install, build with PRISM, connect your tools, and take your application into production.

curl -fsSL https://bext.dev/install | sh
THE ENGINE / A FIELD GUIDE
SOURCEPRISMDELIVERY
One engine. A connected architecture.
A practical field guide167 guides & references19 topics to explore
YOUR FIRST STEPS

A good place to begin.

THE NATIVE FRAMEWORK

Familiar TSX.
A different foundation.

Discover server-rendered pages, file-based routes, and interactive islands in PRISM.

Get to know PRISM ↗
src/app/page.tsxPRISM
export default function Page() {
  return (
    <main>
      <h1>Hello, bext.</h1>
    </main>
  );
}
Your code, rendered by the engine.
01 / THE DOCUMENTATION

Build the application

Frameworks, everyday APIs, and working with your existing code.

02 / THE DOCUMENTATION

Connect the pieces

Configuration, delivery, integrations, and capabilities.

03 / THE DOCUMENTATION

Run it with confidence

Deployment, diagnostics, architecture, and the tools around the engine.

KEEP GOING

You do not have to figure it out alone.

Find answers, troubleshoot a deployment, or share what you are building.

Find help & support ↗
FIND YOUR NEXT STEP

Start with a topic, a command, or a question.