|
|
|
Show HN: Intent, 5min scaffold for event-sourced back ends (ts,pg,temporal)
(github.com)
|
|
2 points
by geeewhy
398 days ago
|
|
I’ve open-sourced Intent, a TypeScript reference stack for safe, multi-tenant, event-sourced backends key bits
- CQRS with framework-free domain core
- Durable workflows via Temporal
- PostgreSQL event store + row-level security
- DevX UI to issue commands inspect events, projections, trace
- CLI tooling for projection-drift, RLS lint, CI gating Built for deterministic execution and auditability. purposed in AI and/or HITL orchestration, fintech, HRIS, or anywhere you need an immutable intent ledger. Github https://github.com/geeewhy/intent
Docs https://intent.heart.dev/docs/
DX panel demo https://intent.heart.dev/devx `git clone` & `npm run setup eventstore` should boot a local instance in ~5 min. Would love feedback on quick-star, DX and architectural rough edges |
|