Skip to content
GOTTH / StackAlpha / Honest

Server rendered / selectively alive

Nothing
to hide.

Go runs the server. templ renders the HTML. Tailwind shapes the surface. HTMX adds interaction only where it earns its keep.

The mechanism

Four tools.
One straight line.

A request comes in. Go decides. templ writes HTML. Tailwind styles the result. HTMX can replace one fragment. There is no client-side state empire hiding between the click and the response.

01 Runtime

Go

Direct HTTP, explicit concurrency, one deployable binary.

02 Markup

templ

Typed components that compile into ordinary Go.

03 Surface

Tailwind

A build-time styling system, not a runtime dependency.

04 Motion

HTMX

Server-owned interaction without a JavaScript application shell.

The other GOTTH Stack

Deployment without permission theater.

Controller statusAlpha / Active

The plan kernel validates secret-free manifests. The durable journal binds approval and recovery state.

There is deliberately no apply command yet. Platform adapters must prove preflight, verification, rollback, and crash recovery before the controller earns that authority.

Truth before theater

Operational doctrine

Choose the failure you can explain.

Recovery 03 / 03

Unknown is a state, not a success color.

If a mutation may have happened before a crash, GOTTH Stack refuses blind retry and reports that reconciliation is required.

Durable intent -> observed result -> honest rollback

A smaller stack / a clearer machine

Read the source.
Know the cost.

View on GitHub