Go + HTMX · 0-to-deployed in an evening

Ship the hypothesis,
not the boilerplate.

A single Go binary with passwordless auth, multi-tenant Postgres, security middleware, and one-command deploy already wired up. Clone it, point it at a database, and start testing your idea.

Everything you need on day one

Passwordless auth

One-time email sign-in links and JWT sessions — no passwords to store, reset, or leak. Sessions live in your own Postgres.

🏢

Multi-tenancy via RLS

Row-level security in Postgres enforces tenant isolation at the database, so application code never hand-filters as the only barrier.

📊

Observability

Prometheus /metrics, structured slog logging, and a /health endpoint that reports the deployed commit.

🛡

Secure by default

CSP with per-request nonces, CSRF protection, rate limiting, and security headers ship in the middleware chain out of the box.

One-command deploy

Green pushes to main deploy to Dokku automatically — build, smoke test, and a live deployed-commit check, every time.

🧰

No framework lock-in

Standard-library net/http, server-rendered gohtml + HTMX, pgx for Postgres. No SPA, no ORM, no build step.

Go HTMX Postgres / pgx Neon Dokku Prometheus

Get early access

Leave your email and we'll reach out when it's ready for your hypothesis.