Show HN: SmartStepper – Multi-Step Form Library with Config-Based Flow
milad_shirian
9 hours ago
14
4
I just released SmartStepper v2 – a declarative and config-based way to handle multi-step forms in React.

It lets you define orchestration (next, previous steps), validation, and views via a single config object. No more if/else spaghetti or scattered state.

GitHub: https://github.com/Miladxsar23/smartstepper Demo: https://smartstepper-demo.vercel.app Docs: https://github.com/Miladxsar23/smartstepper#readme

Would love feedback, suggestions, or examples if anyone tries it!

https://github.com/Miladxsar23/smartstepper
cloudking8 hours ago
Demo doesn't work: 404: NOT_FOUND Code: DEPLOYMENT_NOT_FOUND ID: cle1::tpv5g-1751207033791-4081486be439
danesparza7 hours ago
I would love to see a working demo (preferably linked from the README in the repo)
revskill7 hours ago
FE ecosystem is broken with validation as first-class citizen. Remember that parse, don't validate.

Stop making validation as first-class citizen, use a generic async function instead.

amounderness2005 hours ago
Note persistent typo in README on "orchesration". Not enough time to add anything more constructive today, but I've used stepper forms and they're harder to get right than you naively imagine.