Lushai Dev Products & Web Apps
Autonomous developer studios, WhatsApp messaging gateways, zero-commission UPI payment infrastructure, regional language APIs, and edge CDNs engineered for businesses and developers.
KAWDING
AI Fullstack PHP Website Builder & Cloud Studio
Autonomous AI-powered fullstack development studio engineered specifically for PHP & MySQL architecture. Generate, live-edit, test, run terminal commands, and deploy complete web applications with multi-LLM orchestration (Gemini, DeepSeek, Xiaomi MiMo), in-browser Monaco VS Code IDE, live remote MySQL PDO execution, and 1-click Hostinger FTP deployment.

Core Capabilities & Architecture
Fullstack PHP & MySQL Generation
Autonomous multi-file code generation featuring secure PDO queries, prepared statements, clean CSS styling, and dynamic JavaScript frontend logic.
Live Remote MySQL PDO Migration
Connect directly to remote MySQL databases (e.g. Hostinger live servers) to test, inspect tables, and execute SQL schema migrations in real-time.
Hostinger One-Click FTP Deployment
Bi-directional in-memory FTP streaming directly to public_html with smart localhost database config adaptation and zero local disk footprint.
Built-in Web Terminal CLI
Run PHP 8.3 syntax checks, Composer dependencies, Git version control, and Python automation directly in an interactive browser terminal.
<?php
// Generated by KAWDING AI Web Studio
declare(strict_types=1);
require_once __DIR__ . '/config/database.php';
try {
$db = Database::getConnection();
$stmt = $db->prepare('SELECT id, name, price, stock FROM products WHERE active = 1 ORDER BY id DESC');
$stmt->execute();
$products = $stmt->fetchAll(PDO::FETCH_ASSOC);
} catch (PDOException $e) {
error_log("Database query error: " . $e->getMessage());
$products = [];
}
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Store Catalog</title>
<link rel="stylesheet" href="assets/style.css">
</head>
<body>
<main class="container">
<h1>Store Products</h1>
<!-- Deployed to Hostinger public_html with 1-Click FTP Sync -->
</main>
</body>
</html>WAPI
Multi-Device WhatsApp Automation & REST API Engine
High-throughput multi-device WhatsApp REST API Gateway powered by WhiskeySockets Baileys engine. Send automated transactional notifications, media attachments, interactive polls, WebP stickers, and receive real-time webhooks with built-in Anti-Ban protection and direct alphanumeric API keys.

Core Capabilities & Architecture
Multi-Device Socket Automation
Persistent connection to WhatsApp Web multi-device protocol. Pair via QR code or 8-digit numeric pairing code with automated session keep-alive.
Intelligent Anti-Ban Engine
Dynamic pacing algorithms, randomized micro-delays, and message throttling protect your phone number against carrier ban triggers.
Rich Media & Document Dispatch
Send images, PDF invoices, audio notes, video clips, and vCards with automated MIME-type detection and cloud media staging.
Real-Time Bi-Directional Webhooks
Receive inbound customer messages, delivery receipts (sent, delivered, read), and connection state events via HTTP POST webhooks.
curl -X POST https://wapi.lushai.dev/api/send-message \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"number": "919876543210",
"message": "Hello! Your order #99482 has been shipped.",
"type": "text"
}'Ramfangzauva
Autonomous Web Crawler & Technical SEO Engine
Enterprise-grade technical SEO intelligence and LLM web scraping platform built with Next.js 15, BullMQ, Redis, and Supabase. Real-time multi-threaded site audits, Core Web Vitals diagnostics, SERP keyword density matrix, broken backlink detection, and Firecrawl-alternative markdown extraction APIs.

Core Capabilities & Architecture
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/scrape, /api/v1/map) for scripts, AI agents, and apps.
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}'PhonePey
0% Commission Direct UPI Payment Gateway & API
Enterprise direct-to-bank UPI payment gateway powered by UPIGateway engine. Dynamic payment links, instant mobile app deep-linking (PhonePe, GPay, Paytm, BHIM), real-time 12-digit UTR webhooks, and REST APIs with 0% gateway commissions and direct bank settlement.

