SDuX Vault — a zero-dependency, pipeline-based state engine for Node.js (looking for first adopters) #5160
Closed
brianpilati
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I got tired of boiler plate, ceremony, race conditions and middleware spaghetti, so I built something different.
SDuX Vault is a pipeline-based state management engine. Pure TypeScript, zero dependencies. Every state change flows through a deterministic pipeline (resolve, merge, filter, reduce, persist, etc.) in guaranteed order. That gives you atomic updates, no race conditions, built-in tab sync, encryption, and circuit breaker controllers.
Watch: 5-minute overview
It runs anywhere TypeScript runs. On Node.js it's a natural fit for server-side state management, CLI tools, background workers, or any service that needs deterministic state handling without pulling in a framework-specific library.
Works with Node.js through
@sdux-vault/core— the same universal API across all runtimes and frameworks. No adapters, no wrappers.What it gives you
@sdux-vault/coreeverywhereLinks
If you're curious, try it in a side project and let me know what you think. I'd love honest feedback — what works, what's confusing, what feels wrong. Reply in this thread or open an issue on GitHub.
If you're interested in going deeper, I'm also looking for 2-3 first adopters who'd be willing to help shape the project:
@sdux-vault/coreAPI feels natural in Node.js projectsI'm a solo developer on this — it's not a funded project. Just a senior engineer who built the tool I wished existed. Reply in this thread or reach out at sduxvault@gmail.com.
One question to kick things off: does the universal
@sdux-vault/coreAPI feel natural in a Node.js context, or would you expect runtime-specific adapters? Curious where your instincts land.Beta Was this translation helpful? Give feedback.
All reactions