Skip to main content
ClaudeWave
ToolsOfficial Registry1 stars0 forksTypeScriptMITUpdated today
ClaudeWave Trust Score
77/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Documented (README)
Flags
  • !No description
Last scanned: 9/22/2026
Get started
Method: Clone
Terminal
git clone https://github.com/jweezy119/Pabandi
1. Clone the repository.
2. Follow the README for installation and usage instructions.
Use cases

Tools overview

# Pabandi: The Trust & Payments Protocol for Emerging Markets

![Pabandi Banner](https://images.unsplash.com/photo-1555421689-491a97ff2040?auto=format&fit=crop&q=80&w=2000&h=600)

**Pabandi** is a decentralized trust, escrow, and payments protocol for emerging markets. It combines AI-powered fraud detection, trust scoring, and mobile money integration to create a seamless payment experience for users in Pakistan and beyond.

The protocol operates through three core OS layers:
- **Sitara** — Booking & discovery for services, hospitality, and rentals
- **Saf OS** — Freight & logistics management for carriers and shippers
- **Haq OS** — Property management for landlords and tenants

Users earn **$PAB rewards** for every transaction, while Jev AI handles all security and decision-making behind the scenes — 400x cheaper than traditional LLMs.

---

## The Pabandi Vision

Pabandi exists because trust is the most expensive thing in the world — especially for people who don't have money to spare.

When a freelancer in Pakistan finishes a job and gets ghosted, it's groceries they can't buy. When a landlord has a no-show, they can't make rent. Current platforms punish the people who are trying the hardest.

Pabandi fixes this with:
- **Escrow smart contracts** — Funds locked until both parties fulfill
- **AI Trust Oracle** — Dynamic trust scoring based on real behavior
- **Mobile money integration** — Raast, JazzCash, EasyPaisa for PKR
- **Frictionless payments** — 1-click checkout, no crypto jargon
- **Jev security** — 400x cheaper than LLMs for fraud detection

---

## The Three OS Layers

### 1. Sitara (Emerald)
Booking, discovery, and hospitality. Find restaurants, hotels, and services. Book with one click. Earn $PAB rewards.

**Key Features:**
- Discovery feed with "Near me" search
- 3-step booking flow
- QR code check-in
- Review and rating system

### 2. Saf OS (Amber)
Freight and logistics management. Post loads, find carriers, track shipments.

**Key Features:**
- Load board with search/filter
- AI-powered carrier matching
- Rate calculator
- Shipment tracking
- Carrier directory with ratings

### 3. Haq OS (Violet)
Property management for landlords. Manage tenants, leases, maintenance, and revenue.

**Key Features:**
- Revenue dashboard (weekly/monthly/yearly)
- Tenant management with risk scores
- Lease management (create/renew/terminate)
- Maintenance request Kanban board
- Financial reporting
- Communication tools

---

## Core Protocol Features

### Jev Decision Engine
All security and AI decisions use Jev — a decision-only model that's 400x cheaper and 200x faster than LLMs.

| Decision | What Jev Does |
|----------|---------------|
| Fraud detection | Flags suspicious transactions |
| Agent risk scoring | Rates carrier/tenant reliability |
| Payment routing | Chooses USDC vs PAB vs PKR |
| Recommendations | Suggests next features to users |
| Anomaly detection | Identifies unusual behavior |

### Pakistan Payments (Raast-First)
Pabandi uses Pakistan's national payment rail — **Raast** — for free, instant transfers. Falls back to JazzCash/EasyPaisa for mobile wallet users.

| Method | Cost | Integration |
|--------|------|-------------|
| Raast | FREE | QR code / phone number |
| JazzCash | 1% | Manual verification |
| EasyPaisa | 1% | Manual verification |

**Frictionless flow:** User clicks "Pay" → Sees Raast QR → Sends payment → Uploads screenshot → Admin verifies → PAB rewarded.

### Frictionless Payment Agent
Users NEVER see crypto. The agent handles all complexity:

| User Sees | Agent Does (Hidden) |
|-----------|---------------------|
| "Pay $25" | Converts USDC → PAB → Lock in escrow |
| "Balance: $500" | Calculates USDC + PAB value at DEX rate |
| "5% PAB discount" | Auto-routes payment through DEX |
| "Trust score: Gold" | Manages staking lock, calculates APY |

### $PAB Token & DEX
- **Token:** SPL token on Solana mainnet (mint: `G811FHWiZrqY1DZKz6dQySpJFPTDfe21B8LRnDqa1z5Y`)
- **Pool:** PAB/USDC pair on Raydium
- **Staking:** Bronze/Silver/Gold/Platinum tiers with APY
- **Rewards:** Earn $PAB for bookings, check-ins, and referrals
- **Discounts:** 5% off when paying with PAB

---

## Tech Stack

| Layer | Technology |
|-------|------------|
| **Frontend** | React 18, Vite, TailwindCSS, TypeScript |
| **Backend** | Node.js, Express, Prisma ORM, PostgreSQL |
| **AI** | Jev (TypeSafe) for decisions, 400x cheaper than LLMs |
| **Blockchain** | Solana, Anchor, Raydium DEX |
| **Payments** | Raast, JazzCash, EasyPaisa, PayLio, Square |
| **Deployment** | Firebase Hosting (client), Render (server) |

---

## Live Platform

- **Production App:** [https://pabandi.com](https://pabandi.com) (or `https://pabandi-42c5b.web.app`)
- **Backend API:** `https://pabandi.onrender.com`

### Deploy (one command)
```bash
./deploy.sh            # build client + deploy SPA to Firebase Hosting
./deploy.sh --push     # also git push origin main (triggers Render API rebuild)
```

Manual equivalent:
```bash
cd client && npm run build
firebase use pabandi-42c5b && firebase deploy --only hosting
```

After deploy, hard-refresh `pabandi.com` (Cmd/Ctrl+Shift+R). The SPA shell is served `no-cache`, so it reflects instantly.

---

## Quick Start (Local Development)

### 1. Clone the Repository
```bash
git clone https://github.com/jweezy119/Pabandi.git
cd Pabandi
```

### 2. Backend Setup
Ensure you have PostgreSQL running locally or update the `DATABASE_URL` in your `.env` file.

```bash
cd server
npm install
npx prisma generate
npx prisma db push
npm run dev
```

### 3. Frontend Setup
In a new terminal window:
```bash
cd client
npm install
npm run dev
```

The application will be available at `http://localhost:5500` or `http://localhost:3000`.

---

## License

This project is licensed under the MIT License. See [LICENSE](./LICENSE) for full terms.

Built with ❤️ for the builders, creators, and service providers of the world.

What people ask about Pabandi

What is jweezy119/Pabandi?

+

jweezy119/Pabandi is tools for the Claude AI ecosystem with 1 GitHub stars.

How do I install Pabandi?

+

You can install Pabandi by cloning the repository (https://github.com/jweezy119/Pabandi) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is jweezy119/Pabandi safe to use?

+

Our security agent has analyzed jweezy119/Pabandi and assigned a Trust Score of 77/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains jweezy119/Pabandi?

+

jweezy119/Pabandi is maintained by jweezy119. The last recorded GitHub activity is dated 2026-09-22, with 0 open issues.

Are there alternatives to Pabandi?

+

Yes. On ClaudeWave you can browse similar tools at /categories/tools, sorted by popularity or recent activity.

Deploy Pabandi to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: jweezy119/Pabandi
[![Featured on ClaudeWave](https://claudewave.com/api/badge/jweezy119-pabandi)](https://claudewave.com/repo/jweezy119-pabandi)
<a href="https://claudewave.com/repo/jweezy119-pabandi"><img src="https://claudewave.com/api/badge/jweezy119-pabandi" alt="Featured on ClaudeWave: jweezy119/Pabandi" width="320" height="64" /></a>

More Tools

Pabandi alternatives