Interactive demo
Loan Calculator
Amortization math I reuse when products need finance widgets — principal, annual rate, term in years, monthly payment out. No framework, just the formula desks expect.
Monthly payment: —
Open source & craft
Real experiments and utilities from production work — no placeholder repos. Profile: github.com/abiralprakash.
Interactive demo
Amortization math I reuse when products need finance widgets — principal, annual rate, term in years, monthly payment out. No framework, just the formula desks expect.
Monthly payment: —
Pattern
Minimal upload → extract → review queue flow used in NepalIPMS bulletin intake. Demonstrates layout-aware parsing, confidence thresholds, and human confirmation before records merge. Demo runs locally in workshops; production pipeline described in the architecture gallery.
Component set
Debounced query input, filter chips, and paginated result lists tuned for register-scale datasets. Built for 130k-row trademark search — FTS-friendly normalization hooks included. Source available on request.
Design system
Editorial components shared across this portfolio and client products: typographic scale (Newsreader + Inter), form primitives, tables, and navigation patterns without dashboard card grids. Demos live here; source available on request.
Boilerplate
Opinionated Cloudflare Workers starter: typed routes, D1 migrations, R2 uploads, KV session cache, and error shapes I reuse on LegalTech APIs. Cuts day-one setup so projects start at domain logic.
Hooks
Small hooks from production apps: debounced search, theme-aware media queries, optimistic form saves, and infinite scroll with abortable fetches. Source available on request.