AIVA
  • Home
  • Voice12 langs
    AI phone agents via Twilio
    Web widget
    Drop-in chat for any site
    SMS
    Two-way text conversations
    SDK
    React, Next, Node, Python
    WorkflowsNew
    Visual automation builder
    Analytics
    Real-time conversation insights
    WhatsAppSoon
    Coming Q3 · join waitlist
    Security
    SOC 2, GDPR, custom DPA
    View all features→All systems normal
  • Pricing
  • Customers
  • Docs
  • About
  • Contact
Sign in
Get started→
Platform
Voice →Web widget →SMS →SDK →Workflows →Analytics →
Company
Pricing →Customers →Docs →About →Contact →Demo →
Sign in →
Get started free

Customer support that actually answers. We are building the future of conversational AI with precision and care.

The shipping log

Monthly: what we shipped + what we learned. No fluff. Read archive →

Get in touch

hello@aivachat.io+91 832 086 0425

Platform

  • Voice
  • Web widget
  • SMS
  • SDK
  • WorkflowsNew
  • WhatsAppSoon
  • Analytics

Resources

  • Documentation
  • API reference
  • Changelog
  • Blog
  • Customer stories
  • Status
  • Book a demo
  • Pricing details

Company

  • About
  • Careers3 open
  • Contact
  • Security

Legal

  • Privacy policy
  • Terms of service
  • Data processing
  • GDPR
  • Cookies
© 2026 AIVA Technologies Pvt. Ltd.
PrivacyTermsSitemap
All systems normal
Made with care in Rajkot. Shipped to 14 countries.

Changelog

What we shipped. When we shipped it.

Every release of AIVA, in reverse-chronological order. Subscribe via email or RSS to get notified when we ship something new.

SubscribeRead the blog
Latest: v2.4.0 · 2 days ago
202617 releases · year-to-date
Featurev2.4.0#Apr 14, 2026

Voice in Marathi, Punjabi, and Odia

Three more Indian languages live on voice — bringing the total to twelve. Full code-switching support included for English-mixed conversations. Built natively, not via translation layer.
Updatev2.3.2#Apr 8, 2026

Workflows can now call any HTTP API

A new generic HTTP step means you can connect AIVA workflows to any REST API — no waiting for us to build official integrations. Configurable auth, custom headers, response parsing.
// in your workflow builder
step: "http"
url: "https://api.your-system.com/refund"
method: "POST"
auth: "bearer:env.API_KEY"
Fixv2.3.1#Mar 31, 2026

Voice latency reduced from 280ms to 240ms

Inference pipeline rewrite shaves 40ms off the round-trip. Most noticeable on long conversations where token-by-token streaming compounds. Engineering write-up.
Featurev2.3.0#Mar 24, 2026

Workflows · the visual builder is here

Build conversation-triggered actions without writing code. Drag-and-drop steps, configure each one with a form, test with one click. Most teams ship their first workflow in under 30 minutes.
  • 200+ built-in integrations (Stripe, Zendesk, Slack, Shopify, Salesforce, more)
  • Generic HTTP step for anything else
  • Conditional branches and retry logic
  • Version history — roll back to any prior save
Updatev2.2.4#Mar 18, 2026

Dashboard analytics: hourly granularity

The conversation-volume chart now shows per-hour breakdowns. Especially useful for ops teams trying to staff shifts. Export to CSV is one click.
Fixv2.2.3#Mar 11, 2026

Web widget: race condition on slow connections

Fixed a rare bug where the widget would show “connecting…” indefinitely on flaky 3G networks. aiva.js@2.2.3 resolves it.
Updatev2.2.2#Mar 5, 2026

SDK: streaming on Edge runtimes

The Next.js SDK now supports Vercel Edge runtime and Cloudflare Workers. Same useAiva() hook, no changes needed. Edge guide.
Breakingv2.2.1#Feb 28, 2026

API · webhook signature header renamed

