utsav@homelab:~$
cd ~/projects/khatiwadastore
KHATIWADA STORE
> U3 · GPU2, THE SHOP'S OWN FRONT DOOR ON THE WEB
utsav@homelab:~/projects/khatiwadastore$ cat README.md
A separate product from the POS itself, this is the family shop's own marketing site: who they are,
what they sell, where to find them. Bilingual English and Nepali, built to match the POS platform's
own design language so the two feel like one family, and deployed on the same VPS as its own
isolated container with its own domain.
utsav@homelab:~/projects/khatiwadastore$ ./features --list
▸ Seven real product categories with real photography
▸ Bilingual copy, 75 English/Nepali attribute pairs
▸ Honest structured data, real address, hours and Google rating
▸ Custom KS monogram logo and favicon set
▸ Own domain, khatiwadastore.com.np, plus www
▸ Multi arch container image, built for the VPS's ARM64 CPU
utsav@homelab:~/projects/khatiwadastore$ docker inspect khatiwadastore --format stack
FRONTENDStatic HTML, CSS and JavaScript, no build step
CONTAINERnginx:alpine, published to GHCR, tagged per commit
CIGitHub Actions, multi arch build for amd64 and arm64
HOSTSame Oracle Cloud VPS as the POS platform, its own Caddy block and TLS certificate
DOMAINkhatiwadastore.com.np, approved by Nepal's Mercantile registrar
utsav@homelab:~/projects/khatiwadastore$ git log --reverse --milestones
2026-08-02Site designed and rebuilt from a design export that was not actually deployable, 810KB down to 38KB, no runtime dependency left
2026-08-03Live with TLS on a temporary subdomain, header matched to the POS site's own cream palette, hover states fixed on every card
2026-08-04Domain registration approved and migrated same day, real shopfront photo, founding year badge, mobile header bug fixed, lazy loaded category images
TODAYLive at khatiwadastore.com.np, fully done, no open items on the site itself
utsav@homelab:~/projects/khatiwadastore$