Work we're proud of.
Every project below is live in production, built end-to-end by the TeamZamp team.

Real-time garage slot booking platform with Telegram bot for instant notifications and confirmations.
Full AI platform — employee management with admin panel & Telegram bot, SGGold real-time metal pricing, and SGTrade modern trading UI.

Hotel Parth
Complete hotel booking management system with automated WhatsApp notifications. Handles reservations, room availability and check-in/check-out workflows.

Iron Gym
Full gym website for Iron Gym with WhatsApp integration for membership enquiries, class bookings and instant member support.

LumenLink
Link management SaaS — create, track and manage short links with analytics, custom slugs and team collaboration.
@ecoleafcom/ppc-bank-sdk
Official TypeScript/JavaScript SDK for the PPCBank Payment Gateway — built for the EcoLeaf ecosystem. Supports KHQR payment URL generation, QR string generation, payment status checks and full bearer-token authentication.
npm i @ecoleafcom/ppc-bank-sdkimport { PpcBankPaymentGatewaySdk } from "@ecoleafcom/ppc-bank-sdk"; const sdk = new PpcBankPaymentGatewaySdk({ baseUrl: process.env.PPCBANK_BASE_URL, credentials: { merchantCode: "YOUR_CODE", password: "YOUR_PASSWORD", } }); // Generate KHQR payment URL const res = await sdk .generateKhqrPaymentUrl({ body: { billNumber: "ORDER-001", amount: 9.99, currencyCode: "USD", } }); console.log(res.data.body.paymentURL);