The webhook signature header is now X-Aiva-Signature (was X-Signature). The old header still works for 90 days but will be removed in v2.4 (April 30). Migration guide.
Featurev2.2.0#Feb 21, 2026

SSO support: SAML and OIDC

Enterprise customers can now sign in via SSO. Tested integrations with Okta, Auth0, Microsoft Entra ID, and Google Workspace. SCIM provisioning included.
Updatev2.1.7#Feb 14, 2026

SMS: emoji passthrough on regional carriers

Emoji now render correctly on Jio and Airtel SMS. Previously they'd come through as ? on certain feature phones. Encoding fix in our Twilio adapter.
Fixv2.1.6#Feb 8, 2026

Dashboard: timezone display in Asia/Kolkata

Conversation timestamps were showing in UTC for some Indian customers. Fixed — they now correctly default to Asia/Kolkata.
Featurev2.1.5#Feb 2, 2026

Custom escalation rules

Configure exactly when AIVA should hand off to a human. If the customer mentions specific keywords, or the conversation goes past N turns, or a workflow returns failure — escalate to Slack, email, or a phone agent.
Updatev2.1.4#Jan 27, 2026

Knowledge sync: Google Docs & Confluence

Connect your help docs to AIVA in three clicks. Auto-sync on changes, with diffs shown in your dashboard. Notion was supported earlier; this adds Google Docs and Confluence.
Fixv2.1.3#Jan 19, 2026

Voice: brief audio gap on call transfer

A 180ms gap would occur when AIVA transferred a call to a human agent. Fixed with smoother handoff buffering. Most customers won't notice the difference, but power users on quality-graded headsets will.
Featurev2.1.2#Jan 12, 2026

Real-time analytics dashboard

Live KPIs, conversation feed, intent breakdowns — refreshed every 2 seconds. Custom dashboards, drag widgets, save layouts, share with your team.
Updatev2.1.1#Jan 6, 2026

Pricing: annual billing now 20% off

Annual plans now save you 2 months' worth on every tier. Existing monthly subscribers can switch in one click — we'll prorate the difference.
Featurev2.1.0#Jan 1, 2026

Voice agents in Hindi, Marathi, Tamil, Bengali, Telugu

Five Indian languages live on voice on day one of 2026. Full code-switching support, native scripts, regional accent recognition. Why we built this first.
20255 releases · year-end
Updatev2.0.4#Dec 23, 2025

SOC 2 Type I report available

Audited by an independent firm. Enterprise customers can request the report under NDA. Type II in progress, target Q2 2026.
Featurev2.0.3#Dec 12, 2025

Frankfurt & Virginia regions live

EU customers' data now stays in the EU (Frankfurt, eu-central-1). US customers' data stays in the US (Virginia, us-east-1). India default remains Mumbai. Configurable per-tenant.
Fixv2.0.2#Nov 28, 2025

Web widget: layout shift on iOS Safari

Fixed a Cumulative Layout Shift issue affecting Lighthouse scores on iOS Safari. The widget's mount no longer pushes page content during initial load.
Updatev2.0.1#Nov 20, 2025

Stripe integration: refund workflows

Configure refund rules in plain English: “if customer asks for a refund under ₹5,000, process it via Stripe.” AIVA understands the intent, runs the refund, replies. 1.8s end-to-end.
Featurev2.0.0#Nov 14, 2025

AIVA 2.0 · the rebuild

Complete platform rebuild with three goals: faster, more languages, less infrastructure. Voice latency cut in half. Frankfurt and Virginia regions live. SDK rebuilt with native streaming. Full rebuild story.
  • Voice latency: 600ms → 280ms (2.1× faster)
  • Languages: 3 → 5 (with 7 more shipping in 2026)
  • Regions: 1 → 3 (Mumbai · Frankfurt · Virginia)
  • SDK: streaming-first, type-safe across all targets
Browse the full archive (2024–2025) ›

Stay current

Get notified when we ship.

Pick whichever channel you live in. Once-a-month email digest, real-time RSS, or a Slack notifier for your team.

Email digestRSS feedSlack notifier