ramfangzauva.lushai.dev

Ramfangzauva — Next-Gen Autonomous Web Crawler & SEO Engine

Enterprise-grade technical SEO intelligence platform. Real-time multi-threaded site audits, SERP keyword density matrix, broken backlink detection, competitor gap analyzer, and REST API automation.

View Ramfangzauva Page Visit ramfangzauva.lushai.dev ↗
Ramfangzauva Autonomous SEO Crawler Showcase

Key Capabilities & Features

Deep Technical SEO Audits

Core Web Vitals, canonical links, HTTP status codes, OpenGraph tags, JSON-LD schema, and security header checks.

Multi-Threaded Async Concurrency

Powered by Node.js 22, BullMQ, Redis, and Supabase for high-speed rate-limited domain crawling and real-time streams.

SERP Keyword & Competitor Matrix

NLP n-gram keyword density analyzer, search intent classification, heading hierarchy audits, and competitor gap tracking.

Developer REST APIs & Scraping

Automated endpoints (/api/v1/audit, /api/v1/crawl, /api/v1/extract, /api/v1/map) for scripts and apps.

POST /api/v1/audit REST JSON
// Quick Audit Trigger
curl -X POST https://ramfangzauva.lushai.dev/api/v1/audit \
  -H "Content-Type: application/json" \
  -H "x-api-key: your_api_key" \
  -d '{"url":"https://lushai.dev","deepScan":true}'
Explore Ramfangzauva API Documentation ↗
picpulse.lushai.dev

PicPulse — High-Speed Cloud Asset CDN & Icon SDK

Developer-first high-speed cloud image hosting, direct .PNG hotlinks, semantic slugs, and lightweight FontAwesome-style <pic-icon> JavaScript SDK.

View PicPulse Page Visit picpulse.lushai.dev ↗
PicPulse Cloud Asset CDN Showcase

Key Capabilities & Features

Instant .PNG Direct Hotlinks

Generate direct .png, .webp, and .svg CDN links instantly for markdown documentation, blogs, applications, and e-commerce catalogs.

FontAwesome-Style <pic-icon> SDK

Embed uploaded icons and logos into any HTML page with custom <pic-icon> web components powered by a tiny client script.

Semantic Slugs & Asset Management

Human-readable semantic URL routing, automatic WebP compression, and community-curated asset library with free tiers.

Developer Cloud REST API

Programmatically upload images, retrieve high-res dimensions, get base64 previews, and purge cache via API keys.

<pic-icon> Web Component SDK HTML SDK
<!-- Drop-in SDK Script -->
<script src="https://picpulse.lushai.dev/sdk.js" defer></script>

<!-- Custom Element Icon -->
<pic-icon name="lushai-logo" size="32"></pic-icon>
Explore PicPulse Documentation ↗
wapi.lushai.dev

WAPI — WhatsApp REST API Gateway

Enterprise multi-device WhatsApp automation engine powered by WhiskeySockets Baileys v7.0 and Supabase cloud backend. Programmatically manage messaging, media, webhooks, and broadcasts.

View WAPI Page Visit wapi.lushai.dev ↗
WAPI WhatsApp REST API Gateway Showcase

Key Capabilities & Features

Multi-Format REST Messaging

Send text messages, images, videos, PDF documents, WebP animated stickers, interactive polls, VCards, GPS location pins, and product catalog cards via HTTP REST requests.

Multi-Device Pairing & Connectivity

Link multiple WhatsApp numbers simultaneously using 8-digit instant pairing codes or QR code scanning with real-time socket connection persistence.

Real-Time HTTP Webhooks

Receive incoming messages, message delivery status (sent, delivered, read), and connection state updates via instant HTTP Webhook POST callbacks.

Automated Queues & Campaign Scheduler

Built-in rate limiter, prioritized delay queue, bulk broadcast campaign scheduler, and auto-responder bot engine to protect numbers against anti-spam filters.

REST Request Payload Example POST
POST /api/send-message HTTP/1.1
Host: wapi.lushai.dev
Authorization: Bearer YOUR_WAPI_API_KEY
Content-Type: application/json

{
  "number": "919862123456",
  "message": "Hello from Lushai Dev WAPI Engine!"
}
View Interactive API Documentation
phonepey.lushai.dev

PhonePey — 0% Commission Direct UPI Payment Engine

Enterprise direct-to-bank UPI payment gateway. Dynamic NPCI QR codes, instant mobile app intents, automated IMAP UTR detection, and developer REST APIs.

View PhonePey Page Visit phonepey.lushai.dev ↗
PhonePey Direct UPI Payment Gateway Showcase

Key Capabilities & Features

0% Commission Direct Settlement

Receive 100% of customer payments directly into your bank account without 2-3% aggregator fee deductions.

Dynamic QR & App Intents

Auto-generates NPCI dynamic QR codes with exact amount and 1-click mobile deep links for PhonePe, GPay, Paytm, and BHIM.

Automated UTR Verification

Smart IMAP and PhonePe notification engine captures 12-digit bank UTR numbers and verifies orders in real time.

