Skip to main content
ClaudeWave
ToolsRegistry oficial1 estrellas0 forksTypeScriptMITActualizado 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.
Casos de uso

Resumen de Tools

# 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.

Lo que la gente pregunta sobre Pabandi

¿Qué es jweezy119/Pabandi?

+

jweezy119/Pabandi es tools para el ecosistema de Claude AI con 1 estrellas en GitHub.

¿Cómo se instala Pabandi?

+

Puedes instalar Pabandi clonando el repositorio (https://github.com/jweezy119/Pabandi) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar jweezy119/Pabandi?

+

Nuestro agente de seguridad ha analizado jweezy119/Pabandi y le ha asignado un Trust Score de 77/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene jweezy119/Pabandi?

+

jweezy119/Pabandi es mantenido por jweezy119. La última actividad registrada en GitHub es del 2026-09-22, con 0 issues abiertos.

¿Hay alternativas a Pabandi?

+

Sí. En ClaudeWave puedes explorar tools similares en /categories/tools, ordenados por popularidad o actividad reciente.

Despliega Pabandi en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>

Más Tools

Alternativas a Pabandi