|
|
| | Show HN: Open-source user onboarding and KYC flow made with Svelte (~50kb) (github.com/ballerine-io) | |
254 points by alonp99 on Oct 30, 2022 | hide | past | favorite | 69 comments
|
| | Hi everyone, We’re building an open-source identity and risk management platform and we’ve just released the first chunk of code, a fully customizable KYC flow & UI, to the public.
We’ve chosen to use Svelte so our flows would be lightweight (it is ~50kb gzipped).
Next up:
- Adding forms and components for it to be used as a full onboarding flow.
- Releasing an open-source case management dashboard, for manual approval of users.
- Releasing an open-source rule engine, to help automate decisions.
We’d love to hear your feedback, suggestions, or any question you’ve got.
And if the rest of the project is relevant or interesting to you, follow us and, we’ll update you once new things are available.
Thanks! |
|
Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
|
A somewhat tangential question: what are the ways KYC can be made less vulnerable to identity theft? Do people who verify the uploaded document use some automated government services to check for stolen documents?
It seems like a process like the one in this flow (upload a document and a selfie) is useless if a document is stolen (since in most cases you can just look up the person's social account and download their selfie). And even worse, it would give a badge of authenticity to the scammer.
And if the backend people do use some government service to verify the document, then what is the value of submitting a selfie?