AiMonk
features ━ index of 24 capabilities

Everything an Indian D2C operator needs.
In one place.

We organize features by what they do for your bottom line — convert, retain, cut losses, run lean. Not by what's nice to demo.

24
capabilities
4
pillars
REST
headless API
01 / Increase conversion

Turn more visitors into orders.

capability

Mobile-first checkout

UPI intent, autofill, single-screen flow tuned for Indian shoppers.

capability

Fast storefront

Edge-rendered Next.js, sub-second TTFB across India.

capability

Template gallery

Candle, jacket, handloom, food, beauty — pick and ship.

capability

Theme engine

Design tokens for color, type, spacing — no theme-fork required.

capability

Search & facets

Typesense-powered full-text search, faceted filtering.

capability

AI page builder

Sectioned, visual page composition with brand-trained AI.

02 / Reduce losses

Stop the leaks — RTOs, fraud, returns.

capability

COD OTP verification

Verify every COD order before pickup. Block repeat returners.

capability

Risk scoring

Score each order 0–1 on fraud risk. Auto-cancel below threshold.

capability

Returns & refunds

Operator-facing return flows, partial captures, RTO ledger.

capability

Multi-gateway payments

Razorpay, Stripe, fallback routing — never lose a payment.

capability

Shipping integrations

Shiprocket + Delhivery + Bluedart with live rates.

capability

Order lifecycle

Full state machine — placed → packed → shipped → delivered.

03 / Increase repeat orders

Bring customers back. Again.

capability

WhatsApp automation

Order, shipping, delivery — automatically on WhatsApp.

capability

Cart recovery

Multi-step flows on WhatsApp, email, and SMS.

capability

Customer accounts

Phone-first auth, addresses, order history, wishlist.

capability

Coupons & gifts

Percent, flat, BOGO, gift cards, store credit.

capability

Reviews

Post-purchase WhatsApp prompts, photo reviews, moderation.

capability

Broadcasts

Segmented WhatsApp campaigns to your customer list.

04 / Run efficiently

The admin operators love.

capability

Product ops (PIM)

Variants, attributes, inventory, bulk edits, CSV ops.

capability

Inventory

Multi-location, low-stock alerts, reservation on cart.

capability

Analytics

Cohorts, funnels, COD vs prepaid, RTO drilldowns.

capability

Roles & access

Owner, operator, support, finance — fine-grained.

capability

Webhooks & API

REST + webhooks for every event, retry with backoff.

capability

Audit log

Every state change, every actor, exportable.

05 — built headless

Every feature, behind a REST API.

Build a custom storefront, mobile app, or operator tool against the same APIs the platform uses. API keys, webhooks, RBAC, SOC 2 in flight.

Read API docs
$ curl -X POST \
  https://api.aimonk.io/v1/orders \
  -H "Authorization: Bearer ak_live_..."

{
  "id": "ord_4827",
  "status": "confirmed",
  "payment": { method: "upi", state: "captured" },
  "shipping": { provider: "shiprocket", awb: "DLV…" }
}