Core Capabilities & Architecture
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 notification engine captures 12-digit bank UTR numbers and verifies orders in real time.
Instant Webhooks & REST APIs
Server-to-server HTTP webhooks with automated order verification endpoints (/api/create-order).
curl -X POST https://phonepey.lushai.dev/api/create-order \
-H "Content-Type: application/json" \
-d '{
"user_token": "YOUR_API_TOKEN",
"amount": "149",
"order_id": "UNIQUE_ORDER_ID_12345",
"customer_mobile": "9999999999",
"redirect_url": "https://yourwebsite.com/callback"
}'PicPulse
High-Speed Cloud Asset CDN & Icon SDK
Developer-first high-speed cloud image hosting, permanent direct .PNG hotlinks, semantic asset slugs, developer asset upload APIs, and lightweight FontAwesome-style <pic-icon> JavaScript web component SDK for modern web applications.

Core Capabilities & Architecture
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.
<!-- 1. Include the PicPulse SDK in your <head> --> <script src="https://picpulse.lushai.dev/api/v1/embed.js"></script> <!-- 2. Drop-in Icon Tags by semantic slug --> <pic-icon name="cute-cat-icon" size="48" alt="Cat Icon"></pic-icon> <pic-icon name="brand-logo" category="Logos"></pic-icon> <!-- 3. Drop-in Asset Tag with transformations --> <pic-asset name="hero-banner" width="400" height="200" format="webp"></pic-asset> <!-- 4. Direct cURL Image Upload API --> curl -X POST https://picpulse.lushai.dev/api/v1/upload.php \ -H "X-API-KEY: pic_live_YOUR_KEY" \ -F "file=@/path/to/image.png" \ -F "slug=brand-logo" \ -F "category=Logos"
BnD Platform
Holy Bible & Mizo Dictionary REST API Platform
High-performance REST API platform providing structured JSON access to Mizo Holy Scriptures (Baibul Thianghlim OV), KJV, NIV, ESV, WEB, NKJV, and comprehensive English-Mizo Dictionary datasets with daily devotional prayer endpoints.

Core Capabilities & Architecture
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: bnd_live_...), 60 requests/min free quota rate limiter, and server stability monitoring.
curl -X GET "https://bnd.lushai.dev/api/v1/bibles?book=Johana&chapter=3&verse=16" \ -H "x-api-key: bnd_live_YOUR_API_KEY"
PayTM Gateway
Instant UPI Payment Gateway & Merchant Collection API
UPI payment collection gateway built by Lushai Dev - instant order session creation, dynamic payment URL generator, real-time status verification with 12-digit UTR reconciliation, and sub-500ms HMAC-SHA256 signed webhooks.

Core Capabilities & Architecture
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 SDK classes and cURL wrappers for immediate integration into eCommerce stores and mobile apps.
curl -X POST https://paytm.lushai.dev/api/create-order.php \
-H "Content-Type: application/json" \
-d '{
"user_token": "YOUR_MERCHANT_TOKEN",
"amount": "100.00",
"order_id": "ORD123456",
"customer_mobile": "9876543210",
"redirect_url": "https://yourwebsite.com/callback"
}'Product Architecture at a Glance
Comparison of access protocols, deployment models, and key integrations.
| Product | Type | Primary Protocol | Key Integration | Free Tier / Quota | Action |
|---|---|---|---|---|---|
| KAWDING | Cloud Web Studio | In-Browser IDE | Hostinger FTP + Remote MySQL PDO | Free Preview | View Details → |
| WAPI | WhatsApp Gateway | REST + WebSocket | Baileys Multi-Device Socket | Development Tier | View Details → |
| Ramfangzauva | Crawler & SEO Engine | REST API / Scraping | BullMQ + Redis Async Queue | Free Audits | View Details → |
| PhonePey | UPI Payment Gateway | REST + Webhooks | Direct Bank VPA + 12-digit UTR | 0% Commission | View Details → |
| PicPulse | Cloud Asset CDN | Edge CDN + JS SDK | <pic-icon> Web Components | < 999 KB Assets Free | View Details → |
| BnD Platform | Language & Lexicon API | REST JSON | Holy Bible (KJV & Lexicon) | 60 RPM Free | View Details → |
| PayTM Gateway | Merchant Payment API | REST + Webhooks | Dynamic Payment URLs + HMAC Webhooks | Merchant Free Tier | View Details → |
Products & Integration Questions
Answers to common questions regarding API rate limits, webhooks, and architecture.