I built a Go framework: Anclax
github.com·3h·
Discuss: Hacker News

⚓ Anclax

English | 中文

Build serverless, reliable apps at lightspeed ⚡ — with confidence 🛡️.

Anclax is a definition‑first framework for small–medium apps (single PostgreSQL). Define APIs and tasks as schemas; generated code moves correctness to compile time.

Join our Discord server.

Highlights ✨

  • YAML-first, codegen-backed: Define HTTP and task schemas in YAML; Anclax generates strongly-typed interfaces so missing implementations fail at compile time, not in prod.
  • Async tasks you can trust: At-least-once delivery, automatic retries, and cron scheduling out of the box.
  • Transaction-safe flows: A WithTx pattern ensures hooks always run and side effects are cons…

Similar Posts

Loading similar posts...