Module Kit Demo

Exercising all 12 modules through the full pipeline. Check the response headers.

Request ID

Every response has an X-Request-ID header with a unique UUID.

Security Headers

X-Content-Type-Options, X-Frame-Options, Referrer-Policy applied to every response.

CORS

Access-Control-Allow-Origin: * on every response. OPTIONS returns 204.

Rate Limiting

200 req/min with X-RateLimit-* headers on every response.

ETag Caching

Content-hashed ETag header. Conditional 304 via If-None-Match.

Health Check

GET /healthz returns JSON with uptime, memory, and database check.

Blog Posts (htx:data + htx:each)

The Compensation Stack

Each step compensates for the problem the previous step introduced.

Read more

Seven Engines

Six languages, one specification. The engine is bounded.

Read more

The Constraint Inversion

React's constraints are more restrictive than REST's, not less.

Read more

Architectural Encapsulation

REST encloses any client-side architecture. Nesting direction matters.

Read more

The Bilateral Boundary

The developer writes for two interpreters. One erases its instructions.

Read more

Interactive Components (Layer 2)

Dialog

Check the response headers in DevTools to see the modules at work.

Slider

Create Post (htx:action mutation)