A small tool for people in India whose bank account or UPI is restricted.
You write down what happened, keep the papers in one place, and get a letter draft to copy or print. You send everything. Unhold does not email banks or authorities, and it does not promise an unfreeze.
| Home | unhold.live |
| Demo (no account) | unhold.live/demo |
If money is being stolen right now: 1930.
app/ Pages and /api/v1
components/ UI
lib/ Domain logic
messages/ English + Hindi copy
supabase/ Migrations
tests/ unit · contract · e2e
docs/ Safety and deploy notes
config/ Env key reference
scripts/ One-off helpers
Root files worth knowing: proxy.ts (Next routing), vercel.json, .env.example, CONTRIBUTING.md, SECURITY.md.
Node ≥ 22.14 · pnpm 10.12.1
pnpm install --frozen-lockfile
cp .env.example .env.local
pnpm devpnpm verify # lint, types, tests, buildEnv list: config/VERCEL_ENV_KEYS.md.
Safety contract: docs/PRODUCT_AND_SAFETY.md.
Early public beta. Document reads can be wrong. You re-check every field and send every letter. Only the bank and the ordering authority decide what happens to the account.
MIT · thribhuvan003