Instant Webhooks & REST APIs

Server-to-server HTTP webhooks with HMAC SHA-256 signatures and simple REST endpoints (/api/v1/create_link.php).

POST /api/v1/create_link.php REST JSON
// Create Payment Link
curl -X POST https://phonepey.lushai.dev/api/v1/create_link.php \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -d '{"title":"Product Purchase","amount":299.00}'
Explore PhonePey API Documentation ↗
bnd.lushai.dev

BnD — Bibles & Dictionaries REST API Platform

The premier high-performance REST API platform providing structured access to Mizo Holy Scriptures (OV), KJV, NIV, ESV, WEB, NKJV Bibles, and English–Mizo Dictionary datasets.

View BnD Page Visit bnd.lushai.dev ↗
BnD Mizo Bible & English Dictionary Showcase

Key Capabilities & Features

Holy Scriptures Datasets

Full Bible translations including Mizo (Old Version), KJV, NIV, ESV, WEB, and NKJV with structured JSON response for books, chapters, and verses.

English–Mizo Dictionary Engine

Fast word search, grammar classifications (noun, verb, adjective), detailed definitions, example sentences, and accurate Mizo translations.

Daily Highlights & Verse of the Day

Pre-computed daily scriptures, daily devotional highlights, and verse lookup in multiple languages for mobile app widgets and daily notification systems.

Rate Limiting & Authentication Keys

Robust security header support (`X-API-Key`, `Bearer`), 60 requests/min free quota rate limiter, and server stability monitoring.

REST API Query Example GET
GET /api/v1/bibles?code=mizo&book=John&chapter=3 HTTP/1.1
Host: bnd.lushai.dev
x-api-key: YOUR_BND_API_KEY

HTTP/1.1 200 OK
{
  "status": "success",
  "translation": "Mizo Holy Bible (OV)",
  "chapter": 3,
  "verses": [ ... ]
}
Explore BnD Documentation Portal
paytm.lushai.dev

PayTM Gateway — Instant UPI Payment Gateway

UPI payment collection gateway, dynamic instant payment URL generator, transaction status verification, and automated HTTP POST webhook callbacks for regional merchants and SaaS apps.

View PayTM Page Visit paytm.lushai.dev ↗
PayTM Payment Gateway Showcase

Key Capabilities & Features

Instant Order Session API

Initialize payment order sessions via POST request (`/api/create-order.php`) and receive dynamic checkout payment URLs.

Real-Time Status Check API

Query real-time payment status (`/api/check-order-status.php`), UTR reference numbers, and completed transaction timestamps.

Instant Webhook Callbacks

Automated HTTP POST webhook notifications sent directly to your server URL upon successful customer payment.

PHP & cURL Integration

Ready-to-use cURL commands, PHP code examples, and lightweight JSON payloads for fast merchant onboarding.

Create Order Request POST
POST /api/create-order.php HTTP/1.1
Host: paytm.lushai.dev

user_token=YOUR_MERCHANT_API_TOKEN
&amount=100.00
&order_id=ORD123456
&customer_mobile=9876543210
&redirect_url=https://yoursite.com/success.php

HTTP/1.1 201 Created
{
  "status": true,
  "result": {
    "orderId": "ORD123456",
    "payment_url": "https://paytm.lushai.dev/pay/..."
  }
}
Explore Full PayTM Gateway Documentation

More Ecosystem Services & Microservices

Additional microservices and tools engineered for local businesses and regional application developers in Mizoram.

paytm.lushai.dev

Paytm Payment Gateway

Instant UPI payment collection gateway, dynamic Paytm QR code generator, and automated HTTP webhook callback notifications for regional merchants.

POST https://paytm.lushai.dev/v1/collect Gateway

Product Ecosystem Frequently Asked Questions

Common questions about our REST API platforms, payment workflows, uptime guarantees, and security protocols.

PhonePey is a zero-commission direct UPI engine that routes customer payments directly into your bank VPA with automated UTR reconciliation. Paytm Gateway is tailored for merchants who require Paytm Wallet compatibility, dynamic checkout URLs, and standard merchant polling webhooks.

Yes. WAPI is designed specifically for automated transactional messaging, such as two-factor OTP verification codes, order confirmations, appointment reminders, and automated customer support dispatch through high-performance Baileys multi-device protocol.

PicPulse is a cloud-based asset CDN and icon delivery service. It automatically compresses graphics into modern WebP and AVIF formats, serves vectors via low-latency global edges, and provides ready-to-use HTML/SVG snippets for front-end developers.

The BnD API provides structured JSON access to the Mizo Holy Bible (Baibul Thianghlim) across Old and New Testaments, complete Mizo-English dictionary definitions, grammatical parts of speech, synonyms, idioms, and curated daily devotional verses.

All Lushai Dev APIs include generous free development tiers with up to 10,000 monthly requests. Higher throughput enterprise tiers with dedicated IP whitelisting, custom webhooks, and priority 24/7 technical support are available upon request.

Learn More About Lushai Dev

Explore our mission, tech stack, and digital products created for developers and businesses.